init-skill

Installation
SKILL.md

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.

Related skills

More from bluewaves-creations/bluewaves-skills

Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026