development-workflows

development-workflows is a command for Claude Code from BuaaJoseph/claude-code-best-practice-zh. It costs 20 tokens per session (2,926 once invoked), scanned A, original, MIT.

A workflow for researching nine repositories and updating a DEVELOPMENT WORKFLOWS table in a README file. It gathers findings in parallel, shows the proposed changes, and waits for approval before editing.

In plain words
What is it for?
Use it to compare development-workflow repositories, collect details such as names and star counts, and prepare approved README table updates.
Why use it?
It reduces the manual work of checking several projects and keeping a comparison table current. It also lets someone review the findings before they change the README.

Command for 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 commands/buaajoseph/claude-code-best-practice-zh/development-workflows
Clone the repo
git clone --depth 1 https://github.com/BuaaJoseph/claude-code-best-practice-zh

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 development-workflows

README.md
[![agentmods](https://agentmods.dev/badge/commands/buaajoseph/claude-code-best-practice-zh/development-workflows.svg)](https://agentmods.dev/commands/buaajoseph/claude-code-best-practice-zh/development-workflows)
Your own site
<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>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,926 The whole file, excluding the scripts and references it only reads on demand.
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.00020 $0.02926
Opus 5 $0.00010 $0.01463
Sonnet 5 $0.00004 $0.00585
Haiku 4.5 $0.00002 $0.00293

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

Security

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.

.claude/commands/workflows/development-workflows.md · 207 lines

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:使用 ![tag](https://img.shields.io/badge/TAG-ddf4ff) 的 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 数量:只是数字(例如 250108+

排序顺序:按星数降序排序(最高的在前)。不要按 Plan 类型分组。


阶段 0:读取当前状态

读取这些文件:

  1. README.md## ⚙️ DEVELOPMENT WORKFLOWS 表(注意当前的星数、标签、Plan 链接、数量)
  2. 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)

对每个仓库,返回:

  1. 星数 — 使用 GitHub API https://api.github.com/repos/{owner}/{repo},读取 stargazers_count。四舍五入到 k
  2. Agent 数量 — 统计 agents/.claude/agents/ 中的 .md 文件。对于 obra,还要统计 skill 调度的隐式子代理。
  3. Skill 数量 — 统计 skills/.claude/skills/ 中的文件夹。
  4. Command 数量 — 统计 commands/.claude/commands/ 中的 .md 文件。对于 spec-kit,统计 templates/commands/ 中的文件。
  5. Plan 实现 — 找到 Plan/规划 agent、skill 或 command。返回其名称、类型(agent/skill/command)和文件路径。
  6. 独特性标签 — 2-3 个简短标签(每个 2-3 个词),描述这个工作流的独特之处。
  7. 显著变化 — 有什么重大近期变化吗?新的 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">

Read the full file on GitHub · 207 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. 3d ago First seen · 207 lines · 20 tokens per session scan A 7a2853ff4b96

Subscribe to this mod's changes

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.