Skip to content

mapping-codebases v0.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 02:06
d643331

mapping-codebases

Generate navigable code maps for unfamiliar codebases. Extracts exports/imports via AST (tree-sitter) to create _MAP.md files per directory showing classes, functions, methods with signatures and line numbers. Use when exploring repositories, understanding project structure, analyzing unfamiliar code, or before modifications. Triggers on "map this codebase", "explore repo", "understand structure", "what does this project contain", or when starting work on an unfamiliar repository.

Skill folder: mapping-codebases


Release of mapping-codebases version 0.8.0

📥 Download & Install

⬇️ Download mapping-codebases.zip

To install:

  1. Click the download link above (ignore the "Source code" archives below - they're auto-generated by GitHub)
  2. Go to Claude.ai Skills Settings
  3. Upload the downloaded ZIP file
  4. Requires paid Claude Pro or Team account

See official documentation for more details.

Recent Changes

d643331 feat: mapping-codebases v0.8.0 — C support + doc comments, line ranges, constants, enum variants (#510)
a438de8 Regenerate _MAP.md files after @lat: backlink insertion (#504)
14c974f Lattice v2: bidirectional source-anchored knowledge graph (#503)
7ed6e99 chore: refresh _MAP.md files after coding-mojo change
223ff2c docs: Update CHANGELOG.md for released skills