Agent Skills: init-skill

Scaffold a new skill directory from template using init_skill.py. Use when creating a new skill from scratch or bootstrapping a skill folder.

UncategorizedID: bluewaves-creations/bluewaves-skills/init-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bluewaves-creations/bluewaves-skills/tree/HEAD/plugins/skills-factory/skills/init-skill

Skill Files

Browse the full folder contents for init-skill.

Download Skill

Loading file tree…

plugins/skills-factory/skills/init-skill/SKILL.md

Skill Metadata

Name
init-skill
Description
Scaffold a new skill directory from template using init_skill.py. Use when creating a new skill from scratch or bootstrapping a skill folder.

Create a new skill from the built-in template.

$ARGUMENTS

Arguments should be: <skill-name> --path <directory>

If no arguments are provided, ask the user for a skill name and target path.

Steps

  1. Locate the script:

    SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/init_skill.py"
    
  2. Run init_skill.py:

    python3 "$SCRIPT" $ARGUMENTS
    
  3. Report results: Show the created directory structure and remind the user to edit the SKILL.md frontmatter (name, description) and fill in the skill content.