# 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.

- Skill: `steven-herrera/skill-creator-supplement` (Agent Skill)
- Install (CLI): `npx skillmds@latest add steven-herrera/skill-creator-supplement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/steven-herrera/skill-creator-supplement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Steven-Herrera (https://skillmd.com/u/steven-herrera)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/steven-herrera/skill-creator-supplement

---


# 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

```bash
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:

```bash
# 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
```
