olorehqolorehqOfficialΒ·39 Agent Skills Included

olore

Install versioned library documentation directly into coding agents

Installs versioned, offline-ready documentation packages for libraries like Prisma, Next.js, Zod, and Supabase directly into coding agents. Eliminates hallucinated APIs, stale answers, and manual copy-pasting of docs into prompts. Includes a CLI to search, install, link, and inject doc references, plus skills to build and package your own private documentation.
npx skills add olorehq/olore --all -g -y
Available:

Tells the agent how the repository is organized, where the architecture and passive-context docs live, and when to invoke the build-docs skill to create documentation packages.

All Skills in This Repository (39)

Pure Emerald Level Indicators
πŸ“¦ In Repo
olorehqolorehq

build-docs

Package documentation from configs into installable skills with metadata.

Official
Advanced
πŸ“¦ In Repo
olorehqolorehq

build-index

Generate a compact INDEX.md from a documentation package's contents and lock file.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

build-artifacts

Generate SKILL.md and TOC.md from existing documentation packages.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

download-docs

Download and filter documentation from GitHub or URL sources into local packages.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

olore-zod-latest

Provide offline access to Zod documentation and API references.

Official
Basic
πŸ“¦ In Repo
olorehqolorehq

olore-zod-3

Provide offline Zod v3 documentation references with a TOC index.

Official
Basic
πŸ“¦ In Repo
olorehqolorehq

olore-ms-agent-framework-latest

Provides curated documentation and navigation for the Agent Framework across multiple languages.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

olore-claude-code-latest

Provide offline Claude Code documentation for agents, skills, and deployments.

Official
Basic
πŸ“¦ In Repo
olorehqolorehq

olore-docs-packager-1.0.0

Package local documentation into an installable olore skill with TOC.md, SKILL.md, and INDEX.md.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

olore-openclaw-latest

Provide up-to-date OpenClaw documentation for offline agent reference.

Official
Advanced
πŸ“¦ In Repo
olorehqolorehq

olore-lucia-latest

Provide offline-accessible Lucia authentication references for sessions, OAuth, and frameworks.

Official
Intermediate
πŸ“¦ In Repo
olorehqolorehq

olore-langchain-latest

Consolidate LangChain and LangGraph documentation for offline local reference.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install olore?β–Ό

Run `npx skills add olorehq/olore --all -g -y` in your terminal to install all skills in this suite globally.

How do I stop my coding agent from hallucinating library APIs?β–Ό

Install the library's doc package with `olore install prisma` (or any package from the registry). Your agent then reads the full local documentation instead of guessing from memory.

Does olore work offline and with any agent?β–Ό

Yes. Packages are stored locally and linked into Claude Code, Codex, and OpenCode skill folders, so the same versioned docs work offline across every agent.

Can I package my own private documentation?β–Ό

Yes. Run `olore init` in a folder with your markdown docs, then invoke the docs-packager skill to generate a SKILL.md and table of contents, and install it with `olore install ./olore-package`.

How do agents discover installed docs automatically?β–Ό

Run `olore inject` to write a skill reference table into your project's CLAUDE.md and AGENTS.md so agents know which documentation packages are available without being told.

Related Repositories in Software Engineering

View All in Software Engineering→