CodeMap — Orchestrator

Orchestrate multi-phase codebase analysis into architecture maps and graphs.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill codemap-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CodeMap — Orchestrator
Source: https://github.com/nand1234/Agentic-workflow-builder/tree/main/repo-mindmap
Command: npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill codemap-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a multi-phase codebase analysis workflow to produce architecture maps, per-file insights, and interactive representations, enabling teams to understand and improve large codebases.

Core Features & Use Cases

  • Orchestrates Architecture Discovery, Per-File Analysis, and Graph Synthesis to deliver a cohesive CodeMap.
  • Generates .codemap/ artifacts including arch.json, per-file json reports, and graphs.json for rapid visualisation.
  • Use Case: A monorepo with PHP backend and Vue frontend can be analysed to reveal domains, dependencies, and call graphs.

Quick Start

Run analyserepo /path/to/project to generate a CodeMap mindmap and graphs for the repository.

Frequently Asked Questions about CodeMap — Orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an architecture mindmap for a large PHP and Vue codebase?

Codebase analysis for a multi-repo PHP and Vue project is orchestrated through three phases: architecture discovery, per-file analysis, and graph synthesis. This deterministic workflow generates .codemap artifacts including arch.json, per-file reports, and graphs.json for interactive visualization.

What is codebase graph synthesis and how does it help understand monorepo architecture?

Codebase graph synthesis extracts domains, dependencies, and call graphs from a project by coordinating architecture discovery and per-file analysis. It generates graphs.json and arch.json artifacts within the .codemap directory to deliver a cohesive interactive mindmap for the repository.

Can I use this codebase analysis workflow for projects outside of PHP and Vue?

This codebase analysis workflow applies specifically to multi-repo PHP and Vue projects. The deterministic workflow orchestrates architecture discovery, per-file analysis, and graph synthesis to generate .codemap artifacts tailored for these frameworks.

What files and artifacts are generated during a codebase architecture analysis?

Codebase architecture analysis generates a .codemap directory containing arch.json, per-file JSON reports, and graphs.json artifacts. These files capture architecture discovery results, per-file analysis details, and synthesized graph data for rapid visualization of domains, dependencies, and call graphs.

What's the best way to visualize dependencies and call graphs in a monorepo?

The best way to visualize dependencies and call graphs in a monorepo is to run an automated codebase analysis that synthesizes interactive mindmap artifacts. This approach maps PHP backend and Vue frontend structures into graphs.json for rapid architectural visualization.