Plugin Claude Code
Home of the lore plugin — a persistent, human-readable markdown knowledge base for Claude Code, distilled from whatever you drop in its inbox.
Plugin Claude Code
Home of the lore plugin — a persistent, human-readable markdown knowledge base for Claude Code, distilled from whatever you drop in its inbox.
Plugin Claude Code
Lore (Long-term Organized Reference): a persistent, human-readable knowledge base on disk, maintained by Claude Code skills: drop files into raw/, get an interlinked markdown wiki with a catalog index. Link any project to it with a ## Knowledge Base section in its CLAUDE.md.
Instructions file
Claude Code instructions for barakgut/lore, covering lore, agent skills, issue tracker, triage labels and domain docs.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and specs for this repo live as markdown files in .scratch/.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Read tool calls, executing guard_raw.py via python3. From barakgut/lore.
Skill Claude CodeCodex
Use when the user runs /lore:lore-ingest — find files in the lore's raw/ inbox that are new or changed since their last ledger entry, distill or surgically update wiki pages by content type, update log.md, regenerate the index, and commit.
Skill Claude CodeCodex
Use when the user runs /lore:lore-init [path] [--no-git] — create the lore folder, scaffold its layout with its CLAUDE.md schema, and git-init it unless --no-git. Writes nothing outside the lore folder.
Skill Claude CodeCodex
Use when the user runs /lore:lore-lint — health-check the lore for index drift, ungrouped pages, group hygiene, dead wikilinks, duplicate titles, unresolved contradictions, schema violations, missing footnote attribution, missing concept pages and cross-references, knowledge gaps, and discard candidates. Fix…
Skill Claude CodeCodex
Use when answering any domain or knowledge question in a project linked to a lore (its CLAUDE.md has a "## Knowledge Base" section naming the lore path), and as the shared contract for all lore- skills. Defines the lore folder layout, page schema, retrieval ladder, index regeneration, and citation rules.