Mend agent templates
Skill yu-iskw/meta-agent-skills/.claude/skills/mend-agent-templates
Standardized, portable AI agent skills that proactively bootstrap your codebase for autonomous development.
npx -y skills add yu-iskw/meta-agent-skills --skill mend-agent-templatesAssembled 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
Maintain and synchronize agent templates with their associated skill templates.
SKILL.md
1.8 KB, 371 tokens by cl100k_base, as published. Nobody here has run it
Mend Agent Templates
This skill automates the synchronization of agent templates in skills/meta-agent-skills/assets/templates/agents/ with the actual metadata and descriptions of skill templates in skills/meta-agent-skills/assets/templates/skills/.
Purpose
To ensure that agent templates always accurately reflect the current capabilities, names, and descriptions of the skills they reference in their YAML frontmatter.
Instructions
-
Discovery:
- List all skill templates in
skills/meta-agent-skills/assets/templates/skills/*.md. - List all agent templates in
skills/meta-agent-skills/assets/templates/agents/*.md.
- List all skill templates in
-
Extraction:
- For each skill template, extract:
name: From YAML frontmatter.description: From YAML frontmatter.
- For each agent template, extract:
skills: The list of skill names from YAML frontmatter.
- For each skill template, extract:
-
Synchronization:
- For each agent template:
- Locate the
Capabilitiessection marked by<!-- SKILLS_START -->and<!-- SKILLS_END -->. - Generate a bulleted list of the agent's skills.
- Each bullet should follow the format:
- **Skill Title**: description from the skill template. - Note: "Skill Title" should be a title-cased version of the skill's machine
nameor its display name if available. - Replace the content between the markers with this generated list.
- Locate the
- For each agent template:
-
Verification:
- Ensure that all skills listed in the agent's frontmatter are represented in the
Capabilitiessection. - Confirm that the descriptions match the source skill templates exactly.
- Ensure that all skills listed in the agent's frontmatter are represented in the
Markers
<!-- SKILLS_START -->
<!-- SKILLS_END -->