create-skill
规格合规create-skill 指导 Agent 如何编写符合规范的 SKILL.md、触发描述与可选脚本。可通过 npx skills add 或复制到 ~/.cursor/skills/create-skill/ 安装。
Create Cursor Agent Skills with proper SKILL.md structure, frontmatter, and best practices.
适用场景
- → 用户要创建新技能
- → 编写 SKILL.md
- → 配置 .cursor/skills/
兼容平台
Cursor Claude Code Open Agents
安装
CLI 安装
npx skills add https://github.com/cursor/skills-cursor/tree/main/create-skill 手动安装
~/.cursor/skills/create-skill/ ~/.claude/skills/create-skill/ ~/.agents/skills/create-skill/ 资源文件
skill-name/
├── SKILL.md
└── references/reference.md
Source
https://github.com/cursor/skills-cursor/create-skillLicense: MIT
相关技能
create-rule Featured
Create Cursor rules for persistent AI guidance in .cursor/rules/ directory.
开发 Cursor
Q95 spec ✓
code-review Featured
Structured code review workflow with team standards and checklists.
开发 Cursor Claude Code GitHub Copilot +1
Q95 spec ✓
review-bugbot Featured
Review code changes using Bugbot-style analysis for bugs and regressions.
开发 Cursor Claude Code GitHub Copilot
Q94 spec ✓
skill-creator Featured
Meta-skill for creating and validating new agent skills in the open format.
开发 Cursor Claude Code Open Agents
Q93 spec ✓