create-skill
create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.
Create Cursor Agent Skills with proper SKILL.md structure, frontmatter, and best practices.
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with user asks to create a new skill Help me with authoring SKILL.md files Help me with setting up .cursor/skills/ Topics
Platforms
Install
CLI install
npx skills add https://github.com/cursor/skills-cursor/tree/main/create-skill Manual install
~/.cursor/skills/create-skill/ ~/.claude/skills/create-skill/ ~/.agents/skills/create-skill/ Resources
Source
https://github.com/cursor/skills-cursor/tree/main/create-skillLicense: MIT
Related Skills
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Can help with
- →Creating coding standards rules
- →Project-specific AI guidance
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs
skill-creator is a meta-skill that scaffolds, validates, and packages Agent Skills following the agentskills.io specification.
Can help with
- →Creating new skills from scratch
- →Validating SKILL.md