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 rules/tencentcloudbase/cloudbase-ai-toolkit/projectgit clone --depth 1 https://github.com/TencentCloudBase/CloudBase-AI-ToolkitWhat 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.01312 | $0.01312 |
| Opus 5 | $0.00656 | $0.00656 |
| Sonnet 5 | $0.00262 | $0.00262 |
| Haiku 4.5 | $0.00131 | $0.00131 |
Grade A, and why
project 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 yesterday.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- project — 89% identical, 125 lines differ
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CloudBase AI Toolkit 项目规范
项目统一约束 ⚠️
代码规范(强制要求)
- 所有代码注释必须使用英文,禁止使用中文注释
- 代码中的变量名、函数名、类名等标识符应使用英文
- 代码中的字符串内容可以使用中文(如用户界面文本、错误信息等)
- 通过 CLI 提交 PR 的内容也是 英文
提交规范(强制要求)
- Git commit 信息必须使用英文,采用 conventional-changelog 风格
- Commit 信息格式:
type(scope): description,例如feat(auth): add user authentication system - 在 feat(xxx): 后面可以添加 emoji 字符
- 禁止在 commit 信息中使用中文
项目结构
doc存放对外的文档mcp核心的 mcp packageconfig用来给 AI IDE提供的规则和 mcp 预设配置tests自动化测试specs存放核心的迭代过程中沉淀的 spec
自定义斜杠命令
命令列表
/list_commands
功能: 列出所有可用的斜杠命令
触发条件: 当用户输入 /list_commands 时
行为: 显示所有可用的命令及其功能描述
/new_feature
功能: 新功能开发工作流
触发条件: 当用户输入 /new_feature 或提出新需求时
行为: 采用标准软件工程方式独立开展工作,每个环节完成后都需要用户确认后才可进行下一个环节
工作流程:
- 需求澄清:搞清楚问题和需求
- 需求文档设计:按照 EARS 简易需求语法方法描述,保存在
specs/spec_name/requirements.md - 技术方案设计:描述技术架构,保存在
specs/spec_name/design.md - 任务拆分:细化具体任务,保存在
specs/spec_name/tasks.md - 执行任务:独立自主运行,及时更新任务状态
/add_aiide
功能: 新增 AI IDE 支持
触发条件: 当用户输入 /add_aiide 时
行为: 按照 CloudBase AI Toolkit 新增 AI IDE 支持工作流执行
步骤:
- 创建 IDE 特定配置文件(如
.mcp.json和CLAUDE.md) - 更新
scripts/fix-config-hardlinks.sh添加新目标文件到硬链接列表 - 执行硬链接脚本确保规则文件同步
- 创建
doc/ide-setup/{ide-name}.md配置文档 - 更新
README.md、doc/index.md、doc/faq.md中的 AI IDE 支持列表 - 更新 IDE 文件映射(在
mcp/src/tools/setup.ts中) - 验证硬链接状态和文档完整性
- 测试IDE特定下载功能是否正常工作
/add_example
功能: 新增用户案例/视频/文章
触发条件: 当用户输入 /add_example 时
行为: 按照 CloudBase AI Toolkit 新增用户案例工作流执行
步骤:
- 注意标题尽量用原标题,然后适当增加一些描述
- 更新 README.md
- 更新 doc/tutorials.md
/sync_doc
功能: 同步文档到官方文档库
触发条件: 当用户输入 /sync_doc 时
行为: 执行 cp -r doc/* {cloudbase-docs dir}/docs/ai/cloudbase-ai-toolkit/
/update_readme
功能: 更新 README 文档
触发条件: 当用户输入 /update_readme 时
行为:
- 按照中文文档更新英文文档(README-ZH.md → README.md)
- 英文文档中的banner 图是英文的,保持不变
- 复制 README-ZH.md 覆盖 mcp/
/fix_config
功能: 修复 config 中的硬链接
触发条件: 当用户输入 /fix_config 时
行为: 执行 sh ./scripts/fix-config-hardlinks.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.
- yesterday First seen · 128 lines · 1,312 tokens per session scan A 070347250682
project is a cursor rule published in the GitHub repository TencentCloudBase/CloudBase-AI-Toolkit (1,087 stars, last pushed yesterday), licensed MIT. It adds 1,312 tokens to every session, about $0.0066 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-30.
Other cursor rules, from other repositories
beanstalk-deploy
Robust deployment patterns for Elastic Beanstalk with GitHub Actions, Pulumi, and edge case handling.
archcore-files
Enforce MCP-only operations when working with .archcore/ files.
dev_workflow
Guide for using Taskmaster to manage task-driven development workflows.
execution
Repository execution and verification commands.
cosmosmith
Cosmosmith project rules adapter.
no-crux-frontmatter
This is a regular rule file that does not have crux: true in its frontmatter. It should be ignored by the CRUX compression hook.