alphaaiservice/cortex

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.

1Stars on the repository
60Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

accessibility

01

alphaaiservice/cortex

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

1 25d ago A 52 tokens original MIT

ai-upgrade

02

alphaaiservice/cortex

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.

1 25d ago A 36 tokens original MIT

analyze-project

03

alphaaiservice/cortex

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

1 25d ago A 43 tokens original MIT

api-docs

04

alphaaiservice/cortex

Command

Auto-generate API documentation from codebase. Creates OpenAPI spec, endpoint docs, and Postman collection.

1 25d ago A 22 tokens original MIT

audit-setup

05

alphaaiservice/cortex

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

1 25d ago A 40 tokens original MIT

auto-build

06

alphaaiservice/cortex

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

1 25d ago A 58 tokens original MIT

backup-dr

07

alphaaiservice/cortex

Command

Configure automated backup schedules, test restore procedures, and generate disaster recovery runbooks. Usage: /backup-dr [setup | test-restore | runbook | status].

1 25d ago C 33 tokens original MIT

changelog

08

alphaaiservice/cortex

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

1 25d ago A 52 tokens original MIT

code-review

09

alphaaiservice/cortex

Command

Run a comprehensive automated code review on staged changes or a specific branch/PR. Usage: /code-review [branch-name] or /code-review --staged.

1 25d ago A 32 tokens original MIT

cortex-login

10

alphaaiservice/cortex

Command

Connect this machine to Cortex Cloud via secure OAuth device login (no password in the terminal). Usage: /cortex-login [cloud-url].

1 25d ago B 28 tokens original MIT

cortex-logout

11

alphaaiservice/cortex

Command

Disconnect this machine from Cortex Cloud — revokes the device token and removes local credentials. Usage: /cortex-logout.

1 25d ago A 24 tokens original MIT

cortex-status

12

alphaaiservice/cortex

Command

Show the current Cortex Cloud connection (org, plan) or whether the token was revoked. Usage: /cortex-status.

1 25d ago A 24 tokens original MIT

db-migrate

13

alphaaiservice/cortex

Command

Generate and manage database migrations safely. Usage: /db-migrate (generate|run|rollback|status).

1 25d ago A 25 tokens original MIT

debug

14

alphaaiservice/cortex

Command

AI-powered debugging: analyze errors, trace root causes, read logs, and auto-fix issues. Usage: /debug.

1 25d ago A 31 tokens original MIT

dep-update

15

alphaaiservice/cortex

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

1 25d ago B 42 tokens original MIT

deploy

16

alphaaiservice/cortex

Command

Prepare and execute deployment with pre-flight checks, security scan, and post-deploy health verification. Usage: /deploy (staging|production).

1 25d ago A 32 tokens original MIT

docker-clean

17

alphaaiservice/cortex

Command

Clean up unused Docker containers, images, volumes, and networks. Usage: /docker-clean [--all | --containers | --images | --volumes | --networks | --dangling].

1 25d ago A 40 tokens original MIT

e2e-test

18

alphaaiservice/cortex

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

1 25d ago A 46 tokens original MIT

env-sync

19

alphaaiservice/cortex

Command

Validate environment variable parity across dev/staging/prod, detect config drift, and manage encrypted secrets. Usage: /env-sync [check | diff | encrypt | rotate | init].

1 25d ago A 36 tokens original MIT

estimate-cost

20

alphaaiservice/cortex

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

1 25d ago A 37 tokens original MIT

feature-flags

21

alphaaiservice/cortex

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

1 25d ago A 41 tokens original MIT

feature-map

22

alphaaiservice/cortex

Command

Build a visual feature dependency map of the codebase with Mermaid diagrams. Usage: /feature-map or /feature-map payments.

1 25d ago A 24 tokens original MIT

feature

23

alphaaiservice/cortex

Command

Guided feature development from spec to PR with sprint plan tracking. Usage: /feature.

1 25d ago A 26 tokens original MIT

gap-analysis

24

alphaaiservice/cortex

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

1 25d ago A 42 tokens original MIT