lore

Orchestrate persistent agent harnesses with memory, rules, and shared context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lorehq/lore --skill lore-lorehq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lore
Source: https://github.com/lorehq/lore/tree/main/.lore/harness/skills/lore
Command: npx skills add https://github.com/lorehq/lore --skill lore-lorehq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lore provides a persistent, contextual harness for agentic coding tools, ensuring projects retain state, memory, and governance between sessions.

Core Features & Use Cases

  • Memory sidecar for semantic search and hot memory to accelerate sessions.
  • Rule enforcement and governance to protect code and projects during writes.
  • Fieldnotes and knowledge sharing across platforms to avoid drift.
  • Unified lifecycle for status, updates, and repairs of harness state.

Quick Start

Initialize Lore in your project to start a harness session with memory, rules, and shared context.

Frequently Asked Questions about lore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist agent memory and session context across coding sessions?

To persist agent memory and session context across coding sessions, use a memory sidecar that retains state and semantic search history. This hot memory accelerates new sessions by loading prior project context automatically.

What is the best way to enforce project rules during agent code writes?

The best way to enforce project rules during agent code writes is to implement a governance harness that validates agent behavior. Rule enforcement protects your codebase by intercepting and checking writes against project constraints.

How do I share agent knowledge and fieldnotes across different platforms?

You can share agent knowledge and fieldnotes across different platforms by using a unified agent harness. This prevents context drift between environments by maintaining a shared knowledge base accessible during project workflows.

Does agent session management require a knowledge base for semantic search?

Agent session management works best with a knowledge base for semantic search. A memory sidecar provides this hot memory, allowing your agent to instantly retrieve relevant historical context and accelerate active sessions.

Can I govern agent lifecycle and repair harness state for software projects?

Yes, you can govern agent lifecycle and repair harness state for software projects. A unified lifecycle harness manages status, deploys updates, and performs repairs to maintain consistent agent behavior and state.

Why does my coding agent lose project context between sessions?

Your coding agent loses project context between sessions because it lacks a persistent harness. Initializing a memory-rich agent harness with fieldnotes and shared knowledge ensures state retention and prevents drift.