Notification
49Hook
Runs when the agent sends a notification, executing notify-input.sh via bash. From CloudAI-X/claude-workflow-v2.
Hook
Runs when the agent sends a notification, executing notify-input.sh via bash. From CloudAI-X/claude-workflow-v2.
Hook
Runs when the agent finishes a response, executing verify-on-complete.py, suggest-doc-updates.py, notify-complete.sh and track-metrics.py via python3 (4 commands). From CloudAI-X/claude-workflow-v2.
Hook
Runs when a session starts, executing validate-environment.py via python3. From CloudAI-X/claude-workflow-v2.
Hook
Runs when you submit a prompt, before the agent sees it, executing validate-prompt.py via python3. From CloudAI-X/claude-workflow-v2.
Skill Claude CodeCodex
Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's the architecture?".
Skill Claude CodeCodex
Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database operations, real-time subscriptions, file storage, or serverless functions.
Skill Claude CodeCodex
Designs database schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use when designing tables, optimizing queries, fixing N+1 problems, planning migrations, or when asked about database performance, normalization, ORMs, or data modeling.
Skill Claude CodeCodex
Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about REST, GraphQL, or API patterns.
Skill Claude CodeCodex
Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when asked about microservices, monoliths, or architectural approaches.
Skill Claude CodeCodex
Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.
Skill Claude CodeCodex
Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.
Skill Claude CodeCodex
Implements error handling patterns, structured logging, retry strategies, circuit breakers, and graceful degradation. Use when designing error handling, setting up logging, implementing retries, adding error tracking, or when asked about error boundaries, log aggregation, alerting, or resilience patterns.
Skill Claude CodeCodex
Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.
Skill Claude CodeCodex
Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.
Skill Claude CodeCodex
Patterns for parallel subagent execution using Task tool with runinbackground. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized.
Skill Claude CodeCodex
Implements authentication, authorization, encryption, secrets management, and security hardening patterns. Use when designing auth flows, managing secrets, configuring CORS, implementing rate limiting, or when asked about JWT, OAuth, password hashing, API keys, RBAC, or security best practices.
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines".
Agent
Adversarial code reviewer focusing on quality, maintainability, and best practices. Use PROACTIVELY after code changes, before commits, or when "review" is mentioned.
Agent
Systematic bug investigator with bash access for debugging. Use PROACTIVELY when errors occur, tests fail, or crashes happen.
Agent
Technical documentation writer for README, API docs, and guides. Use PROACTIVELY when documentation is needed or outdated.
Agent
Master coordinator that decomposes complex tasks, delegates to specialist subagents, and synthesizes results. Use PROACTIVELY for multi-step implementations, cross-cutting changes, or when multiple perspectives are needed.
Agent
Code refactoring specialist focusing on clean code, design patterns, and technical debt reduction. Use PROACTIVELY when cleanup is needed or code smells are detected.
Agent
Security vulnerability auditor focusing on OWASP Top 10 and common attack vectors. Use PROACTIVELY for auth code, user input handling, or sensitive data operations.