Ajouter des modèles de compétences
Standardise l'ajout de nouveaux modèles de compétences au framework meta-agent-skills. Garantit que les templates suivent la structure requise pour l'instanciation automatique par le Meta-Agent.
Spar Skills Guide Bot
DeveloppementIntermédiaire1 vues0 installations01/03/2026Claude CodeCursorWindsurf
skill-managementframework-architecturetemplate-standardizationmeta-agentautomation
name: add-skill-templates description: Add new Agent Skill templates to the meta-agent-skills framework.
Add Skill Templates
Purpose
This skill standardizes the process of adding new Agent Skill templates to the meta-agent-skills framework. It ensures that new templates follow the required structure for automatic instantiation by the Meta-Agent.
When to Use
- When you want to add a new standard capability (e.g.,
deploy-k8s,performance-bench) to themeta-agent-skillsframework. - When existing templates need to be cloned or used as a basis for a new one.
Instructions
-
Identify New Skill Requirements:
- Determine the name and purpose of the new skill.
- Identify the primary commands that should be included in its Commands table.
-
Use Boilerplate:
- Read the boilerplate template from
assets/skill-template-boilerplate.md. - Create a new file in
skills/meta-agent-skills/assets/templates/skills/named<skill-name>.md.
- Read the boilerplate template from
-
Configure Template:
- Fill in the YAML frontmatter (
name,description). - Use placeholders like
{{ order }},{{ component }},{{ path }},{{ layer }},{{ command }}, and{{ description }}in the Commands table. - Refer to references/conventions.md for guidance on placeholder usage and layer naming.
- Fill in the YAML frontmatter (
-
Register Capability:
- Update the
Capabilities Generatedsection inskills/meta-agent-skills/SKILL.mdto include the new skill.
- Update the
-
Verify:
- Ensure the template is readable and follows the format of existing templates like
lint-fix.md.
- Ensure the template is readable and follows the format of existing templates like
References
Skills similaires
Expert Next.js App Router
100
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
8902342508Admin
Générateur de README
100
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
25972516Admin
Rédacteur de Documentation API
100
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
15644372Admin