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 commands/buaajoseph/claude-code-best-practice-zh/development-workflowsgit clone --depth 1 https://github.com/BuaaJoseph/claude-code-best-practice-zhWrote 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/commands/buaajoseph/claude-code-best-practice-zh/development-workflows)<a href="https://agentmods.dev/commands/buaajoseph/claude-code-best-practice-zh/development-workflows"><img src="https://agentmods.dev/badge/commands/buaajoseph/claude-code-best-practice-zh/development-workflows.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.00020 | $0.02926 |
| Opus 5 | $0.00010 | $0.01463 |
| Sonnet 5 | $0.00004 | $0.00585 |
| Haiku 4.5 | $0.00002 | $0.00293 |
Grade A, and why
development-workflows 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 3d 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 — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
工作流 — 开发工作流
通过并行研究 9 个仓库来更新 README.md 中的 DEVELOPMENT WORKFLOWS 表。启动 agent,合并结果,呈现更改,在批准后更新表。
9 个仓库
| # | 仓库 | 所有者 |
|---|---|---|
| 1 | github/spec-kit |
GitHub (John Lam / Den Delimarsky) |
| 2 | Fission-AI/OpenSpec |
Fission-AI (@0xTab) |
| 3 | humanlayer/humanlayer |
HumanLayer (Dex Horthy) |
| 4 | affaan-m/everything-claude-code |
Affaan Mustafa |
| 5 | gsd-build/get-shit-done |
Lex Christopherson |
| 6 | obra/superpowers |
Jesse Vincent |
| 7 | garrytan/gstack |
Garry Tan (YC CEO) |
| 8 | bmad-code-org/BMAD-METHOD |
BMAD Code Org |
| 9 | EveryInc/compound-engineering-plugin |
Every.to |
表格式
README 表有以下列:
| Name | ★ | Uniqueness | Plan | <img src="!/tags/a.svg" height="14"> | <img src="!/tags/c.svg" height="14"> | <img src="!/tags/s.svg" height="14"> |
- Name:
[Short Name](github-url)— 使用项目名称,而不是所有者/仓库 - ★:星数四舍五入到
k(例如 98k、10k、4.1k)。低于 1000 显示精确数字 - Uniqueness:使用
的 2-3 个 shields.io 徽章标签。空格用下划线,连字符用--,+用%2C,/用%2F - Plan:Plan 实现的图标 + 链接名称。命令用
<img src="!/tags/c.svg" height="14">,agent 用<img src="!/tags/a.svg" height="14">,skill 用<img src="!/tags/s.svg" height="14">。名称链接到仓库中的实际文件 - Agent/Command/Skill 数量:只是数字(例如
25、0、108+)
排序顺序:按星数降序排序(最高的在前)。不要按 Plan 类型分组。
阶段 0:读取当前状态
读取这些文件:
README.md—## ⚙️ DEVELOPMENT WORKFLOWS表(注意当前的星数、标签、Plan 链接、数量)changelog/development-workflows/changelog.md— 之前的变更日志条目
阶段 1:启动 2 个研究 Agent
立即在单条消息中并行启动两个 agent。每个使用 subagent_type: "development-workflows-research-agent"。
Agent 1(3 个仓库)
研究这 3 个 Claude Code 工作流仓库:
Repo 1: github/spec-kit (https://github.com/github/spec-kit) Repo 2: affaan-m/everything-claude-code (https://github.com/affaan-m/everything-claude-code) Repo 3: obra/superpowers (https://github.com/obra/superpowers)
对每个仓库,返回:
- 星数 — 使用 GitHub API
https://api.github.com/repos/{owner}/{repo},读取stargazers_count。四舍五入到k。- Agent 数量 — 统计
agents/或.claude/agents/中的.md文件。对于 obra,还要统计 skill 调度的隐式子代理。- Skill 数量 — 统计
skills/或.claude/skills/中的文件夹。- Command 数量 — 统计
commands/或.claude/commands/中的.md文件。对于 spec-kit,统计templates/commands/中的文件。- Plan 实现 — 找到 Plan/规划 agent、skill 或 command。返回其名称、类型(agent/skill/command)和文件路径。
- 独特性标签 — 2-3 个简短标签(每个 2-3 个词),描述这个工作流的独特之处。
- 显著变化 — 有什么重大近期变化吗?新的 agent/skill/command?主要版本?
按仓库返回结构化报告:
REPO: github/spec-kit STARS: <number>k AGENTS: <count> COMMANDS: <count> SKILLS: <count> PLAN: <name> (<type>) — <file-path> TAGS: <tag1>, <tag2>, <tag3> CHANGES: <changes or "No significant 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.
- 3d ago First seen · 207 lines · 20 tokens per session scan A 7a2853ff4b96
development-workflows is a command published in the GitHub repository BuaaJoseph/claude-code-best-practice-zh (2 stars, last pushed 4mo ago), licensed MIT. It adds 20 tokens to every session and 2,926 once invoked, about $0.0001 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 commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.