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/xcodethink/open-claude-code-skills/new-taskgit clone --depth 1 https://github.com/xcodethink/open-claude-code-skillsWhat 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.00027 | $0.00290 |
| Opus 5 | $0.00014 | $0.00145 |
| Sonnet 5 | $0.00005 | $0.00058 |
| Haiku 4.5 | $0.00003 | $0.00029 |
Grade A, and why
new-task 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
创建新任务
用户要开始一个新的开发任务。按以下流程操作:
1. 理解需求
和用户讨论任务需求,确保理解:
- 做什么(功能描述)
- 为什么做(业务目标)
- 验收标准(怎么算完成)
- 技术约束(不能碰什么、必须用什么)
2. 制定方案
基于讨论结果,制定执行方案:
- 分解为 5-10 个具体步骤
- 每步要足够小(一个对话能完成 2-3 步)
- 确定每步的验证命令
3. 创建任务文件
确认方案后,在当前项目创建 tasks/current-task.md,使用标准模板格式:
- 方案摘要
- 验收条件(必须具体、可验证)
- 技术约束
- 执行步骤(带 checkbox)
- 每步验证命令
4. 确认
把创建好的 task.md 展示给用户确认。确认后用户可以:
- 说
/dev开始自主执行 - 或运行
auto-dev.sh无人值守执行
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 · 39 lines · 27 tokens per session scan A 79ab066e96bd
new-task is a command published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 27d ago), licensed MIT. It adds 27 tokens to every session and 290 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
go-test
Go TDD workflow with table-driven tests.
go-review
Go code review for idiomatic patterns.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
handoff
Generate or load a session handoff. Usage: /handoff [create|resume].
example-only
This command documents how to dispatch. Example only.
test
Run all PandaFilter verification steps in order. Stop and report on first failure. This is the required pre-commit gate.