Lore Documentation
Lore is a cloud-native platform for packaging, versioning, validating, and distributing AI knowledge (Skills, Rules, Specs, Templates) across development teams and organizations.
Quick Links
What is Lore?
Lore is inspired by Docker Hub and Helm Registry — but for AI knowledge assets. Instead of container images or Helm charts, Lore packages contain Skills, Rules, Specs, and Templates that teach AI systems how to behave.
| Component | Description |
|---|---|
| Registry | Stores, validates, and distributes .lore packages |
| CLI | Publish, pull, validate, and render packages locally |
| MCP Server | Real-time package access for AI harnesses (Claude, Cursor, etc.) |
Two Ways to Use Lore
CLI (lore pull) | MCP Server (lore_get) | |
|---|---|---|
| Writes files to disk | Yes | No |
| Works offline | Yes (after pull) | No |
| Platform-specific artifacts | Yes | No — neutral markdown only |
| Auth | lore login | LORE_AUTH_TOKEN env var |