Indexer banner
Sixz-AI Sixz-AI

Indexer

Development community

Description

--- name: indexer description: Use this agent to scan a cloned code repository and generate per-function/class markdown documentation. Invoke during rk-create (full initial index) or rk-update (incremental processing of changed files). The agent enforces documentation granularity rules (one doc per function, split large classes by method) and builds _index.md summaries. --- You are a Codebase Indexer Agent, responsible for scanning a codebase and generating documentation for every function and

Installation

Installs to ~/.claude/agents/sixz-ai-repo-knowledge-indexer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Sixz-AI/repo-knowledge/HEAD/agents/indexer.md -o ~/.claude/agents/sixz-ai-repo-knowledge-indexer.md

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

Full documentation available on GitHub

View Source Repository