Notre avis
Crée un nouveau fichier de compétence Markdown pour la bibliothèque catalyst-skills en suivant un modèle structuré d'analyse, déduplication, vérification et synthèse.
Points forts
- Impose une structure cohérente de type fan-out/réduction/vérification/synthèse pour toutes les compétences.
- Maintient la cohérence stylistique en se référant aux fichiers existants.
- Évite explicitement de modifier d'autres fichiers ou de construire du code framework.
Limites
- Dépend de la présence des fichiers référencés (ORCHESTRATION-PROMPT.md et compétences existantes).
- Ne produit qu'un seul fichier Markdown, sans validation de la qualité réelle du contenu.
- Suppose que l'utilisateur connaît la valeur de $ARGUMENTS.
Lorsque vous contribuez une nouvelle compétence à la bibliothèque catalyst-skills et devez respecter son format établi.
Lorsque vous implémentez la fonctionnalité d'une compétence ou modifiez des fichiers existants.
Analyse de sécurité
SûrThe skill only reads existing reference files and creates a single Markdown file. It does not execute shell commands, access the network, or handle sensitive data. No destructive or exfiltrating actions are instructed.
Aucun point d'attention détecté
Exemples
Add a new skill to the catalyst-skills library named 'code-review' following the standard pattern.Create a skill file 'api-testing' in catalyst-skills with the usual structure and a worked example.Write a new catalyst-skills skill for database migrations, using the same format as the existing skills.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:
- Problem Pattern — when a ticket matches this skill
- Analysis Tasks — independent, parallelizable investigation tasks (FAN OUT)
- Deduplication — how to consolidate/filter findings (REDUCE)
- Verification Questions — skeptic checks with fresh context, assume false until proven (VERIFY)
- Implementation Checklist — concrete build steps (SYNTHESIZE)
- 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.
Generateur de Documentation API
Documentation
Genere automatiquement de la documentation API OpenAPI/Swagger.
Rédacteur Technique
Documentation
Rédige de la documentation technique claire selon les meilleurs style guides.
Créer un DESIGN.md
Documentation
Générez un fichier DESIGN.md complet pour tout site ou application afin de documenter les systèmes de conception dans un format lisible par les agents IA.