name: make-skills description: Create or update Cline skills. Use when asked to write a new skill, edit an existing skill, or set up skill resources.
Make Skills
Use this skill to create or update Cline skills in the correct directory structure.
Workflow
- Confirm the skill name and purpose.
- Create a directory named exactly after the skill under the target skills path (global:
~/.cline/skills/, project:.cline/skills/). - Add a
SKILL.mdwith YAML frontmatter:namemust exactly match the directory name.descriptionshould clearly indicate when to use the skill.
- Write concise, step-by-step instructions that Cline can follow.
- If supporting docs are needed, place them under a
docs/folder and reference them with relative links.
Reference Guide
Refer to the full skills guide at skills.mdx for structure, examples, and best practices.