architecture-mapping

Analyze codebase structure and data flow to generate ARCHITECTURE.md.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill architecture-mapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-mapping
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/architecture-mapping
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill architecture-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive, living map of your codebase, detailing its structure, data flow, and architectural patterns to ensure clarity and maintainability.

Core Features & Use Cases

  • Granular Codebase Analysis: Identifies critical files and their functions.
  • Data Flow Tracing: Maps how information moves through the system.
  • Relationship Mapping: Documents schemas, API routes, and dependencies.
  • Pattern Identification: Extracts and references architectural patterns.
  • Living Document Generation: Creates or updates docs/ARCHITECTURE.md.
  • Use Case: Onboarding a new developer by providing them with an exact blueprint of the project's architecture, reducing ramp-up time significantly.

Quick Start

Analyze the current codebase and generate an updated architecture document.

Frequently Asked Questions about architecture-mapping

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

FAQPage Schema
How do I generate an architecture document for my codebase?

To generate an architecture document, this Skill analyzes your codebase structure, data flow, and module relationships, then automatically creates or updates a living ARCHITECTURE.md file with critical file references and identified patterns.

What is codebase mapping and how does it trace data flow?

Codebase mapping analyzes your project's structure to trace data flow by tracking information movement through environment bindings and database connections, mapping schemas and API routes to document how your system works.

Can I use this to map Zod schemas and API routes for developer onboarding?

Yes, you can use this for onboarding by mapping Zod schemas, API routes, module relationships, and architectural patterns to generate an exact blueprint of your project, significantly reducing new developer ramp-up time.

What's the best way to document architectural patterns with file references?

The best way to document architectural patterns with file references is to analyze your codebase structure and extract key patterns, automatically generating a living architecture document that maintains exact file references for maintainability.

Does this codebase analysis tool work without external dependencies?

Yes, this codebase analysis tool works without external dependencies, identifying critical files and their functions while mapping module relationships and data movement entirely through its internal analysis processes.