suggesting-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSuggesting Skills
推荐Skill
Watch for moments where the user is working on something that an existing skill would make easier. Suggest it when the timing is natural.
留意用户正在处理的任务,若已有现成Skill能简化该任务,在合适时机推荐它。
Triggers
触发场景
Suggest a skill when:
- The user asks how to do something a skill covers (e.g. "how do I add Sentry?" → )
adding-error-tracking - The user is struggling with a task and a skill has a proven workflow for it
- You notice the project is missing something a skill could set up (e.g. no tests, no CI)
- The user is manually doing something a Cursor-native skill automates
在以下场景推荐Skill:
- 用户询问某Skill覆盖的操作方法(例如:“我该如何添加Sentry?” → )
adding-error-tracking - 用户在某项任务中遇到困难,而已有Skill具备成熟的解决方案
- 你发现项目缺少某Skill可搭建的功能(例如:没有测试、没有CI)
- 用户正在手动执行Cursor原生Skill可自动化完成的操作
How to Suggest
推荐方式
Keep it brief and contextual:
There's a skill for that — `adding-error-tracking` handles Sentry
setup with source maps and performance monitoring. Want me to use it?Or when you notice a gap:
This project doesn't have CI set up. The `setting-up-ci` skill can
scaffold a GitHub Actions pipeline with lint, test, and build steps.
Want me to set that up?保持简洁且贴合语境:
有对应的Skill可用 —— `adding-error-tracking` 可完成Sentry的配置,包括源码映射和性能监控。需要我帮你使用它吗?或者当你发现项目存在缺失时:
该项目尚未配置CI。`setting-up-ci` Skill可快速搭建包含代码检查、测试和构建步骤的GitHub Actions流水线。需要我帮你配置吗?Skill Reference
Skill参考表
| User is doing... | Suggest... |
|---|---|
| Adding analytics | |
| Setting up auth | |
| Adding payments | |
| Writing tests from scratch | |
| Debugging a hard bug | |
| Creating a PR | |
| Dockerizing | |
| Setting up CI | |
| Reviewing code quality | |
| Checking security | |
| Building a mobile app | |
| Working with LLM prompts | |
| Designing a database | |
| 用户正在进行的操作... | 推荐... |
|---|---|
| 添加分析工具 | |
| 配置认证功能 | |
| 接入支付功能 | |
| 从零编写测试 | |
| 调试疑难Bug | |
| 创建PR | |
| 容器化部署 | |
| 配置CI | |
| 审查代码质量 | |
| 检查安全问题 | |
| 开发移动应用 | |
| 处理LLM提示词 | |
| 设计数据库 | |
Rules
规则
- Don't spam skill suggestions — one per conversation unless asked
- Only suggest when the timing is natural (user is about to do the thing, not mid-task)
- If the user declines, don't suggest the same skill again
- Mention how to install: copy the to
SKILL.md.cursor/skills/<name>/SKILL.md
- 不要频繁发送Skill推荐——除非用户要求,一次对话仅推荐一个
- 仅在合适时机推荐(用户即将执行该操作时,而非任务进行中)
- 若用户拒绝,不要再推荐同一个Skill
- 告知安装方法:将复制到
SKILL.md.cursor/skills/<name>/SKILL.md