jordanhindo/lore · Archived

lore-brief

Produces proposal-only Lore continuity briefs for the last 24 hours by default, with cited evidence, open work, learned signals, memory-card candidates, contradiction candidates, and sideEffects:false.

First seen Jun 20, 2026

Installation

$ npx skills add jordanhindo/lore --skill lore-brief

Summary

  • Produces proposal-only Lore continuity briefs for the last 24 hours by default, with cited evidence, open work, learned signals, memory-card candidates, contradiction candidates, and sideEffects:false.
  • Use for daily briefs, recap/continuity summaries, scheduled read-only synthesis, or proposing next actions from Lore without creating anything automatically.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jordanhindo/lore.

npx skills add jordanhindo/lore

Browse all from jordanhindo/lore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 14
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,616 B
  • docs SUMMARY.md 377 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Lore Brief

Use this when the user wants a continuity brief, daily recap, or proposal-only synthesis from Lore. Default window is the rolling last 24 hours ending at run time unless the user supplies a window.

Workflow

  1. Compute retrieval bounds: local date label for humans, explicit ISO fromIso/toIso values for output and --since/--until values for Lore commands.
  2. Run lore status --json --since <iso> --until <iso> and stop on unhealthy status. If status is possibly_unsynced and schemaVersion is greater than supportedSchemaVersion, do not recommend bare lore sync as sufficient; say Lore must be updated before write/sync recovery can refresh the window.
  3. Use lore-recall evidence packet rules for searches and citations.
  4. Produce a brief with sideEffects: false.
  5. Propose follow-up objects only. Do not create jobs, issues, wiki pages, skills, tasks, memory cards, code, or automations unless the user asks as a follow-up.

Output Sections

  • window: fromIso, toIso, timeZone, localDateLabel.
  • completedActivity: evidence-backed work that finished in the window.
  • openWork: unresolved work with cited ids or marked uncited.
  • changes: evidence-backed changes to code, docs, skills, workflow, setup, or state.
  • learnedSignals: things discovered while briefing.
  • proposals: read-only suggestions using references/proposal-vocabulary.md.
  • memoryCardCandidates: decision, claim, commitment, artifact, contradiction, open_question.
  • contradictionCandidates: both sides with evidence, no averaging.
  • gaps: optional notes for what Lore could not prove.

Rules

  • Always state sideEffects: false.
  • Scheduled use is read-only synthesis, never mutation authority.
  • Date labels shown to the user use local timezone; retrieval filters use explicit ISO instants.
  • Contradictions preserve both sides and evidence. Do not resolve unless current artifacts prove a side.
  • If evidence is stale, label it and propose verification instead of acting.

References

  • references/brief-schema.md for structure.
  • references/proposal-vocabulary.md for shared proposal/candidate shapes reused by handoff.
  • examples/ for good and bad outputs.