add-agent-templates
Add new Agent templates to the meta-agent-skills framework.
npx skills add majiayu000/claude-skill-registry --skill add-agent-templates-yu-iskw-meta-agent-skills --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.
# Add Agent Templates ## Purpose This skill standardizes the process of adding new Agent templates to the `meta-agent-skills` framework. It ensures that new agents follow the required structure for automatic generation and skill binding by the Meta-Agent. ## When to Use - When you want to add a new specialized agent (e.g., `cloud-deployer-agent`, `perf-optimizer-agent`) to the framework. - When you want to define a new set of capabilities that a subagent should possess. ## Instructions 1. **Define Agent Persona**: - Identify the agent's name (e.g., `sre-agent`). - Define its primary purpose and responsibilities. 2. **Select Required Skills**: - List the skills from `skills/meta-agent-skills/assets/templates/skills/` that this agent will need. - These should be listed in the YAML frontmatter. 3. **Use Boilerplate**: - Read `assets/agent-template-boilerplate.md` for the standard structure. - Create a new file in `skills/meta-agent-skills/assets/templates/agents/` named `<agent-name>.md`. 4. **Configure Template**: - Fill in the YAML frontmatter (`name`, `description`, `skills`). - Use the `<!-- SKILLS_START -->` and `<!-- SKILLS_END -->` markers in the **Capabilities** section. - Ref
- Purpose
- When to Use
- Instructions
- References
What does the add-agent-templates skill do?
Add new Agent templates to the meta-agent-skills framework.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill add-agent-templates-yu-iskw-meta-agent-skills --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.
