kapi-sprints: Skill for Claude Code

.claude/skills/dev/SKILL.md

dev is a skill for Claude Code from Kapi-IDE/kapi-sprints. It costs 27 tokens per session (779 once invoked), scanned A, original, no licence file.

A sprint-task implementation tool that selects the next unchecked task, writes tests first, implements the change, and commits it. TDD, or test-driven development, means writing tests before the code they check.

In plain words
What is it for?
It is for taking available sprint tasks from a board, implementing them with TDD, and recording the work in Git.
Why use it?
It connects task selection, test-driven development, implementation, and committing so these steps do not have to be coordinated manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is Kapi-IDE/kapi-sprints's own configuration. It tells Claude Code how to work on kapi-sprints itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kapi-sprints configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kapi-IDE/kapi-sprints. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kapi-IDE/kapi-sprints/main/.claude/skills/dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kapi-IDE/kapi-sprints

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/kapi-ide/kapi-sprints/dev/github.svg)](https://agentmods.dev/skills/kapi-ide/kapi-sprints/dev)
Your own site
<a href="https://agentmods.dev/skills/kapi-ide/kapi-sprints/dev"><img src="https://agentmods.dev/badge/skills/kapi-ide/kapi-sprints/dev/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dev

Your own site · 80×15
<a href="https://agentmods.dev/skills/kapi-ide/kapi-sprints/dev"><img src="https://agentmods.dev/badge/skills/kapi-ide/kapi-sprints/dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00779
Opus 5 $0.00014 $0.00390
Sonnet 5 $0.00005 $0.00156
Haiku 4.5 $0.00003 $0.00078

Measured 4d ago against content hash 2353ac89207d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/dev/SKILL.md · 70 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 70 lines · 27 tokens per session scan A 2353ac89207d

Subscribe to this mod's changes

dev is a skill published in the GitHub repository Kapi-IDE/kapi-sprints (8 stars, last pushed 5mo ago), with no licence file. It adds 27 tokens to every session and 779 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

conductor-implement

Execute tasks from a track's implementation plan following TDD workflow.

rmyndharis/antigravity-skills · 17 tokens

ring:implementing-tasks

Implementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then verifies coverage, lint, license headers, runtime, and delivery before handoff. Runs as Gate 0 before ring:reviewing-code. Use to drive ONE task inside an…

LerianStudio/ring · 103 tokens

create-issues

Creates GitHub issues following test-driven development principles and proper labeling conventions. This skill should be used when the user asks to "create an issue", "file a bug", or needs to document new requirements, epics, or PR-scoped tasks.

FradSer/dotclaude · 54 tokens

linear-implement

This skill should be used when implementing features from Linear issues with full TDD workflow, automated planning, parallel code reviews (security and Rails best practices), systematic feedback implementation, and automated PR creation with Linear integration. Use when the user provides a Linear issue ID (e.g.…

dgalarza/claude-code-workflows · 80 tokens