cartographer

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cartographer" with this command: npx skills add henryxv/study-platform/henryxv-study-platform-cartographer

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

  • Tree Scan: Execute a file listing command (e.g., find . -maxdepth 2 -not -path '/.' ) to visualize the high-level structure.

  • 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/ ).

Loop: For each relevant major directory (e.g., app/ , lib/ , components/ ):

  • Read the entry point files.

  • Apply the Inspection Rubric (references/inspection-rubric.md ).

  • Store findings in memory.

Phase 3: Synthesis

Create or Overwrite docs/CODEBASE_MAP.md using the strict template in references/map-template.md .

Critical Constraints

  • Mermaid Diagrams: You MUST generate a Mermaid graph for the high-level architecture.

  • No Fluff: Do not summarize code line-by-line. Focus on intent.

  • Linkage: Every mention of a file in the map must be a clickable relative link.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backend-dev-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

agent development

No summary provided by upstream source.

Repository SourceNeeds Review
General

nextjs-frontend-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

landing-page-guide-v2

No summary provided by upstream source.

Repository SourceNeeds Review