build-docs
Installation
SKILL.md
Build Docs
Build documentation packages from configs in vault/configs/.
Usage
/build-docs # All configs, all versions
/build-docs prisma # All versions for prisma config
/build-docs prisma@latest # Specific version only
/build-docs prisma zod # Multiple configs
/build-docs prisma --force # Re-download even if exists
Workflow
Phase 1: Parse Arguments
Related skills
More from olorehq/olore
build-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.
7build-index
Generate INDEX.md for a documentation package. Use standalone to regenerate the index without re-downloading or rebuilding other artifacts.
3