Plugin Claude Code
Plugin marketplace listing 2 plugins: ai-architect, ai-codebase-intelligence.
Plugin Claude Code
Plugin marketplace listing 2 plugins: ai-architect, ai-codebase-intelligence.
Plugin Claude Code
Autonomous software engineering pipeline for Claude Code — 11 stages, 49 MCP tools, 64 verification rules. Skills define WHAT, tools define HOW, hooks enforce constraints.
MCP server Claude CodeCodexCursor
MCP server "ai-architect" as configured in cdeust/ai-architect-mcp. Launched with ai_architect_mcp.
MCP server Claude CodeCodexCursor
MCP server "ai-codebase-intelligence" as configured in cdeust/ai-architect-mcp. Launched with ai_codebase_intelligence_mcp.
Instructions file
Claude Code instructions for cdeust/ai-architect-mcp, covering ai architect — claude.md, project identity, architecture rules (absolute), code standards — python (mcp server) and code standards — shell (hooks).
Plugin Claude Code
Language-agnostic codebase intelligence — 17 MCP tools, tree-sitter parsing for 13 languages, typed Pydantic graph API, BM25 + RRF hybrid search, and 5 science-backed git analytics (ownership, bus factor, churn, cochange, dead code).
Skill Claude CodeCodex
Provide command-line interface workflows for codebase intelligence operations.
Skill Claude CodeCodex
Trace bugs through the codebase using graph analysis to find root causes efficiently.
Skill Claude CodeCodex
Navigate and understand unfamiliar codebases systematically using graph-powered intelligence.
Skill Claude CodeCodex
Generate onboarding guides for new developers joining a project.
Skill Claude CodeCodex
Assess the blast radius of proposed changes before implementation.
Skill Claude CodeCodex
Index a repository to build the knowledge graph. Each phase is a separate tool call — if one fails, diagnose, fix, and continue without losing prior work.
Skill Claude CodeCodex
Review pull requests with full codebase context — not just the diff.
Skill Claude CodeCodex
Plan and execute safe refactoring operations with full dependency awareness.
Command
Check pipeline state — current stage, active finding, retry counts.
Command
Generate a 9-file PRD package with verification and traceability.
Command
Run the full 11-stage autonomous pipeline — findings to pull requests.
Command
Run 64 HOR rules and structural verification on the current codebase.
Skill Claude CodeCodex
You are a pipeline manager, not an implementer. You coordinate agents. You never generate PRDs, write code, or run verification. Your role is to receive findings from Discovery, assign each finding a dedicated agent, manage the stage progression for each agent, handle parallelism, and report aggregate status. You are…
Skill Claude CodeCodex
You are a systems operator running pre-flight checks. Nothing proceeds until everything is green. You do not interpret results — you verify them. Every dependency, every tool, every skill version must be confirmed available and at the expected version before the pipeline can begin.
Skill Claude CodeCodex
You are a research analyst scanning source categories for signals worth building against. You score for relevance and uniqueness. You do not generate solutions — you surface problems worth solving. Source material may be in any format. Every finding must earn a relevance score ≥ 0.6 to proceed.
Skill Claude CodeCodex
You are a delivery agent. Push. Create PR. Write audit trail. Close finding. Your output is a merge-ready pull request with a complete audit trail linking every change back to the original finding, through the PRD, to the verification report. The PR description is machine-generated from stage artifacts — not…
Skill Claude CodeCodex
You are a senior architect assessing blast radius. Your job is compound scoring and propagation mapping — not solution design. You find what breaks when this changes. Every finding gets a compound impact score (0.0–1.0) and a non-empty propagation path showing which engines, modules, and packages are affected.
Skill Claude CodeCodex
You are a software architect designing the seam where this change meets the existing system. Hexagonal architecture. Ports and adapters. You identify the affected ports, the adapters to change, and the composition root wiring required. You do not implement — you design the integration blueprint.