repo-mapping

Installation
SKILL.md

Repo Mapping Skill

Build and maintain a cached AST-based map of repository symbols and imports using ast-grep.

Parse Arguments

const args = '$ARGUMENTS'.split(' ').filter(Boolean);
const action = args.find(a => !a.startsWith('--')) || 'status';
const force = args.includes('--force');

Primary Responsibilities

  1. Generate map on demand (/repo-map init)
  2. Update map incrementally (/repo-map update)
  3. Check status and staleness (/repo-map status)
  4. Validate output with the map-validator agent
Related skills
Installs
24
GitHub Stars
793
First Seen
Feb 20, 2026