AI Tools
SKILL.md Generator
Generate SKILL.md files for any AI agent — Claude Code, Cursor, Codex, Gemini CLI, and more. Role-based templates, workflow skills, and the full spec.
Unique identifier (lowercase, alphanumeric, dashes)
Agents use this to decide when the skill is relevant
3 Frontmatter Options SKILL.md spec fields
Slash-command only
Set
disable-model-invocation: true — skill only activates via explicit /skill-name, never auto-appliedPre-approved tools the agent can use without asking
System packages or environment requirements
4 Skill Templates Choose a starting point
5 Instructions Customize behavior
6 Custom Instructions Optional
Preview
SKILL.md
Where to place your skill
.agents/
└── skills/
└── my-skill/
├── SKILL.md
├── scripts/ ← optional executables
├── references/ ← optional docs
└── assets/ ← optional templates
Auto-discovered from:
.agents/skills/Project — cross-platform
.cursor/skills/Project — Cursor
~/.cursor/skills/Global — Cursor
.claude/skills/Project — Claude Code
~/.claude/skills/Global — Claude Code