Agent skill · Documentation

skill-generator

Generate SKILL.md files with proper YAML frontmatter, capabilities documentation, and usage examples following Babysitter SDK conventions.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill skill-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditGlobGrep
Path: library/specializations/meta/skills/skill-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. SKILL.md Structure
  3. Required Frontmatter
  4. Required Sections
  5. Capabilities
  6. 1. Frontmatter Generation
  7. 2. Capability Documentation
  8. 3. Tool Permission Selection
  9. 4. Example Generation
  10. Output Format
  11. Process Integration
  12. Best Practices
  13. Constraints
More from babysitter
All skills →
About this skill
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.

Keep going