Agent Skills: Skill Creator

MANDATORY tool for creating SKILLs - MUST be invoked IMMEDIATELY when user wants to create/add any skill

UncategorizedID: feiwanghub/playground/skill-creator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/FeiWangHub/playground/tree/HEAD/skills/vhs-app-copilot/.trae/skills/skill-creator

Skill Files

Browse the full folder contents for skill-creator.

Download Skill

Loading file tree…

skills/vhs-app-copilot/.trae/skills/skill-creator/SKILL.md

Skill Metadata

Name
"skill-creator"
Description
"MANDATORY tool for creating SKILLs - MUST be invoked IMMEDIATELY when user wants to create/add any skill"

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:

  1. Directory: .trae/skills/<skill-name>/
  2. File: SKILL.md inside the directory

Creation Steps

  1. Ask user for skill name and purpose
  2. Create directory: .trae/skills/<skill-name>/
  3. Create SKILL.md with proper frontmatter and content
  4. Validate the structure is correct