suggesting-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Suggesting 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
adding-analytics
Setting up auth
adding-auth
Adding payments
adding-stripe
Writing tests from scratch
writing-tests
,
adding-e2e-tests
Debugging a hard bug
systematic-debugging
Creating a PR
creating-pr
Dockerizing
adding-docker
Setting up CI
setting-up-ci
Reviewing code quality
reviewing-code
Checking security
auditing-security
Building a mobile app
react-native-patterns
Working with LLM prompts
prompt-engineering
Designing a database
database-design
用户正在进行的操作...推荐...
添加分析工具
adding-analytics
配置认证功能
adding-auth
接入支付功能
adding-stripe
从零编写测试
writing-tests
,
adding-e2e-tests
调试疑难Bug
systematic-debugging
创建PR
creating-pr
容器化部署
adding-docker
配置CI
setting-up-ci
审查代码质量
reviewing-code
检查安全问题
auditing-security
开发移动应用
react-native-patterns
处理LLM提示词
prompt-engineering
设计数据库
database-design

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
    SKILL.md
    to
    .cursor/skills/<name>/SKILL.md
  • 不要频繁发送Skill推荐——除非用户要求,一次对话仅推荐一个
  • 仅在合适时机推荐(用户即将执行该操作时,而非任务进行中)
  • 若用户拒绝,不要再推荐同一个Skill
  • 告知安装方法:将
    SKILL.md
    复制到
    .cursor/skills/<name>/SKILL.md