lore-from-git

Installation
SKILL.md

Generate Lore from Git

Transform recent git commits into narrative lore entries using the 5-step lore-flow pipeline.

Arguments

  • No args: Generate from HEAD (latest commit)
  • Commit ref: e.g., HEAD~3, abc1234, a branch name — generates from that commit/range
  • --all-new: Generate from all commits since last lore generation

Workflow

1. Determine scope

# Default: latest commit
REF="${ARGS:-HEAD}"
Installs
1
Repository
skogai/lore
GitHub Stars
1
First Seen
Jun 12, 2026
lore-from-git — skogai/lore