Package Authoring
Create and publish Lore packages that teach AI systems how to perform specialized tasks.
What is a Lore Package?
A Lore package is a runtime-agnostic archive (.lore file) containing a manifest.yaml and MDX content files. The CLI renders platform-specific artifacts at install time — the package itself never contains platform-specific files.
Package Kinds
| Kind | Description |
|---|---|
Skill | Teaches an AI how to perform a specific task |
Rule | Behavioral constraints and policies |
Spec | Structured project requirements |
Template | Reusable project scaffolding |