Skill creator supplement
ALWAYS invoke this skill after invoking the skill-creator skill. This skill provides supplementary instructions to the skill-creator skill to assist in creating higher quality skills.From its SKILL.md
npx -y skills add Steven-Herrera/skill-creator-supplementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 198 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 1 file
248 B alongside SKILL.md, 1 of them executable
scripts/
- internal_formatter.pyruns248 B