add-agent-templates
This skill standardizes the process of creating new specialized agent templates within the meta-agent-skills framework by defining agent personas, selecting required skills, and configuring template structure with proper YAML frontmatter and capability markers. Use it when adding new subagents like cloud-deployer-agent or sre-agent that need defined capabilities and skill bindings for automatic generation by the Meta-Agent.
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry /tmp/add-agent-templates && cp -r /tmp/add-agent-templates/skills/agent/add-agent-templates-yu-iskw-meta-agent-skills ~/.claude/skills/add-agent-templatesSKILL.md
# 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.
- Refer to [references/agent-conventions.md](references/agent-conventions.md) for detailed formatting rules.
5. **Register Capability**:
- Update the `Capabilities Generated` section in `skills/meta-agent-skills/SKILL.md` to include the new agent.
6. **Verify**:
- Ensure the template is readable and follows the format of existing agents like `codebase-maintainer-agent.md`.
## References
- [Agent Conventions](references/agent-conventions.md)
- [Agent Skills Standard](https://agentskills.io)Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Copy robot agents. Part of cursor-rules-java project
Use when you need to generate an AGENTS.md file for a Java repository — covering project conventions, tech stack, file structure, commands, Git workflow, and contributor boundaries — through a modular, step-based interactive process that adapts to your specific project needs. This should trigger for requests such as Create AGENTS.md; Update AGENTS.md file; Add agent instructions. Part of cursor-rules-java project
>
Generated skill from request: trinity auto-boot validator
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your Google Agent Development Kit skill in one prompt, then learn to improve it throughout the chapter