@skills · Owner
Agent skills by prowler-cloud
44 skills indexed from github.com/prowler-cloud. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- ai-sdk-5 · Skill · 14,542 stars
Vercel AI SDK 5 patterns. Trigger: When building AI features with AI SDK v5 (chat, streaming, tools/function calling, UIMessage parts), including migration
- claude_plugins · Collection · 14,542 stars
- django-drf · Skill · 14,542 stars
Django REST Framework patterns. Trigger: When implementing generic DRF APIs (ViewSets, serializers, routers, permissions, filtersets). For Prowler API spec
- django-migration-psql · Skill · 14,542 stars
Reviews Django migration files for PostgreSQL best practices specific to Prowler. Trigger: When creating migrations, running makemigrations/pgmakemigration
- framework-compliance-triage · Skill · 14,542 stars
Make a cloud account compliant with a security or industry framework using Prowler Cloud.
- gh-aw · Skill · 14,542 stars
Create and maintain GitHub Agentic Workflows (gh-aw) for Prowler. Trigger: When creating agentic workflows, modifying gh-aw frontmatter, configuring safe-o
- jsonapi · Skill · 14,542 stars
Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API complianc
- nextjs-16 · Skill · 14,542 stars
Next.js 16 App Router patterns. Trigger: When working in Next.js App Router (app/), Server Components vs Client Components, Server Actions, Route Handlers,
- playwright · Skill · 14,542 stars
Playwright E2E testing patterns. Trigger: When writing Playwright E2E tests (Page Object Model, selectors, MCP exploration workflow). For Prowler-specific
- postgresql-indexing · Skill · 14,542 stars
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operation
- prowler · Skill · 14,542 stars
Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component
- prowler · Collection · 14,542 stars
- prowler · Collection · 14,542 stars
- prowler-api · Skill · 14,542 stars
Prowler API patterns: RLS, RBAC, providers, Celery tasks. Trigger: When working in api/ on models/serializers/viewsets/filters/tasks involving tenant isola
- prowler-attack-paths-query · Skill · 14,542 stars
Creates Prowler Attack Paths openCypher queries using the Cartography schema as the source of truth for node labels, properties, and relationships. Covers
- prowler-changelog · Skill · 14,542 stars
Manages changelog entries for Prowler components following keepachangelog.com format. Trigger: When creating PRs, adding changelog entries, or working with
- prowler-ci · Skill · 14,542 stars
Helps with Prowler repository CI and PR gates (GitHub Actions workflows). Trigger: When investigating CI checks failing on a PR, PR title validation, chang
- prowler-commit · Skill · 14,542 stars
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to co
- prowler-compliance · Skill · 14,542 stars
Creates, syncs, audits and manages Prowler compliance frameworks end-to-end. Covers the two supported JSON schemas (universal multi-provider and legacy per
- prowler-compliance-review · Skill · 14,542 stars
Reviews Pull Requests that add or modify compliance frameworks. Trigger: When reviewing PRs with compliance framework changes, CIS/NIST/PCI-DSS additions,
- prowler-docs · Skill · 14,542 stars
Prowler documentation style guide and writing standards. Trigger: When writing documentation for Prowler features, tutorials, or guides.
- prowler-mcp · Skill · 14,542 stars
Creates MCP tools for Prowler MCP Server. Covers BaseTool pattern, model design, and API client usage. Trigger: When working in mcp_server/ on tools (BaseT
- prowler-pr · Skill · 14,542 stars
Creates Pull Requests for Prowler following the project template and conventions. Trigger: When working on pull request requirements or creation (PR templa
- prowler-provider · Skill · 14,542 stars
Creates new Prowler cloud providers or adds services to existing providers. Trigger: When extending Prowler SDK provider architecture (adding a new provide
- prowler-readme-table · Skill · 14,542 stars
Updates the "Prowler at a Glance" table in README.md with accurate provider statistics. Trigger: When updating README.md provider stats, checks count, serv
- prowler-sdk-check · Skill · 14,542 stars
Creates Prowler security checks following SDK architecture patterns. Trigger: When creating or updating a Prowler SDK security check (implementation + meta
- prowler-test-api · Skill · 14,542 stars
Testing patterns for Prowler API: JSON:API, Celery tasks, RLS isolation, RBAC. Trigger: When writing tests for api/ (JSON:API requests/assertions, cross-te
- prowler-test-mcp · Skill · 14,542 stars
Testing patterns for the Prowler MCP Server: in-memory FastMCP clients, the ProwlerAPIClient singleton, JSON:API model builders and mocked httpx transports
- prowler-test-sdk · Skill · 14,542 stars
Testing patterns for Prowler SDK (Python). Trigger: When writing tests for the Prowler SDK (checks/services/providers), including provider-specific mocking
- prowler-test-ui · Skill · 14,542 stars
E2E testing patterns for Prowler UI (Playwright). Trigger: When writing Playwright E2E tests under ui/tests in the Prowler UI (Prowler-specific base page/h
- prowler-tour · Skill · 14,542 stars
Keeps product-tour definitions aligned with the UI features they describe. Trigger: When modifying UI components that have associated tours, editing tour d
- prowler-ui · Skill · 14,542 stars
Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-16, tailwind-4. Trigger: When working inside ui/ on Prowler-specific
- pytest · Skill · 14,542 stars
Pytest testing patterns for Python. Trigger: When writing or refactoring pytest tests (fixtures, mocking, parametrize, markers). For Prowler-specific API/S
- react-19 · Skill · 14,542 stars
React 19 patterns with React Compiler. Trigger: When writing React 19 components/hooks in .tsx (React Compiler rules, hook patterns, refs as props). If usi
- skill-creator · Skill · 14,542 stars
Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns fo
- skill-sync · Skill · 14,542 stars
Syncs skill metadata to AGENTS.md Auto-invoke sections. Trigger: When updating skill metadata (metadata.scope/metadata.auto_invoke), regenerating Auto-invo
- skills · Collection · 14,542 stars
- skills · Collection · 14,542 stars
- tailwind-4 · Skill · 14,542 stars
Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind (className, variants, cn()), especially when dynamic styling or CSS variabl
- tdd · Skill · 14,542 stars
Test-Driven Development workflow for ALL Prowler components (UI, SDK, API). Trigger: ALWAYS when implementing features, fixing bugs, or refactoring - regar
- typescript · Skill · 14,542 stars
TypeScript strict patterns and best practices. Trigger: When implementing or refactoring TypeScript in .ts/.tsx (types, interfaces, generics, const maps, t
- vitest · Skill · 14,542 stars
Vitest unit testing patterns with React Testing Library. Trigger: When writing unit tests for React components, hooks, or utilities.
- zod-4 · Skill · 14,542 stars
Zod 4 schema validation patterns. Trigger: When creating or updating Zod v4 schemas for validation/parsing (forms, request payloads, adapters), including v
- zustand-5 · Skill · 14,542 stars
Zustand 5 state management patterns. Trigger: When implementing client-side state with Zustand (stores, selectors, persist middleware, slices).