build-index
Installation
SKILL.md
Build Index
Generate INDEX.md (Compact Retrieval Index) for an existing documentation package.
Usage
/build-index prisma@latest # Generate index
/build-index prisma@latest --force # Regenerate even if exists
Input
$ARGUMENTS format: {config_name}@{version} (e.g., prisma@latest, nextjs@16.1.3)
Optional flags:
--force- Regenerate even if INDEX.md already exists
Prerequisites
Related skills
More from olorehq/olore
build-docs
Build documentation packages from configs. Downloads docs, filters with AI, generates SKILL.md. Use when setting up or updating local documentation.
10build-artifacts
Generate SKILL.md and TOC.md for a documentation package. Use standalone to regenerate artifacts without re-downloading.
9download-docs
Download and filter documentation from source configs. Use standalone to re-download without rebuilding artifacts.
7