Working with Lore¶
You direct, Lore captures. Each session builds on the last. You don't need to set anything up, create roadmaps, or plan ahead — just start working. Hooks prompt knowledge capture as you go. Use /lore-capture after substantive work to ensure nothing was missed.
Just Work¶
| Action | Example |
|---|---|
| Ask for work | "Connect us to Jira and pull all open INFRA tickets" |
| Share context | "The VPN endpoint is 10.0.1.1 and the Azure tenant ID is abc-123 — remember that" |
| Request documentation | "Document the architecture decisions we just made" |
| Ask questions | "What agents do we have available?" |
Skills and agents emerge from demonstrated need, not upfront planning.
Tips¶
| Approach | Why |
|---|---|
| Work naturally, let skills emerge | Skills are best when they capture real gotchas from actual work |
| Let workers handle complex tasks | The orchestrator delegates with curated skills — no upfront agent planning |
| Break compound work into branches | Independent branches can run in parallel subagents; dependency chains stay sequential |
| Bring your own skills | Copy them in, run /lore-capture — see below |
| Let Lore maintain registries | Registries, nav, and cross-references are where consistency matters most |
Bringing Existing Skills¶
If you have skills from other projects or custom markdown files you've been copying between repos, Lore can absorb them.
What to do:
- Copy your skill files into
.lore/skills/<skill-name>/SKILL.md -
Each skill should have YAML frontmatter with
nameanddescription(recommended — skills without anamefield are silently excluded from the banner skill listing):--- name: my-api-quirk description: One-line summary of what this skill captures --- -
Run
/lore-capture— it updates registries and syncs to all platforms
After import, sharing is automatic. Once skills are in your Lore hub, every linked repo gets them. No more copying between projects.
Roadmaps, Plans, Notes & Brainstorms¶
Command Reference¶
Commands are slash-invoked skills.
/lore-capture — Review session work, capture skills, update registries, validate consistency. Primary end-of-session command. See Conventions.
/lore-consolidate — Deep health check: find stale items, semantic overlaps, knowledge drift. See Conventions.
/lore-status — Show Lore version, hook health, skill/agent counts, and active work.
/lore-update — Pull latest framework files from GitHub without touching operator content. See Platform Support: Sync Boundaries.
/lore-link <target> — Link a work repo so hooks fire from the hub. See Cross-Repo Workflow for the full flag reference.
/lore-docker — Start, stop, or check the local Docker sidecar for semantic search and a live MkDocs UI. See Docs UI & Semantic Search.
/lore-create-note — Create a lightweight note for quick capture. See Roadmaps, Plans & Notes.
For work management commands, see Roadmaps, Plans & Notes.