cartographer

Installation
SKILL.md

Cartographer

Purpose

To create a living document (docs/CODEBASE_MAP.md) that serves as the architectural "Source of Truth" for the project.

Workflow

Phase 1: Reconnaissance

  1. Tree Scan: Execute a file listing command (e.g., find . -maxdepth 2 -not -path '*/.*') to visualize the high-level structure.
  2. Config Check: Read package.json and tsconfig.json to identify the stack.

Phase 2: Iterative Analysis

Exclusion Protocol: You must strictly ignore:

  • Folders in .gitignore (specifically node_modules/, .next/, dist/, build/).
  • Lock files (package-lock.json, yarn.lock).
  • Public assets (public/images/).
Related skills

More from henryxv/study-platform

Installs
7
GitHub Stars
1
First Seen
Jan 23, 2026