A central guide for navigating the Prowler codebase, stack details, and development conventions.

Install

mkdir -p .claude/skills/prowler && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/8410" && unzip -o skill.zip -d .claude/skills/prowler && rm skill.zip

Installs to .claude/skills/prowler

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).
212 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Locate component source code
  • Run local development services
  • Check standard commit formatting
  • Identify available providers
  • Access developer documentation

How it works

The skill provides a quick reference for Prowler's components, their stacks, locations, and associated commands.

Inputs & outputs

You give it
A query about Prowler components or development tasks
You get back
Component locations, quick commands, commit styles, or documentation links

When to use prowler

  • Locate SDK or API source code files
  • Check standard commit formatting for Prowler
  • View quick commands for running local services

About this skill

Components

ComponentStackLocation
SDKPython 3.10+, uvprowler/
APIDjango 5.1, DRF, Celeryapi/
UINext.js 16, React 19, Tailwind 4ui/
MCPFastMCP 2.13.1mcp_server/

Quick Commands

# SDK
uv sync
uv run python prowler-cli.py aws --check check_name
uv run pytest tests/

# API
cd api && uv run python src/backend/manage.py runserver
cd api && uv run pytest

# UI
cd ui && pnpm run dev
cd ui && pnpm run healthcheck

# MCP
cd mcp_server && uv run prowler-mcp

# Full Stack
docker-compose up -d

Providers

AWS, Azure, GCP, Kubernetes, GitHub, M365, OCI, AlibabaCloud, Cloudflare, MongoDB Atlas, NHN, LLM, IaC

Commit Style

feat:, fix:, docs:, chore:, perf:, refactor:, test:

Related Skills

  • prowler-sdk-check - Create security checks
  • prowler-api - Django/DRF patterns
  • prowler-ui - Next.js/React patterns
  • prowler-mcp - MCP server tools
  • prowler-test - Testing patterns

Resources

  • Documentation: See references/ for links to local developer guide

When not to use it

  • When dealing with PR CI gates
  • When working with GitHub Actions workflows

Limitations

  • Does not cover PR CI gates
  • Does not cover GitHub Actions workflows
  • Limited to Prowler project development

How it compares

This skill offers a centralized reference for Prowler development, unlike navigating the repository manually or searching for individual commands.

Compared to similar skills

prowler side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
prowler (this skill)03moReviewBeginner
pr-workflow03moReviewIntermediate
i18n-localization156moReviewIntermediate
engineering-skills42moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry