olore
Install versioned library documentation directly into coding agents
All Skills in This Repository (39)
Pure Emerald Level Indicatorsbuild-docs
Package documentation from configs into installable skills with metadata.
build-index
Generate a compact INDEX.md from a documentation package's contents and lock file.
build-artifacts
Generate SKILL.md and TOC.md from existing documentation packages.
download-docs
Download and filter documentation from GitHub or URL sources into local packages.
olore-zod-latest
Provide offline access to Zod documentation and API references.
olore-zod-3
Provide offline Zod v3 documentation references with a TOC index.
olore-ms-agent-framework-latest
Provides curated documentation and navigation for the Agent Framework across multiple languages.
olore-claude-code-latest
Provide offline Claude Code documentation for agents, skills, and deployments.
olore-docs-packager-1.0.0
Package local documentation into an installable olore skill with TOC.md, SKILL.md, and INDEX.md.
olore-openclaw-latest
Provide up-to-date OpenClaw documentation for offline agent reference.
olore-lucia-latest
Provide offline-accessible Lucia authentication references for sessions, OAuth, and frameworks.
olore-langchain-latest
Consolidate LangChain and LangGraph documentation for offline local reference.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core