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.
npx agentmods add instructions/kv0906/pm-kit/claude-mdgit clone --depth 1 https://github.com/kv0906/pm-kitWrote 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.
[](https://agentmods.dev/instructions/kv0906/pm-kit/claude-md)<a href="https://agentmods.dev/instructions/kv0906/pm-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/kv0906/pm-kit/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01807 | $0.01807 |
| Opus 5 | $0.00903 | $0.00903 |
| Sonnet 5 | $0.00361 | $0.00361 |
| Haiku 4.5 | $0.00181 | $0.00181 |
Grade A, and why
pm-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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What This Is
PM-Kit is a markdown-only Claude Code plugin — an AI-augmented knowledge vault for Technical PMs and Engineering Leads. No build system, no runtime, no dependencies. The entire framework is .md files, shell scripts, and YAML config. Claude Code reads CLAUDE.md + .claude/ to become a PM workspace operator.
Run /onboard to get started as a user.
Always scan _core/ first: config.yaml (projects, paths, note types), PROCESSING.md (I-P-O flows), MANIFESTO.md (philosophy).
Architecture
User types /command
→ Claude reads .claude/skills/{command}/SKILL.md
→ SKILL.md contains I-P-O instructions + tool permissions
→ Claude executes: reads config.yaml, uses templates, writes notes
→ PostToolUse hook auto-commits vault changes
Two-layer design: Skills (user-invocable /commands with SKILL.md) delegate heavy work to Agents (.claude/agents/*.md — specialized subprocesses for scribe, analyst, maintainer, processor roles).
Naming-as-API: Strict filename patterns (daily/YYYY-MM-DD.md, blockers/{project}/YYYY-MM-DD-{slug}.md) enable glob queries without a database. All patterns defined in _core/config.yaml under note_types.
Hooks (.claude/hooks/):
session-init.sh— sets$TODAY,$ACTIVE_PROJECTS,$DAILY_NOTEon SessionStartauto-commit.sh— auto-commits after Write/Edit on vault files (controlled byGIT_AUTO_COMMITenv var in.claude/settings.json)
Permissions (.claude/settings.json): Write/Edit allowed only in user content dirs (daily, docs, decisions, blockers, meetings, inbox, index, reports, _archive). Framework files require explicit approval.
Structure
| Folder | Purpose |
|---|---|
_core/ |
config.yaml, identity.md, MANIFESTO.md, PROCESSING.md |
_templates/ |
Note templates (ALWAYS USE when creating notes) |
.claude/skills/ |
Skill definitions (SKILL.md per command) |
.claude/agents/ |
Agent definitions (scribe, analyst, maintainer, processor) |
.claude/rules/ |
Naming conventions, markdown standards, workflow rules |
.claude/hooks/ |
Session init + auto-commit hooks |
scripts/ |
setup.sh, update.sh, release.sh (maintainer-only) |
handbook/ |
Framework documentation (maintainer-owned) |
.github/workflows/ |
PR labeler, changelog-on-merge, release-on-tag |
| User content dirs | 00-inbox/, 01-index/, daily/, docs/, decisions/, blockers/, meetings/, reports/, _archive/ |
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.
- 4d ago First seen · 145 lines · 1,807 tokens per session scan A 3e7dfe543f51
pm-kit CLAUDE.md is an instructions file published in the GitHub repository kv0906/pm-kit (133 stars, last pushed 2mo ago), licensed MIT. It adds 1,807 tokens to every session, about $0.0090 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.
Other instructions, from other repositories
pm-brain-for-cursor AGENTS.md
Instructions for ertra/pm-brain-for-cursor, covering pm brain coach, your role, coaching layer, pm-brain repository structure and recommended flow.
plannotator AGENTS.md
AGENTS.md instructions for backnotprop/plannotator, covering plannotator, project structure, server runtimes, installation and environment variables.
llm-wiki-agent GEMINI.md
Gemini CLI instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.
textbook-to-note CLAUDE.md
Instructions for drpwchen/textbook-to-note, covering claude.md — which audience are you?, working on this repo, spec before code, how much ceremony — decide before you start and the commit guard.
vault-cortex AGENTS.md
Instructions for aliasunder/vault-cortex, covering agents.md, what this project is, structure, module layering and logging.
second-brain-starter-kit AGENTS.md
AGENTS.md instructions for tonydzi/second-brain-starter-kit, covering agents.md — working in this repo, what this repo is, layout, how to verify a change and conventions.