Agent skill
nueva-skill
Usar al detectar una tarea repetitiva que merece convertirse en skill
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nueva-skill
SKILL.md
Cuándo usar esta skill
- Cuando una tarea se repite frecuentemente
- Al identificar un patrón que debería documentarse
- Cuando el usuario pida crear una nueva skill
Contexto necesario antes de empezar
- Identificar la tarea repetitiva
- Documentar los pasos que se siguen
- Identificar patrones críticos (SIEMPRE/NUNCA/PREFERENTEMENTE)
- Definir checklist de validación
Pasos
1. Crear carpeta de skill
mkdir .windsurf/skills/[nombre-skill]
2. Crear SKILL.md con estructura
---
name: nombre-skill
description: [Una línea clara de CUÁNDO invocar esta skill]
---
## Cuándo usar esta skill
[Lista de triggers específicos]
## Contexto necesario antes de empezar
[Qué archivos leer, qué información recopilar]
## Pasos
[Numerados, con rutas REALES del proyecto]
<patrones_criticos>
SIEMPRE: [lista]
NUNCA: [lista]
PREFERENTEMENTE: [lista]
</patrones_criticos>
## Checklist de validación
- [ ] [comando] pasa sin errores
- [ ] ...
3. Registrar en orchestrator.md
Añadir la nueva skill a la tabla de skills disponibles.
<patrones_criticos> SIEMPRE:
- Descripción clara de cuándo usar la skill
- Pasos concretos y accionables
- Checklist de validación al final
- Usar rutas reales del proyecto
NUNCA:
- Skills demasiado genéricas
- Duplicar información que ya está en rules
- Pasos vagos o ambiguos
PREFERENTEMENTE:
- Incluir ejemplos del proyecto
- Mantener skills enfocadas en una tarea
- Actualizar orchestrator.md al crear skill </patrones_criticos>
Checklist de validación
- Skill tiene descripción clara
- Pasos son accionables
- Checklist de validación incluido
- Registrada en orchestrator.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?