Agent skill · AI & Agents

agent-generator

Generate AGENT.md files with proper YAML frontmatter, role definitions, expertise areas, and prompt templates following Babysitter SDK conventions.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-generator-a5c-ai-babysitter-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditGlobGrep
Path: skills/agent/agent-generator-a5c-ai-babysitter-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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 -

What's inside
Steps it walks through
  1. Overview
  2. AGENT.md Structure
  3. Required Frontmatter
  4. Required Sections
  5. Capabilities
  6. 1. Frontmatter Generation
  7. 2. Prompt Template Creation
  8. 3. Capability Definition
  9. 4. Interaction Pattern Documentation
  10. Output Format
  11. Process Integration
  12. Best Practices
  13. Constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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 majiayu000/claude-skill-registry --skill agent-generator-a5c-ai-babysitter-2 --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 majiayu000/claude-skill-registry, a repository with 534 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