repo-intel

Installation
SKILL.md

Repo Intel Skill

Unified static analysis - git history intelligence, AST symbol mapping, and project metadata via agent-analyzer.

Parse Arguments

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

Primary Responsibilities

  1. Initialize on demand (/repo-intel init)
  2. Update incrementally (/repo-intel update)
  3. Query git history data (/repo-intel query hotspots)
  4. Check status and staleness (/repo-intel status)
  5. Validate output with the map-validator agent
Related skills
Installs
7
GitHub Stars
792
First Seen
Mar 25, 2026