Docs as
Agent Skills
> Version-pinned documentation.
> Works offline.
> For Claude Code, Codex, OpenCode.
>
olore install zod[ TERMINAL ]80x24
>> Supported_Agents
[ CLAUDE CODE ][ CODEX ][ OPENCODE ]
> hover to see command
[ FAIL ] CONTEXT7 (LATEST DOCS)
> // You are using Zod v3
> import { z } from 'zod';
> const s = z.string().date();
ERROR Property 'date' does not exist on type 'ZodString'.
> import { z } from 'zod';
> const s = z.string().date();
ERROR Property 'date' does not exist on type 'ZodString'.
[ SUCCESS ] OLORE (PINNED v3)
> // Agent reads olore-zod-3 skill
> import { z } from 'zod';
> const s = z.string().regex(/\d{4}-\d{2}-\d{2}/);
OK Valid code for Zod v3.
> import { z } from 'zod';
> const s = z.string().regex(/\d{4}-\d{2}-\d{2}/);
OK Valid code for Zod v3.
>> System_Comparison
| Spec | Context7 | OLORE |
|---|---|---|
| Network | REQUIRED | OFFLINE |
| Version | LATEST ONLY | PINNED |
| Setup | MCP CONFIG | ONE COMMAND |
| Private Docs | NO | YES |
| Context | SNIPPETS | FULL DOCS |
>> Official_Packages
olore-zodolore-prismaolore-nextjsolore-langchainolore-tanstack-formolore-claude-codeolore-codexolore-opencode
>> Capabilities
Instant Setup
One command installs formatted documentation directly into your agent's context.
Offline-First
Optimized for local skills. No internet connection required after install.
Private Docs
Generate packages for your internal APIs. No data ever leaves your machine.
Accurate APIs
Pin your documentation to your exact version. No more hallucinating future features.
Curated Packages
Official doc packages for Prisma, Next.js, LangChain, Zod, and more.
Local First
Documentation stored locally. Fast, offline, secure, and always versioned.
$ rm -rf hallucinations
Hits the target. Every time. (Shocking, we know.)
[ Add a Library ]