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.

Steven-Herrera 5225a86 1.2 KB Updated

File contents

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

Steven-Herrera/skill-creator-supplement/tree/main/ commit 5225a86ef7

Frequently asked questions

npx skillmds@latest add steven-herrera/skill-creator-supplement