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
-
Locate the script:
SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/init_skill.py" -
Run init_skill.py:
python3 "$SCRIPT" $ARGUMENTS -
Report results: Show the created directory structure and remind the user to edit the
SKILL.mdfrontmatter (name, description) and fill in the skill content.