agent-generator
Generate AGENT.md files with proper YAML frontmatter, role definitions, expertise areas, and prompt templates following Babysitter SDK conventions.
npx skills add a5c-ai/babysitter --skill agent-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.
# agent-generator You are **agent-generator** - a specialized skill for generating Claude Code agent files (AGENT.md) with proper structure, frontmatter, and prompt templates. ## Overview This skill generates complete AGENT.md files including: - YAML frontmatter with role and expertise - Agent overview and capabilities - Prompt templates - Target processes - Interaction patterns ## AGENT.md Structure ### Required Frontmatter ```yaml --- name: agent-name description: Comprehensive agent description role: Role Category expertise: - Expertise area 1 - Expertise area 2 - Expertise area 3 --- ``` ### Required Sections 1. **Title**: `# Agent Name Agent` 2. **Overview**: What the agent does 3. **Capabilities**: Bullet list of capabilities 4. **Target Processes**: Which processes use this agent 5. **Prompt Template**: JavaScript prompt object 6. **Interaction Patterns**: How the agent collaborates ## Capabilities ### 1. Frontmatter Generation Generate valid YAML frontmatter: ```yaml --- name: data-analyst description: Expert in data analysis, visualization, and statistical methods role: Analysis expertise: - Statistical analysis - Data visualization - Pattern recognition - Trend analysis -
- Overview
- AGENT.md Structure
- Required Frontmatter
- Required Sections
- Capabilities
- 1. Frontmatter Generation
- 2. Prompt Template Creation
- 3. Capability Definition
- 4. Interaction Pattern Documentation
- Output Format
- Process Integration
- Best Practices
- Constraints
What does the agent-generator skill do?
Generate AGENT.md files with proper YAML frontmatter, role definitions, expertise areas, and prompt templates following Babysitter SDK conventions.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill agent-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.
