Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
prowler-cloud avatar

Skill Creator

  • 81 installs
  • 14.5k repo stars
  • Updated August 4, 2026
  • prowler-cloud/prowler

skill-creator is a Claude Code skill for ai & agent building.

About

skill-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • skill-creator
  • AI & Agent Building
  • AI-coding skill

Skill Creator by the numbers

  • 81 all-time installs (skills.sh)
  • Ranked #5,185 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/prowler-cloud/prowler --skill skill-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs81
repo stars14.5k
Last updatedAugust 4, 2026
Repositoryprowler-cloud/prowler

How do I helps with ai & agent building tasks.?

Helps with ai & agent building tasks.

Who is it for?

Best when you're working on ai & agent building and need structured help with skill creator.

Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.

When should I use this skill?

When you need to helps with ai & agent building tasks., or when skill-creator is a claude code skill for ai & agent building.

What you get

Structured output aligned to skill-creator: skill-creator, AI & Agent Building.

Files

SKILL.mdMarkdownGitHub ↗

When to Create a Skill

Create a skill when:

  • A pattern is used repeatedly and AI needs guidance
  • Project-specific conventions differ from generic best practices
  • Complex workflows need step-by-step instructions
  • Decision trees help AI choose the right approach

Don't create a skill when:

  • Documentation already exists (create a reference instead)
  • Pattern is trivial or self-explanatory
  • It's a one-off task

---

Skill Structure

skills/{skill-name}/
├── SKILL.md              # Required - main skill file
├── assets/               # Optional - templates, schemas, examples
│   ├── template.py
│   └── schema.json
└── references/           # Optional - links to local docs
    └── docs.md           # Points to docs/developer-guide/*.mdx

---

SKILL.md Template

````markdown --- name: {skill-name} description: > {One-line description of what this skill does}. Trigger: {When the AI should load this skill}. license: Apache-2.0 metadata: author: prowler-cloud version: "1.0" ---

When to Use

{Bullet points of when to use this skill}

Critical Patterns

{The most important rules - what AI MUST know}

Code Examples

{Minimal, focused examples}

Commands

{Common commands}

Resources

  • Templates: See assets/ for {description}
  • Documentation: See references/ for local docs

````

---

Naming Conventions

TypePatternExamples
Generic skill{technology}pytest, playwright, typescript
Prowler-specificprowler-{component}prowler-api, prowler-ui, prowler-sdk-check
Testing skillprowler-test-{component}prowler-test-sdk, prowler-test-api
Workflow skill{action}-{target}skill-creator, jira-task

---

Decision: assets/ vs references/

Need code templates?        → assets/
Need JSON schemas?          → assets/
Need example configs?       → assets/
Link to existing docs?      → references/
Link to external guides?    → references/ (with local path)

Key Rule: references/ should point to LOCAL files (docs/developer-guide/*.mdx), not web URLs.

---

Decision: Prowler-Specific vs Generic

Patterns apply to ANY project?     → Generic skill (e.g., pytest, typescript)
Patterns are Prowler-specific?     → prowler-{name} skill
Generic skill needs Prowler info?  → Add references/ pointing to Prowler docs

---

Frontmatter Fields

FieldRequiredDescription
nameYesSkill identifier (lowercase, hyphens)
descriptionYesWhat + Trigger in one block
licenseYesAlways Apache-2.0 for Prowler
metadata.authorYesprowler-cloud
metadata.versionYesSemantic version as string

---

Content Guidelines

DO

  • Start with the most critical patterns
  • Use tables for decision trees
  • Keep code examples minimal and focused
  • Include Commands section with copy-paste commands

DON'T

  • Add Keywords section (agent searches frontmatter, not body)
  • Duplicate content from existing docs (reference instead)
  • Include lengthy explanations (link to docs)
  • Add troubleshooting sections (keep focused)
  • Use web URLs in references (use local paths)

---

Registering the Skill

After creating the skill, add it to AGENTS.md:

| `{skill-name}` | {Description} | [SKILL.md](skills/{skill-name}/SKILL.md) |

---

Checklist Before Creating

  • [ ] Skill doesn't already exist (check skills/)
  • [ ] Pattern is reusable (not one-off)
  • [ ] Name follows conventions
  • [ ] Frontmatter is complete (description includes trigger keywords)
  • [ ] Critical patterns are clear
  • [ ] Code examples are minimal
  • [ ] Commands section exists
  • [ ] Added to AGENTS.md

Resources

  • Templates: See assets/ for SKILL.md template

Related skills

FAQ

What does skill-creator do?

skill-creator is a Claude Code skill for ai & agent building.

When should I use skill-creator?

When you need to helps with ai & agent building tasks., or when skill-creator is a claude code skill for ai & agent building.

What are the main capabilities?

skill-creator; AI & Agent Building; AI-coding skill.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.