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/zzusp/doc-first-dev/claude-mdgit clone --depth 1 https://github.com/zzusp/doc-first-devWhat 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.00316 | $0.00316 |
| Opus 5 | $0.00158 | $0.00158 |
| Sonnet 5 | $0.00063 | $0.00063 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
doc-first-dev 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.
What it actually says
CLAUDE.md — doc-first-dev
本仓库是一套可安装的 Agent Skills,不是业务项目。在此仓库中工作时请遵守以下规则。
仓库结构
skills/
spec-first/ # 文档驱动全周期 skill
SKILL.md # 入口
*.md # 各阶段文件(init, step0, phase-a/b/c/d, error-handling)
assets/ # 供目标项目使用的模板文件
evals/ # 评测场景
whylog-record/ # 决策日志 skill
SKILL.md
evals/
reference/
best-practices.md # Skill 编写参考指南,修改 skill 前必读
编写规则
- 修改任何 skill 文件前,先阅读
reference/best-practices.md - skill 文件保持精简:不解释 Claude 已知的常识,只写 Claude 没有的上下文
- 文件命名:全小写 + 连字符(如
phase-a.md、claude-md-snippet.md) - 模板文件(
assets/)中的占位符统一用<尖括号>格式 - 不在 skill 文件里硬编码用户项目的具体路径
评测
修改 skill 逻辑后,对照 evals/ 中的场景手动验证主要路径是否仍符合预期。
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.
- 2d ago First seen · 32 lines · 316 tokens per session scan A 50a7d4b8bd6b
doc-first-dev CLAUDE.md is an instructions file published in the GitHub repository zzusp/doc-first-dev (6 stars, last pushed 4mo ago), licensed MIT. It adds 316 tokens to every session, about $0.0016 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.
Other instructions, from other repositories
superpowers-zh CLAUDE.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
superpowers-zh GEMINI.md
Instructions for jnMetaCode/superpowers-zh, covering superpowers-zh 中文增强版, 核心规则, 可用 skills and 如何使用.
agent-skills GEMINI.md
Instructions for mongodb/agent-skills, covering mongodb gemini extension and configuration.
slack-skills-plugin AGENTS.md
AGENTS.md instructions for slackapi/slack-skills-plugin, covering slack plugin, commands, development commands, cross-skill references and skill descriptions.
ai-rules-sync AGENTS.md
Instructions for lbb00/ai-rules-sync, covering agents instructions, project overview, tech stack, key features and directory structure.
skill-buddy AGENTS.md
Instructions for konnga/skill-buddy, a project described as: AI Skills Buddy, A desktop workspace for managing, installing, and synchronizing Skills and MCP Servers across AI agents.