claude-code-kit CLAUDE.md

A set of instructions, agents, and skills for using Claude Code in software projects. Claude Code is a coding assistant that works inside a project and follows written guidance and available tools.

In plain words
What is it for?
Use it when installing the toolkit, defining its project guidance, or checking that it works outside its own repository and with other integrations.
Why use it?
It explains how to install and design the toolkit so it works in other people's projects, even when their tools and integrations differ. It also provides guidance for working alongside other add-ons.

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/this-hw/claude-code-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/This-HW/claude-code-kit
Per session 7,460 This file is loaded in full into every session.
When invoked 7,460 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.07460 $0.07460
Opus 5 $0.03730 $0.03730
Sonnet 5 $0.01492 $0.01492
Haiku 4.5 $0.00746 $0.00746

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

Security

Grade A, and why

claude-code-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 2d 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 · 491 lines

How it starts

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

claude-code-kit

Universal Claude Code toolkit — agents and skills for software development

Who this is for (design north-star)

This is a published plugin installed into other people's projects, not a tool for this repo alone. Every design decision is judged by: does this work in a consumer's environment — where the plugin's files live in the plugin cache (not the project cwd), where MCP servers may be absent or different, where hooks run on every session? A change that only works in this repo is a defect. (Concrete gate in the Contributing checklist.)

Interoperability is a first-class goal: the kit must compose cleanly with other plugins (e.g., superpowers) and with whatever MCP servers the user has (memory MCPs, search MCPs, private/company servers). Three rules: never assume a specific plugin/MCP is present; never conflict with one that is; leverage generically when available (e.g., recall-before-plan / remember-after-done if memory-style tools exist — fail-open otherwise). Guidance lives in skills, never in agent tools: allowlists.

Installation

# Basic — Anthropic community catalog (read-only mirror; nightly sync — see Release Checklist)
/plugin marketplace add anthropics/claude-plugins-community
/plugin install claude-code-kit@claude-community

# Basic — direct marketplace (fastest updates)
/plugin marketplace add This-HW/claude-code-kit
/plugin install claude-code-kit@claude-code-kit

# Full (with security hooks + auto-format + pre-commit)
git clone https://github.com/This-HW/claude-code-kit && cd claude-code-kit && ./setup.sh

Structure

plugins/
└── common/      — Core agents (33) + skills (19) + rules (13) + hooks

plugins/common/ contains:

  • .claude-plugin/plugin.json — plugin manifest
  • agents/ — agent .md files
  • skills/ — skill .md files
  • hooks/ — Python hook scripts (common only)
  • rules/ — governance rules (common only)
  • .codex-plugin/plugin.json, plugin.json생성물. Codex·Antigravity 타겟 매니페스트로, .claude-plugin/plugin.json 을 SSOT 삼아 scripts/build-targets.py 가 만든다. 손으로 고치지 말 것 (verify-done.sh §14가 드리프트를 exit 1로 잡는다). 정책은 레포 루트 packaging/targets.json

Read the full file on GitHub · 491 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. 2d ago First seen · 491 lines · 7,460 tokens per session scan A 07d195174e57

Subscribe to this mod's changes

claude-code-kit CLAUDE.md is an instructions file published in the GitHub repository This-HW/claude-code-kit (4 stars, last pushed 5d ago), licensed MIT. It adds 7,460 tokens to every session, about $0.0373 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-31.