repo-cartographer

Generate markdown architecture maps of full-stack repositories without modifying code.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/sandrasocial/sselfie-9g --skill repo-cartographer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-cartographer
Source: https://github.com/sandrasocial/sselfie-9g/tree/main/skills/repo-cartographer
Command: npx skills add https://github.com/sandrasocial/sselfie-9g --skill repo-cartographer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It gives developers an up‑to‑date map of the entire codebase, eliminating guesswork before refactoring, onboarding, or impact analysis.

Core Features & Use Cases

  • Generates a frontend map covering the App Router, components, and major folders.
  • Generates a backend map covering API routes, cron jobs, and library modules.
  • Lists external services, environment variables, and database table counts.
  • Ideal for onboarding new engineers, planning large refactors, and auditing integration points.

Quick Start

Ask the repo‑cartographer skill to create a current architecture map of this project.

Frequently Asked Questions about repo-cartographer

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

FAQPage Schema
How do I map repository architecture for a full-stack codebase?

To map repository architecture, apply an automated audit to your full-stack codebase to inventory frontend routes, backend services, external dependencies, and database tables. This generates a comprehensive markdown report summarizing the entire structure.

What is the best way to audit frontend routes and backend services before a refactor?

The best way to audit frontend routes and backend services is generating a comprehensive architecture map. This identifies integration points and environment state, eliminating guesswork by producing detailed markdown reports of your current codebase.

Can I inventory database tables and external dependencies without modifying code?

Yes, you can inventory database tables and external dependencies without modifying code. The mapping process reads your repository structure to list table totals and integration points, ensuring your source files remain untouched during the audit.

How does codebase mapping work for onboarding new engineers?

Codebase mapping for onboarding works by generating a current architecture map that covers App Router components, API routes, and library modules. This gives new engineers an up-to-date overview of route counts and integration points to accelerate orientation.

Does repository mapping require any dependencies or external libraries?

No, repository mapping requires no external dependencies or libraries to function. You can directly apply the skill to your full-stack codebase to generate markdown reports summarizing environment state and table totals.

What is included in a full-stack repository architecture audit?

A full-stack repository architecture audit includes a frontend map covering the App Router and components, a backend map of API routes and cron jobs, plus lists of external services, environment variables, and database table counts.