From claude-lore
Capture durable knowledge from the current conversation to the lore inbox. Use when decisions are made, bugs are root-caused, patterns are identified, or lessons are learned. Do NOT capture ephemeral task details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-lore:lore-captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save durable knowledge from this conversation to the lore inbox for later compilation.
Save durable knowledge from this conversation to the lore inbox for later compilation.
Identify the most important durable knowledge:
Skip: what files were edited, what commands were run, in-progress task state.
Derive the project slug from the current working directory:
/ or \) with -C: → drop it)/home/user/my-project → home-user-my-projectInbox path:
$env:USERPROFILE\.claude\projects\<slug>\lore\inbox\~/.claude/projects/<slug>/lore/inbox/If the inbox directory does not exist, tell the user to run /lore-init first and stop.
Filename: YYYY-MM-DDTHH-MM-SS-<content-slug>.md
<content-slug> is 2-4 kebab-case words describing the content2026-05-25T14-32-00-async-queue-decision.mdFile content:
---
source: conversation
captured: <ISO 8601 UTC timestamp>
topic: <one-line description of what was captured>
suggested_category: <project|architecture|decisions|feedback|user>
---
<The durable knowledge, written clearly so it makes sense weeks later
with no context from this conversation.
Include:
- What was decided or discovered
- Why (motivation, constraints)
- What alternatives were considered and rejected
- Any caveats or conditions that might change this>
Report: "Captured to lore/inbox/. Run /lore-ingest to compile."
Do NOT ingest immediately — just write to inbox.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub tiagosilva07/claude-lore --plugin claude-lore