
Irbull Lisas Notes
- 5 repo stars
- Updated March 25, 2026
- irbull/lisas-notes
irbull-lisas-notes is a Claude Code plugin that records each completed interaction as notes in a jujutsu repository.
About
irbull-lisas-notes is a Claude Code plugin that records each completed agent interaction into a jujutsu repository, turning ephemeral chat into durable project notes. developers who already use jj—or who want agent work colocated with VCS history—get a simple automation layer: finish a session, and Lisa’s Notes persists what happened without a separate notes app. The marketplace entry ships one plugin, so setup is straightforward compared to large bundles. It shines when you iterate daily with Claude Code and need to reconstruct decisions, prompts, or outcomes weeks later. It does not replace structured PM tools or observability platforms; it augments git with session-level narrative. Prerequisites include Claude Code, a jj-backed repo, and comfort committing non-code artifacts. Confidence is moderate because detailed hook behavior lives in the repo README beyond the catalog stub.
- Single-plugin bundle focused on automatic interaction recording
- Writes completed Claude Code session notes into jujutsu version control
- Pairs agent chat history with repo-native change tracking
- Lightweight community plugin with minimal surface area
- Useful audit trail for solo builders shipping with jj
Irbull Lisas Notes by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install irbull-lisas-notes@irbull/lisas-notesAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | March 25, 2026 |
| Repository | irbull/lisas-notes ↗ |
What it does
Install Lisa’s Notes when you want every finished Claude Code interaction written into your jujutsu (jj) repo as a persistent session record.
Who is it for?
Best when you use jujutsu and want automatic session logs without leaving the repo.
Skip if: Skip if you're on git-only workflows with no jj setup, or developers and do not want session text in version control.
What you get
After install, completed Claude Code interactions are recorded in jujutsu so you can trace what the agent did across iterations.
- Automatic notes commit or record after each completed Claude Code interaction
- Searchable session history colocated with jj changes
- One enabled plugin from the lisas-notes marketplace entry
Recommended Plugins
How it compares
Session logging plugin tied to jujutsu, not a documentation indexer or frontend generator.
FAQ
Who is Irbull Lisas Notes for?
It is for Claude Code users who track work with jujutsu and want automatic notes after each completed interaction.
When should I use Irbull Lisas Notes?
Use it whenever you iterate with the agent on a jj repo and need a durable record of session outcomes for later review or debugging.
How do I add Irbull Lisas Notes to my agent?
Register the irbull/lisas-notes repository as a Claude Code plugin source and enable the Lisa’s Notes plugin in your Claude Code configuration.