Notre avis
Ce skill méta permet de générer de nouveaux skills pour l'agent, en automatisant la création du répertoire et du fichier SKILL.md selon un modèle standard.
Points forts
- Standardise la création de nouveaux skills
- Guidage pas à pas pour éviter les erreurs
- Réutilisable pour tout type de tâche répétitive
Limites
- Nécessite de connaître les bonnes pratiques au préalable
- Ne produit qu'une structure, pas le contenu détaillé des instructions
Lorsque vous souhaitez enseigner à l'agent une nouvelle capacité ou un workflow récurrent.
Pour une tâche ponctuelle qui ne sera pas répétée.
Analyse de sécurité
SûrThe skill only provides instructions for creating skill files and directories; it does not invoke any tools, execute commands, or perform actions that could compromise security.
Aucun point d'attention détecté
Exemples
Create a new skill for writing SQL queries. The skill should help the agent write efficient, readable SQL with proper joins and indexing.I want to create a skill that helps fix common CSS layout issues. Please set up the skill directory and template.Create a skill for code review that checks for security vulnerabilities, code style, and performance issues. Use the skill creator template.name: skill-creator description: A meta-skill for generating new agent skills. Use when the user wants to teach the agent a new capability or workflow.
Skill Creator Skill
How to Create a Skill
- Identify the Need: Is this a repeatable task? (e.g., "Writing SQL" or "Fixing CSS").
- Create Directory: Make a folder
.agent/skills/<skill-name-kebab-case>/. - Create SKILL.md: Create the file with the standard YAML frontmatter.
SKILL.md Template
Always use this structure:
---
name: <skill-name>
description: <One sentence description used for AI discovery>
---
# <Skill Name>
## When to use this skill
- Bullet points of scenarios.
## Instructions
- Step-by-step guide on how to execute the skill.
- Best practices and "Do nots".
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.