Création de nouvelle compétence

VérifiéSûr

Guide la création d'un fichier SKILL.md en suivant le pattern fan-out/réduire/vérifier/synthétiser, avec sections obligatoires et exemple.

Spar Skills Guide Bot
DocumentationIntermédiaire
1005/08/2026
Claude Code
#skill-authoring#catalyst-skills#markdown#orchestration#template

Recommandé pour

Notre avis

Ce skill guide la création d'un nouveau fichier SKILL.md pour la bibliothèque catalyst-skills, en suivant un modèle structuré de décomposition, déduplication, vérification et synthèse.

Points forts

  • Assure une cohérence parfaite avec les fichiers de compétences existants.
  • Décompose la rédaction en étapes claires et parallélisables.
  • Intègre des contrôles de scepticisme pour valider les hypothèses.
  • Fournit un exemple concret pour chaque nouvelle compétence.

Limites

  • Nécessite l'accès aux fichiers de référence existants pour fonctionner.
  • Le modèle est rigide et peut ne pas convenir à tous les types de compétences.
  • Ne génère pas de code ni d'infrastructure, seulement un fichier markdown.
Quand l'utiliser

Quand vous devez ajouter une nouvelle compétence à la bibliothèque catalyst-skills et que vous souhaitez respecter le format standard.

Quand l'éviter

Quand vous créez une compétence hors de cette bibliothèque ou que le modèle structuré n'est pas pertinent.

Analyse de sécurité

Sûr
Score qualité90/100

The skill is purely instructional; it describes how to create a markdown file with a specific structure, with no executable commands or risky operations. There is no potential for harm.

Aucun point d'attention détecté

Exemples

Create a skill for refactoring legacy code
Add a new skill to the catalyst-skills/ library for refactoring legacy code. Follow the ORCHESTRATION-PROMPT.md pattern and match the style of existing skills.
Create a skill for database cleanup
Create a skill in catalyst-skills/ that handles database cleanup tasks. Use the fan-out, reduce, verify, synthesize structure from the reference files.
Create a skill for writing unit tests
Add a skill for writing unit tests to the catalyst-skills library. Make sure it includes analysis tasks, verification questions, and a worked example as described.

Add a new skill to the catalyst-skills/ library.

Reference: Read ORCHESTRATION-PROMPT.md for the pattern (fan out, reduce, verify, synthesize). Reference: Read one existing file in catalyst-skills/ (any of them) to match the exact structure and tone.

Skill name: $ARGUMENTS

DO NOT BUILD framework code. Build ONE markdown file only: catalyst-skills/[skill-name].md

The file must include, in this order:

  1. Problem Pattern — when a ticket matches this skill
  2. Analysis Tasks — independent, parallelizable investigation tasks (FAN OUT)
  3. Deduplication — how to consolidate/filter findings (REDUCE)
  4. Verification Questions — skeptic checks with fresh context, assume false until proven (VERIFY)
  5. Implementation Checklist — concrete build steps (SYNTHESIZE)
  6. One worked example with a realistic ticket

Match the formatting, heading style, and level of specificity of the existing skill files exactly. This should feel like it belongs in the same library, not like a different author wrote it.

After creating the file, do not modify any other files.

Skills similaires