
@professor-moody/cloud-tools
Creates Prowler security checks following SDK architecture patterns. Trigger: When creating or updating a Prowler SDK security check (implementation + metadata) for any provider (AWS, Azure, GCP, K8s, GitHub, etc.).
@professor-moody/cloud-tools
TypeScript strict patterns and best practices. Trigger: When implementing or refactoring TypeScript in .ts/.tsx (types, interfaces, generics, const maps, type guards, removing any, tightening unknown).
@professor-moody/cloud-tools
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.
@professor-moody/cloud-tools
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 for AI.
@professor-moody/cloud-tools
Helps with Prowler repository CI and PR gates (GitHub Actions workflows). Trigger: When investigating CI checks failing on a PR, PR title validation, changelog gate/no-changelog label, conflict marker checks, secret scanning, CODEOWNERS/labeler automation, or anything under .github/workflows.
@professor-moody/cloud-tools
Zustand 5 state management patterns. Trigger: When managing React state with Zustand.
@professor-moody/cloud-tools
Creates MCP tools for Prowler MCP Server. Covers BaseTool pattern, model design, and API client usage. Use when working on mcp_server/ directory.