index-knowledge

Originally fromdmmulroy/.dotfiles
Installation
Summary

Generates hierarchical AGENTS.md knowledge base files with complexity-scored subdirectory documentation.

  • Discovers project structure through parallel explore agents, bash analysis, LSP codemap, and existing documentation to build a complete codebase map
  • Scores directories by file count, code ratio, symbol density, and module boundaries to determine which subdirectories warrant their own AGENTS.md files
  • Generates root AGENTS.md with overview, structure, conventions, and anti-patterns, then creates subdirectory files in parallel without repeating parent content
  • Supports --create-new mode to regenerate from scratch and --max-depth to limit directory traversal; defaults to update mode that modifies existing files and creates new ones as needed
SKILL.md

index-knowledge

Generate hierarchical AGENTS.md files. Root + complexity-scored subdirectories.

Usage

--create-new   # Read existing → remove all → regenerate from scratch
--max-depth=2  # Limit directory depth (default: 5)

Default: Update mode (modify existing + create new where warranted)


Workflow (High-Level)

  1. Discovery + Analysis (concurrent)
    • Launch parallel explore agents (multiple Task calls in one message)
Related skills
Installs
660
GitHub Stars
18.7K
First Seen
Jan 30, 2026