alphaai
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cortex.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cortex.
Plugin Claude Code
Cortex — SDLC Automation Engine. 54 commands, 13 agents, 27 skills, 7 hooks, 18 reference docs. Forge production-ready software from idea to deployment with zero human intervention. Self-contained meta-process skills (brainstorming, planning, TDD, debugging, verification), production-ready frontend bar…
MCP server Claude CodeCodexCursor
MCP server "atlassian", hosted remotely at mcp.atlassian.com, as configured in alphaaiservice/cortex.
Instructions file
Claude Code instructions for alphaaiservice/cortex, covering claude.md — cortex plugin development context, what is this project?, plugin architecture, directory structure and how each component works.
Agent
Specialized agent for adding AI/ML capabilities to existing applications — designs and implements LLM integration, vector search, semantic analysis, and cost-aware AI features.
Agent
Specialized agent for architectural analysis, design decisions, and codebase structure recommendations.
Agent
Specialized agent for brand identity design — SVG logo generation, color systems, typography selection, design tokens, and brand consistency auditing. Spawnable during auto-build Phase -0.5 or from /gen-brand.
Agent
Specialized agent for database performance analysis — identifies slow queries, missing indexes, N+1 problems, and provides optimization recommendations.
Agent
DevOps and infrastructure specialist. Generates CI/CD pipelines, Docker configs, Kubernetes manifests, Terraform configs, and handles deployment automation.
Agent
Technical documentation specialist. Generates README files, architecture docs, API references, deployment guides, and user manuals from codebase analysis.
Agent
Specialized agent for analyzing existing codebases — scans project structure, maps features to code, detects architectural patterns and anti-patterns.
Agent
Interactive onboarding mentor that answers new developer questions about the codebase, explains patterns, and provides guided tours of specific modules.
Agent
Parallel build coordinator — orchestrates multiple named developer subagents working on different parts of the product simultaneously. Used internally by /auto-build for faster execution.
Agent
Performance analysis specialist. Profiles API endpoints, detects N+1 queries, analyzes database performance, identifies memory leaks, and recommends optimizations.
Agent
Specialized agent for security analysis — scans for vulnerabilities, secrets, and security misconfigurations.
Agent
Self-healing agent that diagnoses and fixes build/test/lint errors autonomously. Called when the auto-build encounters failures.
Agent
Specialized agent for test strategy, coverage analysis, and test quality improvement.
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].