dwarves-kit CLAUDE.md

dwarves-kit CLAUDE.md is an instructions file for coding agents from dwarvesf/dwarves-kit. It costs 1,202 tokens per session, scanned A, original, MIT.

Project instructions for developing dwarves-kit itself, a Claude Code workflow toolkit with hooks, commands, subagents, and a skill. Its workflow moves from thinking and specification through execution, review, shipping, and retrospective.

In plain words
What is it for?
Use it when developing dwarves-kit, choosing its workflow stages, running its tests and verification pipeline, or understanding its repository structure.
Why use it?
It separates instructions for maintaining the toolkit from the template used by projects that consume it, and documents the commands, structure, and verification process.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dwarvesf/dwarves-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/dwarvesf/dwarves-kit

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 dwarves-kit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dwarvesf/dwarves-kit/claude-md.svg)](https://agentmods.dev/instructions/dwarvesf/dwarves-kit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dwarvesf/dwarves-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/dwarvesf/dwarves-kit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,202 This file is loaded in full into every session.
When invoked 1,202 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.01202 $0.01202
Opus 5 $0.00601 $0.00601
Sonnet 5 $0.00240 $0.00240
Haiku 4.5 $0.00120 $0.00120

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

Security

Grade A, and why

dwarves-kit CLAUDE.md 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.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

Project instructions for working on dwarves-kit itself (the kit's own repo). If you are looking for the template to copy into a NEW project that consumes the kit, see examples/hello-spec/CLAUDE.md.

Project

dwarves-kit is a Claude Code workflow toolkit: hooks, slash commands, subagents, and a skill. Spec-driven lifecycle (/kit:think/kit:spec/kit:execute/kit:review/kit:ship/kit:retro) with a verification pipeline (worker → task-verifier → fix-agent retry, max 2). Distributed as a Claude Code plugin and as a bash installer. Maintainer: Han at Dwarves Foundation.

For component fit and data flow, read docs/architecture.md. For operator detail per command, how to drive the kit from natural language, and how to recover from hook misbehavior, read MANUAL.md. Design rejection rules live in docs/PHILOSOPHY.md and are load-bearing.

Tech stack

Layer Choice
Hook runtime bash + jq
Distribution Claude Code plugin (.claude-plugin/) + bash installer (install.sh + settings.json)
Tests bash (tests/test-hooks.sh for behavior, tests/test-meta.sh for structural integrity)
CI GitHub Actions, macOS + Ubuntu matrix

The kit deliberately uses no compiled binaries and no Node/Python in hooks (carve-out: statusline may use Node per PHILOSOPHY). Every script must be readable in 30 seconds.

Commands (for dev on the kit)

bash tests/test-hooks.sh      # hook behavior tests
bash tests/test-meta.sh       # structural integrity tests
bash install.sh               # install into ~/.claude/ (idempotent)
bash install.sh --uninstall   # clean removal
DWARVES_KIT_DEBUG=1 ...       # verbose hook logging on stderr

The kit ships its own slash commands (/kit:start ... /kit:retro ... /kit:kit-health). Working on the kit means dogfooding: write a spec for your change, dispatch the verification pipeline, ship through /kit:ship. The kit's commands are listed in MANUAL.md; do not duplicate the inventory here.

Read the full file on GitHub · 71 lines

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 · 71 lines · 1,202 tokens per session scan A f5bae312ac07

Subscribe to this mod's changes

dwarves-kit CLAUDE.md is an instructions file published in the GitHub repository dwarvesf/dwarves-kit (11 stars, last pushed yesterday), licensed MIT. It adds 1,202 tokens to every session, about $0.0060 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-08-30.

Related

Other instructions, from other repositories