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/lisitan/writing-team-workbench/readmegit clone --depth 1 https://github.com/lisitan/writing-team-workbenchWrote 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/lisitan/writing-team-workbench/readme)<a href="https://agentmods.dev/commands/lisitan/writing-team-workbench/readme"><img src="https://agentmods.dev/badge/commands/lisitan/writing-team-workbench/readme.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.00000 | $0.00513 |
| Opus 5 | $0.00000 | $0.00257 |
| Sonnet 5 | $0.00000 | $0.00103 |
| Haiku 4.5 | $0.00000 | $0.00051 |
Grade A, and why
README 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.
What it actually says
写作天团命令
这里存放中文短命令。命令负责入口调用,具体能力沉淀在 .claude/skills/。
命令列表
/选题入池→../skills/00-topic-inbox/SKILL.md/项目立项→../skills/00-project-init/SKILL.md/赵选题→../skills/01-zhao-topic/SKILL.md/张素材→../skills/02-zhang-research/SKILL.md/王整理→../skills/03-wang-organize/SKILL.md/刘风格→../skills/04-liu-style/SKILL.md/李文章→../skills/05-li-draft/SKILL.md/吴查查→../skills/06-wu-factcheck/SKILL.md/周审稿→../skills/07-zhou-editor/SKILL.md/陈排版→../skills/08-chen-layout/SKILL.md/素材归档→../skills/09-asset-archive/SKILL.md
通用规则
/选题入池只处理灵感入池,不创建项目。/项目立项只创建项目结构,不写正文。/赵选题到/陈排版这 8 个专家命令优先处理用户指定的文章项目。/素材归档只从已完成项目回流本地素材库。- 如果用户没有指定项目或选题,先要求用户提供项目路径、选题池条目或文章主题。
- 按对应 skill 的资料源、能力边界和输出结构执行。
- 输出必须写到命令规定的位置。
/陈排版需要写入产出/配图方案.md;只有标题确认后,才写入最终产出/文章草稿.md。- 不要越权执行其他命令的工序。
- 默认采用硬停确认门:策划案、初稿、标题、配图方案未确认前,不推进后续关键阶段。
- 用户反馈统一写入当前项目
过程/反馈记录.md。
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.
- 5d ago First seen · 32 lines · 0 tokens per session scan A d755f7f32d0c
README is a command published in the GitHub repository lisitan/writing-team-workbench (20 stars, last pushed 19d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 513 tokens. 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 commands, from other repositories
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.
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.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.