Irbull Lisas Notes
irbull-lisas-notes is a Claude Code plugin for the Operate phase that records each completed interaction as notes in a jujutsu repository.
Install Lisa’s Notes when you want every finished Claude Code interaction written into your jujutsu (jj) repo as a persistent session record.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install irbull-lisas-notes@irbull/lisas-notesBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:irbull/lisas-notes") and the paste-ready config with skillselion.get_install_config("plugin:irbull/lisas-notes").
What it does
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. Solo builders 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.
Highlights
- 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
Why builders use it
Agent sessions vanish after the chat closes, so solo builders lose context that should live next to their jj change history.
After install, completed Claude Code interactions are recorded in jujutsu so you can trace what the agent did across iterations.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 5 stars, 0 votes.
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.
Comments
Share how you use irbull-lisas-notes, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.