agentsclimarketplace

Add agent templates

Skill yu-iskw/meta-agent-skills/.claude/skills/add-agent-templates

Standardized, portable AI agent skills that proactively bootstrap your codebase for autonomous development.

Install
npx -y skills add yu-iskw/meta-agent-skills --skill add-agent-templates

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Add new Agent templates to the meta-agent-skills framework.

SKILL.md

1.8 KB, 411 tokens by cl100k_base, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.