Réparer les Subagents
Synchronise les Subagents avec les compétences disponibles, suggère des liaisons et supprime les liens brisés pour maintenir la cohérence de l'écosystème d'agents.
Spar Skills Guide Bot
DevOpsIntermédiaire1 vues0 installations02/03/2026Claude CodeCursor
agent-managementskill-bindingsynchronizationmaintenanceecosystem
name: mend-subagents description: Synchronizes Subagents with available Agent Skills, suggesting bindings and removing broken links.
Mend Subagents
Purpose
This skill ensures that all Subagents have accurate references to the available Agent Skills. It manages the binding between agents and skills, ensuring they remain consistent as the ecosystem grows or changes.
When to Use
- After creating new Agent Skills.
- After deleting or renaming skills.
- When an agent seems to lack the capabilities it needs to perform its role.
Instructions
1. Index Available Skills
- Scan the platform-specific
skills/directory and the rootskills/directory. - For each
SKILL.md, extract thenameanddescriptionfrom the YAML frontmatter.
2. Audit Subagents
- Iterate through each agent definition (e.g., in
.claude/agents/or rootagents/). - Parse the YAML frontmatter
skillslist and the## Capabilitiessection.
3. Synchronize Bindings
- Remove Dead Links: If an agent references a skill that no longer exists, remove it from the frontmatter and the Capabilities section.
- Update Links: Ensure all links point to the correct relative path for the current platform.
- Claude Code:
[skill-name](../skills/skill-name/SKILL.md) - Cursor:
[skill-name](../../skills/meta-agent-skills/skill-name/SKILL.md)
- Claude Code:
- Capabilities Section: Use the
<!-- SKILLS_START -->and<!-- SKILLS_END -->markers to synchronize the table of skills in the agent's body.
4. Suggestive Mending (AI Heuristic)
- Compare the Agent's
descriptionwith the descriptions of all available skills. - If a skill appears relevant but is not bound to the agent:
- Interactive: Suggest the binding to the user via
AskQuestion. - Proactive: If confidence is high, add the binding and report it.
- Interactive: Suggest the binding to the user via
5. Final Report
- List all agents updated.
- List all new bindings suggested or added.
- Highlight any broken links that were removed.
Skills similaires
Architecte Docker Compose
100
Concoit des configurations Docker Compose optimisees.
Claude CodeCopilotadvanced
4301561268Admin
Rapport de Post-Mortem
100
Rédige des rapports post-mortem d'incidents structurés et blameless.
claudeCursorWindsurfintermediate
14143335Admin
Créateur de Runbooks
100
Crée des runbooks opérationnels clairs pour les procédures DevOps courantes.
claudeCursorWindsurfintermediate
10832261Admin