Lore Plugin
Description
Claude Code plugin for persistent long-term memory via Lore. Auto-ingests session transcripts and exposes read/write skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
lore-plugin
A Lore plugin bundle for both Claude Code and Codex that provides persistent, compounding long-term memory via [Lore](https://lore.dev).
On Claude Code, every session ends with an automatic transcript ingest. On Codex, the plugin offers the same setup and memory skills, plus an optional hook install that preloads the Lore index at session start and ingests each completed user/assistant turn.
**Configuration is per-project.** Every repo that wants Lore memory has its own `.lore.env` (committed, contains app + namespace) and `.lore.env.local` (gitignored, contains your API key). There is no global config. Teammates cloning a configured repo only need to run `/lore-setup` once to add their own API key — the app/namespace wiring is inherited from git.
What you get
lore-memoryskill — Claude auto-invokes this when the conversation references your long-term memory, asks a question prior context might answer, or states a durable fact worth keeping. It reads the wiki's_index, follows[[wikilinks]]between files, and callsrememberto ingest new content.lore-setupskill — three-phase interactive connect flow: (1) credentials, (2) namespace schema addendum tailored to what you want remembered, (3) optional seeding from the last N GitHub PRs in the current workspace. Also available as the/lore-setupslash command. Handles three scenarios automatically: fresh project, teammate onboarding an existing repo, and reconfiguring a project that's already set up.SessionStarthook — once the project is configured, pre-loads your namespace_indexinto Claude's session context on every session start so the wiki's table of contents is available from turn 1 without a lazy round-trip. If the current project isn't configured yet (or your.lore.env.localis missing an API key), it instead nudges Claude to proactively offer/lore-setupon your first substantive message. Capped at 8 KB of index content by default (tunable); fails si
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11