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.
Generate complete brand identity with SVG logos, color system, typography, and design tokens. Claude writes SVG code directly — no API key needed. Usage: /gen-brand 'ProductName — description' or /gen-brand ./PRD.md.
Generate clickable UI screen mockups/wireframes from a PRD or a one-line description. Claude writes self-contained HTML/Tailwind (or real Next.js) directly — no design tool or API key. Brand-consistent via BRANDGUIDE.md. Usage: /gen-mockup 'dashboard for a finance app' [--fidelity=low|mid|high]…
Generate a brand-consistent pitch/demo deck from a PRD, market research, or a one-line idea. Authored as Marp/Slidev markdown, rendered to PDF/HTML (PPTX on request). Reuses /gen-brand, /market-research, /gen-mockup. Usage: /gen-pitch ./PRD.md [--mode=investor|hackathon|demo|sales] [--slides=12]…
Scaffold a new Claude Code plugin (commands, agents, skills, hooks, MCP servers, validator, GitHub Actions). Dogfoods every plugin best practice Cortex itself has learned through v1.0–v1.2. Usage: /init-claude-plugin [--with-commands] [--with-agents] [--with-skills] [--with-hooks] [--with-mcp]…
Scaffold a standalone MCP (Model Context Protocol) server project. Supports Python (official mcp SDK) and TypeScript (@modelcontextprotocol/sdk). Use this for pure MCP servers (Slack-MCP, Postgres-MCP, GitHub-MCP, etc.) — for MCP servers embedded inside a SaaS app, use /auto-build or /retrofit instead. Usage…
Initialize a new or upgrade existing project with Alpha AI's standard architecture. Supports Python/FastAPI, Node.js/NestJS, Java/Spring Boot. Usage: /init-project [--lang=python|nestjs|springboot] [--with-frontend] [--with-mobile] [--with-ai] [--existing].
Conduct deep market research before building a product. Analyzes competitors, market trends, user pain points, pricing models, and technical landscape. Usage: /market-research 'product idea or category'.
Safely migrate technology components in an existing app to Alpha AI's standard stack. Handles data migration, code refactoring, and testing. Usage: /migrate-stack.
Onboard a new developer to the project. Generates personalized onboarding plan, sets up dev environment, creates first tasks, and provides codebase walkthrough.
Generate and run performance/load tests using k6 or Locust. Benchmark API endpoints, detect bottlenecks, generate reports. Usage: /perf-test [endpoint-or-all] [--users=100] [--duration=60s].
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: