Agent Skill Generator
Generate a SKILL.md scaffold with a trigger description that actually fires, for Cursor, Claude Code, and Codex.
It writes a reusable instruction file that teaches your AI agent a new job.
What this tool does
Agent skills are markdown files with frontmatter that tells the agent when to use them. Skills often fail because the description is too vague to trigger. This generator asks what the skill does and when it should activate, then produces a SKILL.md with a trigger-friendly description and a structured instructions body.
- Scaffold a new skill without memorizing the frontmatter format
- Write trigger descriptions with the phrases users actually say
- Keep skill instructions structured: steps, constraints, and output format
Folder name: (kebab-case, live)
This text becomes part of the YAML description field. Vague
descriptions rarely fire. Include the exact words and situations users
actually say so the agent can match them.
Generated description:
| Tool | Path |
|---|---|
| Cursor | |
| Claude Code | Or for personal skills
|
| Codex | |
Generation runs entirely in your browser. Skill text and filenames never leave your device.
Agent skills are small SKILL.md files that teach coding
agents a focused workflow. The YAML description is the
trigger: agents read available skill descriptions and load the file when
your request matches. A precise description beats a clever name every
time.
Put each skill in its own folder under the skills directory for your tool. Keep instructions short, numbered where order matters, and explicit about constraints and output shape. Test by phrasing requests the way you wrote in the trigger field.