From notebook
Use this skill at the START of every session. Notebook is persistent AI memory - read it first, update it immediately when discovering new facts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/notebook:notebookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are using Notebook - a lightweight, persistent memory system.
You are using Notebook - a lightweight, persistent memory system.
Read all notebook files immediately:
notebook/domain.md - domain notes and language pointers
notebook/tech.md - technical decisions and constraints
notebook/behavior.md - AI behavior and decision rules
If files don't exist, run scripts/init.sh (the file is next to this SKILL.md) to generate them.
The script must be run at the project root.
CRITICAL: Notebook is NOT authoritative.
Update immediately when you discover:
Format:
### [Topic]
[One-line summary of why this matters]
→ `path/to/file.ts:42` or `module/`
Rules:
If you find that a notebook entry duplicates existing documentation:
domain.md: Domain terms, user intent, relationships → with code references
tech.md: Constraints, decisions → with enforcing code references
behavior.md: AI rules, prohibitions, priorities → short and explicit
npx claudepluginhub geb-algebra/stationery --plugin notebookStores, recalls, queries, and audits durable project knowledge as file-backed entries and a working notepad that survives conversation compaction.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.