majiayu000/add-agent-templates
Add new Agent templates to the meta-agent-skills framework.
npx skills add https://github.com/majiayu000/claude-skill-registry --skill add-agent-templates
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.
cloud-deployer-agent, perf-optimizer-agent) to the framework.sre-agent).skills/meta-agent-skills/assets/templates/skills/ that this agent will need.assets/agent-template-boilerplate.md for the standard structure.skills/meta-agent-skills/assets/templates/agents/ named <agent-name>.md.name, description, skills).<!-- SKILLS_START --> and <!-- SKILLS_END --> markers in the Capabilities section.Capabilities Generated section in skills/meta-agent-skills/SKILL.md to include the new agent.codebase-maintainer-agent.md.Take majiayu000/add-agent-templates from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.