general-skill-creator
Installation
SKILL.md
General Skill Creator
A skill for creating portable Agent Skills and improving them through realistic test runs.
Agent Skills are reusable instruction packages for coding agents. A portable skill should rely on the shared skill pattern: a SKILL.md file with frontmatter, concise instructions, and optional bundled resources such as scripts/, references/, assets/, and evals/.
Core Loop
Work through this loop:
- Understand the user intent and the target agent environments.
- Confirm where the skill should be installed or authored.
- Draft or edit the skill.
- Create realistic test prompts.
- Run the prompts with the skill and against a baseline.
- Help the user review qualitative outputs and quantitative checks.
- Improve the skill from the feedback.
- Repeat until the skill is useful, portable, and lean.