Command
Audit frontend for WCAG 2.1 AA compliance: check semantic HTML, ARIA labels, color contrast, keyboard navigation, screen reader support. Usage: /accessibility [page-or-component] [--fix] [--level=AA|AAA].
A claude code plugin which helps to automate the entire software development lifecycle — from idea to deployment. Production-grade standards enforced: JWT auth, layered architecture, OWASP security, and performance best practices — all without human intervention.
Command
Audit frontend for WCAG 2.1 AA compliance: check semantic HTML, ARIA labels, color contrast, keyboard navigation, screen reader support. Usage: /accessibility [page-or-component] [--fix] [--level=AA|AAA].
Command
Upgrade a specific feature with AI capabilities. Implementation counterpart to /suggest-ai-features. Usage: /ai-upgrade search or /ai-upgrade metrics or /ai-upgrade catalog.
Command
Scan an existing codebase to map architecture, identify tech stack, and generate project intelligence. Creates PROJECTANALYSIS.md + auto-generates CLAUDE.md. Usage: /analyze-project [path-to-project].
Command
Auto-generate API documentation from codebase. Creates OpenAPI spec, endpoint docs, and Postman collection.
Command
Generate security audit logging system with immutable event trail, compliance reporting (GDPR/SOC2), and suspicious activity alerting. Usage: /audit-setup [init | report | alerts | compliance].
Command
Fully autonomous product builder. Takes a PRD/spec and builds the entire product without human intervention. Usage: /auto-build or /auto-build 'product description' --max-iterations 100 [--workflow for background, resumable Workflows orchestration].
Command
Configure automated backup schedules, test restore procedures, and generate disaster recovery runbooks. Usage: /backup-dr [setup | test-restore | runbook | status].
Command
Auto-generate CHANGELOG.md from git history using Conventional Commits. Groups by version, categorizes changes, links PRs. Usage: /changelog [--since=v1.0.0] [--format=keepachangelog|conventional].
Command
Run a comprehensive automated code review on staged changes or a specific branch/PR. Usage: /code-review [branch-name] or /code-review --staged.
Command
Connect this machine to Cortex Cloud via secure OAuth device login (no password in the terminal). Usage: /cortex-login [cloud-url].
Command
Disconnect this machine from Cortex Cloud — revokes the device token and removes local credentials. Usage: /cortex-logout.
Command
Show the current Cortex Cloud connection (org, plan) or whether the token was revoked. Usage: /cortex-status.
Command
Generate and manage database migrations safely. Usage: /db-migrate (generate|run|rollback|status).
Command
AI-powered debugging: analyze errors, trace root causes, read logs, and auto-fix issues. Usage: /debug.
Command
Auto-update dependencies safely: check outdated packages, review changelogs, test after each bump, rollback on failure. Usage: /dep-update [--security-only] [--major] [--dry-run].
Command
Prepare and execute deployment with pre-flight checks, security scan, and post-deploy health verification. Usage: /deploy (staging|production).
Command
Clean up unused Docker containers, images, volumes, and networks. Usage: /docker-clean [--all | --containers | --images | --volumes | --networks | --dangling].
Command
Generate end-to-end tests using Playwright (web) and Detox (mobile). Covers user flows, visual regression, and cross-browser testing. Usage: /e2e-test [flow-name|--all] [--visual].
Command
Validate environment variable parity across dev/staging/prod, detect config drift, and manage encrypted secrets. Usage: /env-sync [check | diff | encrypt | rotate | init].
Command
Estimate infrastructure and API costs for features at different scales. Usage: /estimate-cost "add RAG search with GPT-4" or /estimate-cost (analyzes current project).
Command
Generate feature flag system with MySQL + Redis cache, per-user/percentage rollout, kill switch, and admin UI. Usage: /feature-flags [init | create | list | toggle | cleanup].
Command
Build a visual feature dependency map of the codebase with Mermaid diagrams. Usage: /feature-map or /feature-map payments.
Command
Guided feature development from spec to PR with sprint plan tracking. Usage: /feature.
Command
Compare existing app against Alpha AI engineering standards — ONLY checks what's relevant to YOUR project. Generates GAPANALYSIS.md with what's present, missing, and needs migration. Usage: /gap-analysis [path-to-project].