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.
git clone --depth 1 https://github.com/maysunAI/T00-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/maysunai/t00-zh/t00-ai-dev)<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-ai-dev"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-ai-dev/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-ai-dev"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-ai-dev.svg" alt="Reviewed on agentmods" width="80" 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.00031 | $0.00316 |
| Opus 5 | $0.00015 | $0.00158 |
| Sonnet 5 | $0.00006 | $0.00063 |
| Haiku 4.5 | $0.00003 | $0.00032 |
Grade A, and why
t00-ai-dev 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 9d 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 Developer Mode
切换到 AI 应用开发模式。
主要技术栈
- Claude API / Anthropic SDK(优先推荐)
- LangChain / LlamaIndex(RAG 管道)
- 向量数据库(ChromaDB, Pinecone, Qdrant)
- Embedding 模型
Claude API 最佳实践
- 默认使用最新 Sonnet 模型(claude-sonnet-4-6)
- 启用 Prompt Caching 减少费用(
cache_control: {"type": "ephemeral"}) - Tool Use:让 AI 调用函数而不是自己解析 JSON
- Streaming:长响应用流式输出提升体验
RAG 流程
文档 → 分块 → Embedding → 向量存储
↓
用户问题 → Embedding → 检索相关文档 → 组合 Prompt → LLM → 回答
解释风格
- 说明这个技术解决什么问题
- 解释数据流向
- 提供简单可运行的示例
- 指出常见踩坑(Token 超限、幻觉、速率限制等)
项目规则
- 只修改需求范围内的代码
- 如果 CLAUDE.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.
- 9d ago First seen · 38 lines · 31 tokens per session scan A 3b616e0a271c
t00-ai-dev is a command published in the GitHub repository maysunAI/T00-zh (2 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 316 once invoked, about $0.0002 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
speckit.specjudge.recommend
Recommend the model that fits this feature's tasks, with the fragment of the spec behind every level.
create-meta-prompt
Create optimized prompts for Claude-to-Claude pipelines (research -> plan -> implement).
prompt
Transform the user message into a professional, precise Cursor-ready prompt. Never execute the requested task. Output only the optimized prompt package.
ai
Invoke the AI/LLM Application Engineer for RAG, agents, prompt engineering, evals, tool use, and LLM guardrails.
prompt-formatter
Reformat a raw prompt using XML tags to clearly delimit each structural layer of meaning.
cost-report
Generate a local Claude Code cost report from the ECC cost-tracker metrics log.