alphaaiservice

60 mods across 1 repository, 1 stars between them.

gen-prd

49

alphaaiservice/cortex

Command

Generate a detailed PRD from a brief idea, pre-configured for Alpha AI's tech stack. Supports Python/FastAPI, Node.js/NestJS, Java/Spring Boot backends. Usage: /gen-prd 'brief product idea' [--lang=python|nestjs|springboot].

1 26d ago A 61 tokens original MIT

gen-tests

50

alphaaiservice/cortex

Command

Auto-generate comprehensive tests for a file or module. Usage: /gen-tests or /gen-tests --all-untested.

1 26d ago A 29 tokens original MIT

health-check

51

alphaaiservice/cortex

Command

Run a comprehensive project health audit — dependencies, security, code quality, documentation, and CI/CD status.

1 26d ago A 21 tokens original MIT

init-claude-plugin

52

alphaaiservice/cortex

Command

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]…

1 26d ago D 97 tokens original MIT

init-mcp-server

53

alphaaiservice/cortex

Command

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…

1 26d ago A 121 tokens original MIT

init-project

54

alphaaiservice/cortex

Command

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].

1 26d ago A 71 tokens original MIT

market-research

55

alphaaiservice/cortex

Command

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'.

1 26d ago A 40 tokens original MIT

migrate-stack

56

alphaaiservice/cortex

Command

Safely migrate technology components in an existing app to Alpha AI's standard stack. Handles data migration, code refactoring, and testing. Usage: /migrate-stack.

1 26d ago A 37 tokens original MIT

monitoring

57

alphaaiservice/cortex

Command

Set up Prometheus + Grafana monitoring stack with pre-configured dashboards, alerts, and application metrics. Usage: /monitoring [setup | dashboard | alerts | status].

1 26d ago A 35 tokens original MIT

onboard-dev

58

alphaaiservice/cortex

Command

Onboard a new developer to the project. Generates personalized onboarding plan, sets up dev environment, creates first tasks, and provides codebase walkthrough.

1 26d ago A 29 tokens original MIT

perf-test

59

alphaaiservice/cortex

Command

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].

1 26d ago C 48 tokens original MIT

refactor

60

alphaaiservice/cortex

Command

AI-powered code refactoring: extract functions, decompose modules, rename symbols, fix code smells, enforce patterns. Usage: /refactor [--type=extract|decompose|rename|cleanup] [--yes].

1 26d ago A 50 tokens original MIT