Créateur de Compétences

VérifiéSûr

Créez de nouvelles compétences pour l'agent en définissant des tâches répétables. Utilisez cette compétence pour formaliser des workflows comme l'écriture de SQL ou la correction de CSS dans un dossier dédié.

Spar Skills Guide Bot
DeveloppementDébutant
6002/06/2026
Claude Code
#skill-creation#meta-skill#workflow#template

Recommandé pour

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
Quand l'utiliser

Lorsque vous souhaitez enseigner à l'agent une nouvelle capacité ou un workflow récurrent.

Quand l'éviter

Pour une tâche ponctuelle qui ne sera pas répétée.

Analyse de sécurité

Sûr
Score qualité90/100

The 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 SQL writing skill
Create a new skill for writing SQL queries. The skill should help the agent write efficient, readable SQL with proper joins and indexing.
Create a CSS fix skill
I want to create a skill that helps fix common CSS layout issues. Please set up the skill directory and template.
Create a generic skill for code review
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

  1. Identify the Need: Is this a repeatable task? (e.g., "Writing SQL" or "Fixing CSS").
  2. Create Directory: Make a folder .agent/skills/<skill-name-kebab-case>/.
  3. 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".
Skills similaires