Scan a codebase and generate a comprehensive architecture index with graph-schema and query capability — directory map, key files, tech stack, patterns, dependencies, build commands, and queryable knowledge graph
Code Atlas agent specializing in dependency analysis. Traces import/require statements to build a module dependency graph, identify high-traffic modules, detect circular dependencies, and summarize key external dependencies.
Code Atlas agent specializing in tech stack detection and pattern analysis. Identifies languages, frameworks, build tools, test frameworks, architectural patterns, naming conventions, and coding style from code samples and configuration files.
Code Atlas agent specializing in directory structure analysis. Scans the file tree to produce a purpose-annotated directory map, identify key files and their roles, and locate entry points and module boundaries.
Code Atlas agent specializing in semantic metadata analysis. Consumes the raw import graph, importer counts, file tree, and test file inventory to assign role, criticality, stability, and test_coverage to each key module or file, and synthesizes a one-line description for every node from directory structure and available docstrings.
Scan the repository and generate a comprehensive architecture index as JSON artifacts under .code-atlas/. Produces atlas.json (curated summary Claude reads at session start), state.json (internal cache with full import graph, file hashes, raw agent outputs), and graph-schema.json (semantic dependency graph queryable via /code-atlas:query). Appends .code-atlas/ to .gitignore if present. Run this once on a new codebase to give Claude a head start. Triggers on: map codebase, generate architecture, index the repo, document structure, create code map.
Query the semantic dependency graph stored in .code-atlas/graph-schema.json. Accepts a JSON query object with one of four operations — dependencies_of, dependents_of, filter, transitive_dependents — and returns a filtered subgraph (matched nodes + relevant edges) with a plain-text summary. Use for impact analysis, architecture exploration, and risk identification. Triggers on: query code atlas, find dependencies, who imports, blast radius, impact analysis, find critical modules, query graph.
Incrementally update the architecture index in .code-atlas/. Detects changes via file-hash diffing against state.json (resilient to rebases and branch switches) and updates only what changed. Pass "full" to force a complete re-scan. Regenerates graph-schema.json at appropriate depth depending on change scope. Triggers on: update architecture, refresh code map, sync architecture index.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Five production-grade plugins for Claude Code: multi-agent code review, queryable architecture maps, parallel plan execution, spec consolidation, and vulnerability-aware dependency upgrades.
# One-time: add the marketplace
claude plugin marketplace add MisterVitoPro/qa-claude-market
# Then install whichever plugins you want (see per-plugin sections below)
claude plugin install qa-swarm@mistervitopro-plugin-marketplace
A swarm of specialist agents reviews your code, then fixes the bugs test-first.
Six Sonnet core reviewers (security, correctness, performance, architecture, data-flow, async) run in parallel, optionally joined by up to six Haiku specialists (config/env, supply chain, type safety, state mgmt, logging, backwards-compat). Findings are deduplicated, ranked P0–P3, and corroborated across agents. The implement skill picks up the report and fixes issues with a 3-agent TDD loop (failing test → minimal fix → verify).
claude plugin install qa-swarm@mistervitopro-plugin-marketplace
/qa-swarm:attack "audit the authentication flow for security and correctness"
/qa-swarm:implement
Stops Claude from re-exploring your repo every session.
Three analyst agents scan your codebase in parallel and a graph synthesizer annotates the key modules, producing a curated architecture index (directory map, key files, tech stack, patterns, dependencies, build commands) plus a semantic dependency graph. Graph queries (dependencies, dependents, blast radius, risk filters) run deterministically through a bundled Node script. A SessionStart hook injects the index as context at session start so Claude navigates straight to the right files instead of grepping. Incremental updates re-scan only what changed.
claude plugin install code-atlas@mistervitopro-plugin-marketplace
/code-atlas:map # full first-time scan
/code-atlas:update # incremental refresh
/code-atlas:query "what calls AuthService.login?"
Take a Markdown implementation plan, run it through a parallel agent swarm.
The analyzer breaks your plan into file-disjoint waves (≤6 agents per wave). Dev agents implement tasks in parallel; verifier agents check acceptance criteria per wave; the aggregator dedupes bugs and emits a fix-plan.md for re-runs. Per-wave git commits keep history bisectable. Optional TDD red-green mode.
claude plugin install plan-runner@mistervitopro-plugin-marketplace
/plan-runner:run path/to/implementation-plan.md
Consolidates scattered specs into a single canonical tree, and stubs out the docs you forgot to write.
adopt reorganizes spec files in place, grouped by module (multi-module repos) or feature (single-module). rewrite collapses everything to one file with optional source cleanup. The surface scanner walks your code and appends stubs for undocumented agents, skills, CLIs, and configs so nothing slips through.
claude plugin install jupiter@mistervitopro-plugin-marketplace
/jupiter:adopt # reorganize specs in place
/jupiter:rewrite # collapse to single master file
Vulnerability-aware dependency upgrade orchestrator across 7 ecosystems.
npx claudepluginhub mistervitopro/qa-claude-market --plugin code-atlasConsolidate scattered specs into a canonical master-spec tree with a navigable index, and append stubs for undocumented public surface found in code
Take a Markdown implementation plan, run it through a parallel agent swarm with per-wave verification, and generate a bug-fix plan for re-runs; optional TDD red-green mode with per-task red/green gate evidence
AI-powered code quality analyzer: specialized agents find security, performance, architecture, and correctness issues, then fix them via TDD
Generate square pixel-art sprites from semantic JSON grids + palettes. Deterministic, no external image model.
Vulnerability-aware dependency upgrade orchestrator. Detects outdated packages across npm, Python, Go, Rust, Java, Kotlin, and C# ecosystems; recommends the safest-yet-most-recent version per package using OSV.dev; executes upgrades wave-by-wave with build/typecheck/test verification and clean git rollback on failure.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.