Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
Meta-skill for analysing, generating, cataloguing, and validating the project's skill ecosystem. Operates as a peer to the Orchestrator in the agent hierarchy.
Description
Manages the full lifecycle of agent skills including gap analysis, generation from templates or descriptions, catalogue browsing, and health validation. Ensures every skill in the project meets quality standards, uses Australian English, and is registered in the skill registry.
When to Apply
Positive Triggers
Analysing which skills the project needs but lacks
Generating a new skill from a template or description
Browsing the built-in skill catalogue for ideas
Validating an existing skill's quality and compliance
User mentions: "skill gap", "generate skill", "missing skills", "skill health"
Orchestrator requests gap analysis before a new phase
A new agent is added without corresponding skill coverage
Negative Triggers
The task is about using an existing skill (route to that skill instead)
The task is pure code implementation (route to Specialist B)
The task is about agent configuration, not skill content
Core Directives
Path Conventions
Custom skills live in: .skills/custom/{skill-name}/SKILL.md
Vercel skills live in: .skills/vercel-labs-agent-skills/skills/
Output: Installed skills list + detected project context.
Step 2: Gap Analysis
Apply rules from references/gap-analysis.md:
1. Check DEPENDENCY RULES:
For each installed skill, verify required dependencies are installed.
Missing dependency → Critical priority, confidence 1.0
2. Check COMPLEMENTARY-PAIR RULES:
For each installed skill, check if known complements are installed.
Missing complement → High priority, confidence per rule table
3. Check CATEGORY-COVERAGE RULES:
For each foundational category, check if ≥1 skill is installed.
Empty foundational category → Medium priority, confidence 0.7
4. Calculate final_score for each gap:
final_score = base_priority × confidence × context_multiplier
(See references/gap-analysis.md for multiplier calculation)
5. Sort gaps by final_score descending
Step 3: Recommendations
Format output per the gap-analysis report template. Include:
Top 5 Critical/Recommended gaps with scores and reasons
Quick-win suggestions (Low complexity gaps with high scores)
Suggested generation order (respect dependency graph)
Response Format:
[AGENT_ACTIVATED]: Skill Manager
[PHASE]: Analysis
[STATUS]: complete
{gap analysis report}
[NEXT_ACTION]: Generate top-priority skill via MODE 2, or browse catalogue via MODE 3
MODE 2: Generate Skill
Trigger: "generate skill", "create skill", "new skill for {topic}"
Input
User provides one of:
A catalogue entry reference (e.g., "generate 2.1 api-contract")
A free-form description (e.g., "generate a skill for webhook handling")
A gap analysis recommendation (from MODE 1 output)
Generation Workflow
Step 1: Resolve Template
If catalogue reference provided:
→ Load entry from references/catalogue.md
→ Extract: name, description, complexity, complements
If free-form description:
→ Search catalogue for closest match
→ If match found (>70% relevance): use as base template
→ If no match: generate from scratch using description
Step 2: Generate SKILL.md
Produce a SKILL.md file following this exact structure: