lorekeeper-pm

lorekeeper-pm is a skill for Claude Code, Codex from Jessinra/Lorekeeper. It costs 42 tokens per session (1,226 once invoked), scanned A, original, Apache-2.0.

A product-management guide for the Lorekeeper project, covering how work requests are proposed, prioritised, tracked, and completed.

In plain words
What is it for?
Use it when filing tickets, prioritising work, changing ticket states, or deciding who handles product and development responsibilities.
Why use it?
It gives the team a shared process for deciding what to build and keeps the active backlog—the list of planned work—organised.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jessinra/lorekeeper/lorekeeper-pm
Any agent
npx skills add Jessinra/Lorekeeper --skill lorekeeper-pm
Clone the repo
git clone --depth 1 https://github.com/Jessinra/Lorekeeper

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lorekeeper-pm

README.md
[![agentmods](https://agentmods.dev/badge/skills/jessinra/lorekeeper/lorekeeper-pm.svg)](https://agentmods.dev/skills/jessinra/lorekeeper/lorekeeper-pm)
Your own site
<a href="https://agentmods.dev/skills/jessinra/lorekeeper/lorekeeper-pm"><img src="https://agentmods.dev/badge/skills/jessinra/lorekeeper/lorekeeper-pm.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.01226
Opus 5 $0.00021 $0.00613
Sonnet 5 $0.00008 $0.00245
Haiku 4.5 $0.00004 $0.00123

Measured 5d ago against content hash dc1458e417a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lorekeeper-pm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.hermes/skills/lorekeeper-pm/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Lorekeeper PM

Product management workflow for the Lorekeeper project.

Roles

  • PM (Akane) — drives product direction, files and prioritizes tickets, reviews shipped work, says yes/no on scope
  • Dev — owns implementation, tests, and commit quality; raises blockers early; contributes to lorekeeper-dev
  • Relay — Jason manually bridges PM ↔ dev. Repo holds details; relay is for intent/clarification only.

Core Principles

  1. High value, simple solutions — if a simpler way covers 80% of the value, do that.
  2. Don't overcomplicate — resist abstraction layers, new tools, or configurable options not needed yet.
  3. Don't act prematurely — if the problem isn't real (observable bug, measurable friction), don't solve it. File as proposal.
  4. Extend before create — prefer extending existing APIs/tools/scripts over new ones.
  5. Ship correctness before features — a working core beats an elaborate wishlist.

Backlog hygiene: Keep active backlog small (max 5 tickets). Push rest to S:proposal. When scoping down, update RICE scores and note rationale.

Commit Identity (PM)

git config --local user.name "Akane (PM)"
git config --local user.email "[email protected]"

Enforced by commit-msg hook. See commit-convention skill for full details.

Backlog Workflow

Full ticket lifecycle, numbering, scripts → load backlog-management skill.

Tickets live in backlogs/ as LKPR-N-slug.md. Completed → backlogs/done/. Numbering: sequential (highest+1), never fill gaps.

Weekly Planning

Once per week, pull up to 10 proposal tickets into active backlog:

  1. Review proposals in backlogs/proposal/ — pick high-value, unblocked items
  2. Update status to S:ready, set priority. Commit on chore/backlog branch
  3. Open PR against main — auto-approved, no review needed. Jason squash-merges.

Mid-sprint goal shift

When Jason sets a new goal mid-sprint: 1) Analyze → map friction to fixes → estimates. 2) Get greenlight. 3) Execute: update statuses, commit on chore/backlog, PR.

Read the full file on GitHub · 115 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 115 lines · 42 tokens per session scan A dc1458e417a1

Subscribe to this mod's changes

lorekeeper-pm is a skill published in the GitHub repository Jessinra/Lorekeeper (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 1,226 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hs-release

Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.

vectorize-io/hindsight · 45 tokens

create-modal

Create declarative modals using the modal library API. Covers modal types (confirm, input, select, form), sections (Text, Buttons, Input, Textarea, Checkbox, List, Combo, When, Custom), rendering with OverlayModal, and keyboard/mouse handling. Use when adding modals or dialogs to the application.

marcus/sidecar · 69 tokens

create-plugin

Create new sidecar plugins implementing the plugin.Plugin interface, rendering views with Bubble Tea, handling keyboard input via keymap contexts, and integrating with the app shell (footer hints, event bus, adapters). Use when creating a new plugin, modifying plugin architecture, or debugging plugin…

marcus/sidecar · 74 tokens

merge-strategy

Git merge strategies, conflict resolution approaches, merge vs rebase recommendations, and branch integration patterns in sidecar. Covers pull strategy menu, direct merge workflow, squash merge, commit message templates, configurable defaults, and protected branches. Use when working on git merge features or making…

marcus/sidecar · 63 tokens

keyboard-shortcuts

Reference for keyboard shortcut implementation, keybinding registration, shortcut parity with vim and other TUI tools, and the complete shortcut assignment table across all sidecar plugins. Use when adding or modifying keyboard shortcuts, checking shortcut assignments, resolving key conflicts, or assessing alignment…

marcus/sidecar · 59 tokens

memory-audit-pattern-extraction

模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.

Dataojitori/nocturne_memory · 48 tokens