prowler
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.zipInstalls 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).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
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
| Component | Stack | Location |
|---|---|---|
| SDK | Python 3.10+, uv | prowler/ |
| API | Django 5.1, DRF, Celery | api/ |
| UI | Next.js 16, React 19, Tailwind 4 | ui/ |
| MCP | FastMCP 2.13.1 | mcp_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 checksprowler-api- Django/DRF patternsprowler-ui- Next.js/React patternsprowler-mcp- MCP server toolsprowler-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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| prowler (this skill) | 0 | 3mo | Review | Beginner |
| pr-workflow | 0 | 3mo | Review | Intermediate |
| i18n-localization | 15 | 6mo | Review | Intermediate |
| engineering-skills | 4 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by prowler-cloud
View all by prowler-cloud →You might also like
pr-workflow
esphome
Create pull requests for esphome/device-builder-frontend. Use when creating PRs, submitting changes, or preparing contributions.
i18n-localization
davila7
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
engineering-skills
alirezarezvani
23 production-ready engineering skills covering architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, computer vision, and specialized tools like Playwright Pro, Stripe integration, AWS, and MS365. 30+ Python automation tools (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.
podcast-generation
microsoft
Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.
dev-builder
zinohome
你是全栈开发工程师,负责根据产品需求文档(Product-Spec.md)和原型图(如有)实现功能代码。你的核心职责是:
instrument-logs
PostHog
>-