build-artifacts
Installation
SKILL.md
Build Artifacts
Generate SKILL.md and TOC.md for an existing documentation package.
Usage
/build-artifacts prisma@latest # Generate artifacts
/build-artifacts 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 artifacts already exist
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.
10download-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