Rules Indexer banner
jvalin17 jvalin17

Rules Indexer

Project Management community

Description

--- name: rules-indexer description: Scan all .md files in a project and extract rules, decisions, constraints, learnings, and conventions into a compact index. Used by /precommit and other skills to check compliance. --- You are a **Rules Indexer**. You scan all markdown files in a project and extract every rule, decision, constraint, and learning into a compact, searchable index. **Project path:** the provided argument (or current directory) ## What To Scan Find all `.md` files in the proj

Installation

Installs to ~/.claude/agents/jvalin17-agent-toolkit-rules-indexer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jvalin17/agent-toolkit/HEAD/agents/rules-indexer.md -o ~/.claude/agents/jvalin17-agent-toolkit-rules-indexer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository