skill-generator

Solid

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

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: Skill for doing X, Y, and Z allowed-tools: Read Write Edit Glob Grep metadata: author: babysitter-sdk version: "1.0.0" category: analysis backlog-id: SK-XX-001 --- ``` ### 2. Capability Documentation Document each capability clearly: ```markdown ### 1. Capability Name D...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills