skill-creator
skill creator
What it does
- When to include: When the same code is being rewritten repeatedly or deterministic reliability is needed
- Example: scripts/rotatepdf.py for PDF rotation tasks
- Benefits: Token efficient, deterministic, may be executed without loading into context
- Note: Scripts may still need to be read by Claude for patching or environment-specific adjustments
- When to include: For documentation that Claude should reference while working
- Use cases: Database schemas, API documentation, domain knowledge, company policies, detailed workflow guides
- Benefits: Keeps SKILL.md lean, loaded only when Claude determines it's needed
Requirements & configuration
- Executable code (Python/Bash/etc.) for tasks that require deterministic reliability or are repeatedly rewritten.
- Benefits: Token efficient, deterministic, may be executed without loading into context
- Note: Scripts may still need to be read by Claude for patching or environment-specific adjustments
- When to include: When the skill needs files that will be used in the final output
- 1. Rotating a PDF requires re-writing the same code each time
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
skill-creator FAQ
What does the skill-creator skill do?
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. When to include: When the same code is being rewritten repeatedly or deterministic reliability is needed Example: scripts/rotatepdf.py for PDF rotation tasks
What does skill-creator require?
Executable code (Python/Bash/etc.) for tasks that require deterministic reliability or are repeatedly rewritten. Benefits: Token efficient, deterministic, may be executed without loading into context Note: Scripts may still need to be read by Claude for patching or environment-specific adjustments When to include: When the skill needs files that will be used in the final output 1. Rotating a PDF requires re-writing the same code each time
How do I install skill-creator?
Run: npx -y skills add https://github.com/composiohq/awesome-claude-skills --skill skill-creator --agent claude-code — the source lives at github.com/composiohq/awesome-claude-skills.
Maintain skill-creator?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[skill-creator on getagentictools](https://getagentictools.com/skills/composiohq-awesome-claude-skills-skill-creator?ref=badge) npx agentictools info skills/composiohq-awesome-claude-skills-skill-creator The second line is the CLI lookup for this page — handy in READMEs and docs.