Files
prowler/skills/skill-creator/assets/SKILL-TEMPLATE.md
Alan Buscaglia 7f2fa275c6 feat: add AI skills pack for Claude Code and OpenCode (#9728)
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
2026-01-09 15:01:18 +01:00

1.1 KiB

name, description, license, metadata
name description license metadata
skill-name
{Brief description of what this skill enables}. Trigger: {When the AI should load this skill - be specific}. Apache-2.0
author version
prowler-cloud 1.0

When to Use

Use this skill when:

  • {Condition 1}
  • {Condition 2}
  • {Condition 3}

Critical Patterns

{The MOST important rules - what AI MUST follow}

Pattern 1: {Name}

{code example}

Pattern 2: {Name}

{code example}

Decision Tree

{Question 1}? → {Action A}
{Question 2}? → {Action B}
Otherwise    → {Default action}

Code Examples

Example 1: {Description}

{minimal, focused example}

Example 2: {Description}

{minimal, focused example}

Commands

{command 1}  # {description}
{command 2}  # {description}
{command 3}  # {description}

Resources

  • Templates: See assets/ for {description of templates}
  • Documentation: See references/ for local developer guide links