map

Installation
SKILL.md

Map

Explore the current project codebase and generate a structured context section in CLAUDE.md. This section includes a domain summary, mermaid entity diagram, key concepts glossary, architecture overview, and gotchas.

Uses <!-- map:start --> / <!-- map:end --> markers for idempotent updates.

Instructions

1. Explore the Codebase

Use a Task agent with subagent_type=Explore (thoroughness: "very thorough") to gather project context. The exploration prompt should cover:

Detect project type from manifest files:

  • package.json (Node/JS/TS) - check for Next.js, Express, Remix, Astro, etc.
  • Cargo.toml (Rust)
  • go.mod (Go)
  • pyproject.toml / requirements.txt (Python)
  • mix.exs (Elixir)
  • Gemfile (Ruby)
Related skills
Installs
9
Repository
cerico/macfair
First Seen
Feb 24, 2026