Add Agent Templates
SkillAI & modelsAdd new Agent templates to the meta-agent-skills framework.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Add Agent Templates skill
What this skill tells your AI
The instructions your AI receives, as published by diegosouzapw/awesome-omni-skill in skills/data-ai/add-agent-templates/SKILL.md and read by ahel’s review.
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
-
Define Agent Persona:
- Identify the agent's name (e.g.,
sre-agent). - Define its primary purpose and responsibilities.
- Identify the agent's name (e.g.,
-
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.
- List the skills from
-
Use Boilerplate:
- Read
assets/agent-template-boilerplate.mdfor the standard structure. - Create a new file in
skills/meta-agent-skills/assets/templates/agents/named<agent-name>.md.
- Read
-
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 for detailed formatting rules.
- Fill in the YAML frontmatter (
-
Register Capability:
- Update the
Capabilities Generatedsection inskills/meta-agent-skills/SKILL.mdto include the new agent.
- Update the
-
Verify:
- Ensure the template is readable and follows the format of existing agents like
codebase-maintainer-agent.md.
- Ensure the template is readable and follows the format of existing agents like
References
Signals
- GitHub stars
- 57
- Forks
- 19
- Last commit
- Mar 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
add-agent-templates- Source
- github.com/diegosouzapw/awesome-omni-skill