Skill Creator
This skill helps you create new SKILLs for the workspace.
When to Use
CRITICAL: You MUST invoke this skill IMMEDIATELY as your FIRST action when:
- User wants to create a new skill
- User wants to add a custom skill to the workspace
- User asks to set up a skill template
- User asks "how to create a skill"
- User mentions creating/adding/making any skill
DO NOT:
- Just explain how to create a skill without invoking this tool
- Provide manual instructions without calling this skill first
- Defer the skill creation to later steps
SKILL Structure
A valid SKILL requires:
- Directory:
.trae/skills/<skill-name>/ - File:
SKILL.mdinside the directory
Creation Steps
- Ask user for skill name and purpose
- Create directory:
.trae/skills/<skill-name>/ - Create
SKILL.mdwith proper frontmatter and content - Validate the structure is correct