continuous-improvement CLAUDE.md

continuous-improvement CLAUDE.md is an instructions file for coding agents from naimkatiman/continuous-improvement. It costs 3,712 tokens per session, scanned A, original, MIT.

Repository instructions for a continuous-improvement package, which is a Claude Code plugin and GitHub Action transcript checker. They require planning, test-driven development, and verification after changes.

In plain words
What is it for?
Use them when modifying the package, its plugins, workflows, build pipeline, tests, or release-related files.
Why use it?
They set quality and safety rules for changing a project that checks coding-agent transcripts and includes several plugin components.

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/naimkatiman/continuous-improvement/claude-md
Clone the repo
git clone --depth 1 https://github.com/naimkatiman/continuous-improvement

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 continuous-improvement CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/naimkatiman/continuous-improvement/claude-md.svg)](https://agentmods.dev/instructions/naimkatiman/continuous-improvement/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/naimkatiman/continuous-improvement/claude-md"><img src="https://agentmods.dev/badge/instructions/naimkatiman/continuous-improvement/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,712 This file is loaded in full into every session.
When invoked 3,712 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.03712 $0.03712
Opus 5 $0.01856 $0.01856
Sonnet 5 $0.00742 $0.00742
Haiku 4.5 $0.00371 $0.00371

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

Security

Grade A, and why

continuous-improvement 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.

CLAUDE.md · 102 lines

How it starts

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

CLAUDE.md — continuous-improvement

Project-local rules for AI coding agents. Global rules live in ~/.claude/CLAUDE.md. This file only adds what is specific to this repo.

Repository

  • npm package continuous-improvement (Claude Code plugin + GitHub Action transcript linter)
  • Marketplace at .claude-plugin/marketplace.json ships 5 plugins: 1 native + 4 vendored companions (Obra superpowers, addy/agent-skills, ruflo-swarm, oh-my-claudecode). pm-skills is out-of-band per docs/THIRD_PARTY.md.
  • Source layout: skills/, commands/, hooks/, agents/, bin/, lib/, templates/, instinct-packs/, synthetic-checks/, third-party/, plugins/continuous-improvement/.

Think Before Acting

  • For any non-trivial request, produce a short plan before editing files. Under the 7 Laws this is Law 2.
  • When the user references prior work (PR #X, last session's fix), verify it exists with gh pr view X or git log before acting on the assumption.
  • Use TDD for new features: failing test → code → verify. The native tdd-workflow skill enforces RED-GREEN-REFACTOR strictly — pre-test code is deleted.

Verification Discipline

  • After any code change, run npm run verify:all (16 content invariants + typecheck: skill-mirror, skill-tiers, skill-law-tag, skill-count, skill-count-prose, command-count, docs-substrings, everything-mirror, routing-targets, doc-runtime-claims, test-imports-only, landing-version, scripts-citation-drift, third-party-shape, tool-count, reconcile-parity, typecheck). Anything below that is incomplete.
  • For doc-only or template-only changes, npm run typecheck is the floor.
  • Run all commands from repo root. Verify CWD with pwd if a previous step may have changed it.
  • Never claim "verified" or "done" without the passing output. Silence is not a pass.

Build pipeline (CRITICAL)

  • .mts files under src/ are the source. .mjs files in bin/, lib/, test/ are generated by tsc.
  • Direct edits to .mjs files are wiped on next npm run build and fail CI's git diff --exit-code -- bin test lib plugins invariant. PR #66 was rejected for exactly this; PRs #73/#74 shipped the fix.
  • After editing .mts: npm run build regenerates the .mjs. Commit both.

Read the full file on GitHub · 102 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 · 102 lines · 3,712 tokens per session scan A 0fd86f5d6963

Subscribe to this mod's changes

continuous-improvement CLAUDE.md is an instructions file published in the GitHub repository naimkatiman/continuous-improvement (7 stars, last pushed 10d ago), licensed MIT. It adds 3,712 tokens to every session, about $0.0186 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.