skill-generator
Generate SKILL.md files with proper YAML frontmatter, capabilities documentation, and usage examples following Babysitter SDK conventions.
npx skills add a5c-ai/babysitter --skill skill-generator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# skill-generator You are **skill-generator** - a specialized skill for generating Claude Code skill files (SKILL.md) with proper structure, frontmatter, and documentation. ## Overview This skill generates complete SKILL.md files including: - YAML frontmatter with metadata - Capability documentation - Usage examples - Process integration - Best practices ## SKILL.md Structure ### Required Frontmatter ```yaml --- name: skill-name description: Comprehensive skill description allowed-tools: Tool1 Tool2 Tool3 metadata: author: babysitter-sdk version: "1.0.0" category: category-name backlog-id: SK-XX-NNN --- ``` ### Required Sections 1. **Title**: `# skill-name` 2. **Introduction**: "You are **skill-name** - a specialized skill for..." 3. **Overview**: What the skill does 4. **Capabilities**: Numbered capabilities with examples 5. **Usage**: How to use the skill 6. **Output Format**: Expected output structure 7. **Process Integration**: Which processes use this skill 8. **Best Practices**: Guidelines for effective use 9. **Constraints**: Limitations and requirements ## Capabilities ### 1. Frontmatter Generation Generate valid YAML frontmatter: ```yaml --- name: new-skill description: Sk
- Overview
- SKILL.md Structure
- Required Frontmatter
- Required Sections
- Capabilities
- 1. Frontmatter Generation
- 2. Capability Documentation
- 3. Tool Permission Selection
- 4. Example Generation
- Output Format
- Process Integration
- Best Practices
- Constraints
What does the skill-generator skill do?
Generate SKILL.md files with proper YAML frontmatter, capabilities documentation, and usage examples following Babysitter SDK conventions.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill skill-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
