<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn" -->

---
title: KurrentDB Skills comes to Coding Agents | daily.dev
description: KurrentDB has released Agent Skills for Claude Code (and compatible with Codex and other coding agents), providing modular capabilities that give AI coding...
canonical: https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: KurrentDB Skills comes to Coding Agents | daily.dev
og:description: KurrentDB has released Agent Skills for Claude Code (and compatible with Codex and other coding agents), providing modular capabilities that give AI coding...
og:url: https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn
og:image: https://api.daily.dev/og/posts/RIX7Z6pHn.png
og:image:alt: KurrentDB Skills comes to Coding Agents
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# KurrentDB Skills comes to Coding Agents

**[Event Store](https://daily.dev/sources/eventstore)** · 5 min read · 1 upvotes · 1 comments

## Summary

KurrentDB has released Agent Skills for Claude Code (and compatible with Codex and other coding agents), providing modular capabilities that give AI coding agents direct access to accurate KurrentDB API references. Benchmarks show the skill reduces task completion time by 3x (300s to 100s) and cuts token usage by 59% (12,840 to 5,305 tokens) when implementing an event-sourced Order Management System. Three installation methods are covered: skill directory, project-level, and global. The skill includes API references and ready-to-run templates for Python, Node.js, .NET, F#, Go, Java, and Rust.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.kurrent.io/blog/coding-agent-skills>

## Questions this post answers

### How do I install the KurrentDB skill for Claude Code?

Clone the kurrent-io/coding-agent-skills repository to a local directory such as ~/skills/kurrentdb, then register it in ~/.claude/settings.json under a 'skills' array pointing to the kurrent_skills subfolder, and restart Claude Code or start a new session. Alternatively, copy the skill into a project's .claude/skills directory or Claude Code's global skills directory for it to load automatically.

_daily.dev surfaces setup guides like this for developers wiring coding agents into their database workflows._

### How much faster is Claude Code at writing KurrentDB event sourcing code with the KurrentDB skill installed versus without it?

With the KurrentDB skill installed, Claude Sonnet 4 completed an event-sourced Order Management System implementation in 100 seconds versus 300 seconds without it, a roughly 3x speedup. Token usage also dropped 59%, from 12,840 to 5,305 tokens, because Claude no longer needed to search for API documentation or correct wrong API guesses.

_developers benchmarking AI coding agent speedups can track results like this on daily.dev._

### What is Claude Code Agent Skills and how does it work with coding agents?

Agent Skills are modular capability packages released by Anthropic that extend Claude Code's functionality by providing structured reference documentation, such as API references and code templates, that the agent consults instead of relying solely on training data. They are also reported to be compatible with Codex and other coding agents, and are set up by placing skill files in a designated skills directory.

_developers adopting agent skills across coding tools keep track of ecosystem changes via daily.dev._

## Community discussion

Top comments from developers on daily.dev.

**@agustinbarrientos** · 0 upvotes

> I'd take a current API reference inside the skill over another generic event-sourcing primer every time.

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#architecture](https://daily.dev/tags/architecture), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"KurrentDB Skills comes to Coding Agents","url":"https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn"},"datePublished":"2026-08-04T14:30:28.647Z","dateModified":"2026-09-14T09:00:07.403Z","description":"KurrentDB has released Agent Skills for Claude Code (and compatible with Codex and other coding agents), providing modular capabilities that give AI coding...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2b59a627163518c7b3ea1fb4b937fd18?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2b59a627163518c7b3ea1fb4b937fd18?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Event Store","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Event Store","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6e7940e0a29e4b3cbfef11831ec252c2","url":"https://daily.dev/sources/eventstore"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"ai-agents,architecture,claude-code","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Event Store","item":"https://daily.dev/sources/eventstore"},{"@type":"ListItem","position":3,"name":"KurrentDB Skills comes to Coding Agents"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn","comment":[{"@type":"Comment","text":"I’d take a current API reference inside the skill over another generic event-sourcing primer every time.","datePublished":"2026-08-05T23:43:41.601Z","url":"https://daily.dev/posts/RIX7Z6pHn#c-Xi9jIhgoR","author":{"@type":"Person","name":"Agustin Barrientos","url":"https://daily.dev/agustinbarrientos","image":"https://media.daily.dev/image/upload/s--5ayxQnqn--/f_auto/v1788281802/avatars/avatar_wQYYVe5Tbj0NJ7C7qPoa8?_a=BAMAMicg0"}}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/kurrentdb-skills-comes-to-coding-agents-rix7z6phn#faq","mainEntity":[{"@type":"Question","name":"How do I install the KurrentDB skill for Claude Code?","acceptedAnswer":{"@type":"Answer","text":"Clone the kurrent-io/coding-agent-skills repository to a local directory such as ~/skills/kurrentdb, then register it in ~/.claude/settings.json under a 'skills' array pointing to the kurrent_skills subfolder, and restart Claude Code or start a new session. Alternatively, copy the skill into a project's .claude/skills directory or Claude Code's global skills directory for it to load automatically. daily.dev surfaces setup guides like this for developers wiring coding agents into their database workflows."}},{"@type":"Question","name":"How much faster is Claude Code at writing KurrentDB event sourcing code with the KurrentDB skill installed versus without it?","acceptedAnswer":{"@type":"Answer","text":"With the KurrentDB skill installed, Claude Sonnet 4 completed an event-sourced Order Management System implementation in 100 seconds versus 300 seconds without it, a roughly 3x speedup. Token usage also dropped 59%, from 12,840 to 5,305 tokens, because Claude no longer needed to search for API documentation or correct wrong API guesses. developers benchmarking AI coding agent speedups can track results like this on daily.dev."}},{"@type":"Question","name":"What is Claude Code Agent Skills and how does it work with coding agents?","acceptedAnswer":{"@type":"Answer","text":"Agent Skills are modular capability packages released by Anthropic that extend Claude Code's functionality by providing structured reference documentation, such as API references and code templates, that the agent consults instead of relying solely on training data. They are also reported to be compatible with Codex and other coding agents, and are set up by placing skill files in a designated skills directory. developers adopting agent skills across coding tools keep track of ecosystem changes via daily.dev."}}]}
```

