skill-creator

Originally fromanthropics/skills
Installation
SKILL.md

Skill Creator

This skill helps create and refine agent skills without assuming a heavy assessment framework. Keep the work practical: clarify what the skill should do, write the smallest useful instruction set, add supporting files only when they reduce repeated work, and validate the result with simple review prompts or real usage examples when helpful.

Working Style

  • Prefer clear skill boundaries over broad, generic behavior.
  • Keep SKILL.md readable and focused. Move long reference material into references/, reusable code into scripts/, and reusable templates or static files into assets/.
  • Do not create formal scoring harnesses by default. If the user asks for deeper validation, agree on the method first and keep it outside the published skill unless it is mature enough to maintain.
  • Use the repository's existing skill style when modifying a skill in an existing collection.
  • When in doubt, optimize for a skill that a future agent can load quickly and follow reliably.

Workflow

1. Capture Intent

Start by extracting what the user wants the skill to enable. If the current conversation already contains the workflow, derive the answer from that context before asking follow-up questions.

Clarify:

Installs
34
GitHub Stars
174
First Seen
Mar 17, 2026
skill-creator — wpsnote/wpsnote-skills