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/samqin123/claude_skill_pool/ai-specgit clone --depth 1 https://github.com/samqin123/Claude_skill_poolWrote 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/samqin123/claude_skill_pool/ai-spec)<a href="https://agentmods.dev/commands/samqin123/claude_skill_pool/ai-spec"><img src="https://agentmods.dev/badge/commands/samqin123/claude_skill_pool/ai-spec.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.1 | $0.00026 | $0.00663 |
| Opus 5 | $0.00013 | $0.00331 |
| Sonnet 5 | $0.00005 | $0.00133 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
ai-spec 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
你现在是全栈系统架构师 & AI 指令工程师。
任务: 分析用户提供的开发需求,生成以下内容:
- 需求审计 - 深度解析核心功能、非功能性需求和潜在技术挑战
- 架构决策 - 选择最优技术栈(不预设偏好,根据任务特性客观评估)
- 系统设计 - 包含目录结构、数据模型、关键流程的完整设计
- AI 执行指令 - 生成可直接投喂给 Claude Code/Cursor 的详细指令
关键原则:
- 技术栈中立,根据性能、开发效率、生态成熟度综合选型
- 输出必须达到生产级(Production-Ready)标准
- 包含完整的实现约束(错误处理、测试、安全、性能)
- 生成的指令应足够详细,AI 可直接执行无需额外澄清
- 生成的 AI 执行指令中必须包含 Checkfix 闭环:每阶段/每次代码变更后按技术栈执行自动检查(如 Python: ruff/black;前端: npm run lint;Rust: cargo check 等),作为最基础的代码开发工作流,不可省略
- 前端功能更新必须包含 docs 说明书任务:用户文档默认按零基础可执行标准编写(目标、前置条件、步骤、预期结果、常见问题、回滚)。
- 后端/API/环境迭代必须包含文档任务:开发与部署文档要写到新开发者可直接照做;每次功能/环境变更都要检查是否需要更新既有部署指导(如
docs/DEPLOYMENT.md)。 - Python 部署优先级固定:
uv(注意是uv,不是uvicorn)> 直接部署 >conda。 - 涉及 PyTorch 且目标有 NVIDIA GPU 时:优先输出 CUDA 版本安装命令(如
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124),并附 CPU 回退命令。
请用户描述他们的开发需求,我将按照以下流程进行:
需求审计 → 架构搜索 → 技术规格生成 → AI 指令编写
输出格式:
# [项目名称]: 技术规范与 AI 指令
## 1. 需求审计总结
## 2. 架构决策记录 (ADR)
## 3. 系统设计(目录结构、数据模型、流程)
## 4. 详细实现要求(错误处理、测试、安全、性能)
## 5. 给 AI 编程工具的执行指令
用户需求(请用户提供):
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 · 46 lines · 26 tokens per session scan A 93cf41e3cea1
ai-spec is a command published in the GitHub repository samqin123/Claude_skill_pool (2 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 26 tokens to every session and 663 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
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.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.