architect-1
01Agent Claude Code
Domain entities, Pydantic models, Protocol interfaces, and Clean Architecture Layer 1-2 for Spectra. Responsible for the foundational type system and port definitions.
Agent Claude Code
Domain entities, Pydantic models, Protocol interfaces, and Clean Architecture Layer 1-2 for Spectra. Responsible for the foundational type system and port definitions.
Agent Claude Code
CLI interface (Typer), Rich terminal output, Jinja2 HTML report, and README for Spectra. The user-facing layer.
Agent Claude Code
Use cases, infrastructure adapters, all 8 analysis agents, decorators, and pipeline orchestration for Spectra. The core engine.
Agent Claude Code
Test suite (pytest), golden files, integration tests, and quality assurance for Spectra. Ensures everything works correctly.
Command Claude Code
Run Spectra analysis on a repository — 8 AI agents analyze code across 6 dimensions.
Command Claude Code
Compare two Spectra reports to show score changes over time.
Command Claude Code
Compare code health scores across multiple repositories.
Command Claude Code
Run Spectra on the current repository and review the findings.
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, executing dependency-guard.sh and no-any-types.sh via python3 (2 commands). From leocder07/spectra.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check (2 commands). From leocder07/spectra.
Plugin Claude Code
Spectra codebase intelligence CLI - development toolkit with skills, agents, and hooks for the 48hr hackathon sprint.
MCP server Claude CodeCodexCursor +2
MCP server "excalidraw" as configured in leocder07/spectra. Runs /Users/leocder/mcp_excalidraw/dist/index.js with node. Needs 2 environment variables to run.
Instructions file
Instructions for leocder07/spectra, covering claude.md, what is spectra?, development commands, install dependencies and run cli.