example-skill
Create reusable skill templates
También disponible en: anthropics,Joseph OBrien,C0ntr0lledCha0s,ChaiWithJai,Joseph OBrien
This template provides a standardized structure for creating new Claude Code skills. It ensures consistent documentation, clear activation triggers, and reusable workflow patterns across your skill library.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "example-skill". Create a skill for reviewing pull requests using the example-skill template
Resultado esperado:
- Created new skill: pr-review-skill with standardized structure
- Sections added: Overview, When to use, Protocol (4 steps), Good/Bad examples, Red flags checklist
- Skill ready for customization with actual PR review procedures
Usando "example-skill". Create a documentation skill for API endpoints using this template
Resultado esperado:
- New skill: api-doc-skill created with all required template sections
- Included trigger patterns for API documentation requests
- Added protocol steps for endpoint analysis and description generation
Usando "example-skill". Use the template to create three related skills for code review workflow
Resultado esperado:
- Created: pr-analyze-skill, pr-comment-skill, pr-merge-skill
- Each skill references the others in Related section
- Skills share consistent documentation structure and style
Auditoría de seguridad
SeguroThis is a pure documentation template containing no executable code, network calls, filesystem access, or external command execution. All 20 static findings are FALSE POSITIONS. The skill-report.json is metadata with a source_url field (not data exfiltration). The SKILL.md contains only markdown documentation. The 'weak cryptographic algorithm' findings are pattern-matching errors triggered by words like 'description' and 'summary' in JSON string fields. The 'Ruby/shell backtick execution' findings are misidentified markdown code block delimiters (triple backticks for code fences).
Factores de riesgo
🌐 Acceso a red (1)
⚙️ Comandos externos (5)
Puntuación de calidad
Lo que puedes crear
Create New Skills
Use this template to create consistent, well-documented skills for your Claude Code setup.
Standardize Documentation
Ensure all team skills follow the same structure and include required sections.
Build Plugin Skills
Use as foundation for skills distributed through the plugin marketplace.
Prueba estos prompts
Use the example-skill template to create a new skill for [specific task]. Fill in the overview, when to use section, and protocol steps.
Following the example-skill template, document the [specific workflow] including trigger situations, step-by-step protocol, and examples.
Compare an existing skill against the example-skill template. Identify missing sections and suggest improvements for consistency.
Use the example-skill template to create [number] related skills for [domain]. Ensure they reference each other in the Related section.
Mejores prácticas
- Always replace placeholder text with specific, actionable content before using the skill
- Include concrete examples that match your actual use cases and workflows
- Update the activation triggers to match exactly when the skill should be invoked
Evitar
- Using the template without customizing the protocol steps for your specific workflow
- Skipping the red flags section which helps catch quality issues early
- Leaving placeholder brackets like [specific trigger situations] instead of replacing them