Kata CLAUDE.md

Kata CLAUDE.md is an instructions file for Claude Code from 7xmohamed/Kata. It costs 944 tokens per session, scanned A, original, MIT.

A set of instructions for Kata, a personal collection of skills for the Claude Code command-line coding assistant.

In plain words
What is it for?
Use it to guide Claude through planning, frontend design, code review, debugging, configuration checks, research, document reading, and English writing.
Why use it?
It explains the collection's structure and distinguishes skills that require judgment from scripts that perform fixed operations.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code.

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/7xmohamed/kata/claude-md
Clone the repo
git clone --depth 1 https://github.com/7xmohamed/Kata

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 Kata CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/7xmohamed/kata/claude-md.svg)](https://agentmods.dev/instructions/7xmohamed/kata/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/7xmohamed/kata/claude-md"><img src="https://agentmods.dev/badge/instructions/7xmohamed/kata/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 944 This file is loaded in full into every session.
When invoked 944 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.1 $0.00944 $0.00944
Opus 5 $0.00472 $0.00472
Sonnet 5 $0.00189 $0.00189
Haiku 4.5 $0.00094 $0.00094

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

Security

Grade A, and why

Kata 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

CLAUDE.md · 86 lines

How it starts

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

Kata 1.1 ⚔️

Personal skill collection for Claude Code. Eight skills covering the complete engineering workflow: think, design, check, hunt, write, learn, read, health. Now with advanced Architecture, Security, and Synthesis modes.

Structure

skills/
├── RESOLVER.md   -- central trigger → skill routing table
├── check/        -- code review before merging
│   ├── agents/   -- reviewer-security.md, reviewer-architecture.md
│   └── references/  -- persona-catalog.md
├── design/       -- production-grade frontend UI
├── health/       -- Claude Code config audit
│   └── agents/   -- inspector-context.md, inspector-control.md
├── hunt/         -- systematic debugging
├── learn/        -- research to published output
├── read/         -- fetch URL or PDF as Markdown
├── think/        -- design and validate before building
└── write/        -- natural prose in English
    └── references/  -- write-en.md
.claude-plugin/
  marketplace.json    -- plugin registry for claude plugin distribution

Each skill has a SKILL.md (loaded on demand by Claude). Supporting content lives in subdirectories. skills/RESOLVER.md is the human-readable index of "which trigger goes to which skill"; keep it in sync when you change a skill's scope.

Skill vs Script: Latent vs Deterministic

Before adding a new capability, decide which layer it belongs in. Kata's eight skills are all fat skills (Markdown carrying judgment). Anything that is pure verification, lookup, or table-driven enforcement belongs in scripts/ or rules/, not in a SKILL.md.

Question YES → NO →
Does the user need the model to think, adapt, or ask? Skill Script / rule
Does the same input always produce the same output? Script / rule Skill
Does it depend on the user's project environment? Skill Script / rule
Is it a lookup, list, or status check? Script / rule Probably skill
Does behavior shift with conversation context? Skill Script / rule

Read the full file on GitHub · 86 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. 5d ago First seen · 86 lines · 944 tokens per session scan A c512b409352b

Subscribe to this mod's changes

Kata CLAUDE.md is an instructions file published in the GitHub repository 7xmohamed/Kata (2 stars, last pushed 2mo ago), licensed MIT. It adds 944 tokens to every session, about $0.0047 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.

Related

Other instructions, from other repositories