Skill Creator Supplement Skill
This skill enables high quality skill building.
When to Use This Skill
Trigger this skill when the user:
- Asks to build a skill
- Wants to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Example triggers:
- "Help me build a skill"
Available Script
This skill includes a Python script for ensuring proper formatting for internal documents:
scripts/internal_formatter.py
python scripts/internal_formatter.py
Returns:
- A string containing the SKILL.md file in proper formatting for internal documentation
How to Use the Script
The script is executed using the bash_tool or any Python execution capability:
# From the skill directory
python scripts/internal_formatter.py python-intro
# Or with full path
python /mnt/skills/user/skill-creator-supplement/scripts/internal_formatter.py