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
Installs
1
GitHub Stars
834
First Seen
Mar 15, 2026
repo-mapping — agent-sh/agentsys