Plugin Claude Code
Persistent per-project notebook plugins for Claude Code.
Plugin Claude Code
Persistent per-project notebook plugins for Claude Code.
Plugin Claude Code
Gives Claude a persistent, self-maintained notebook per project: distilled topic notes, a generated index injected into context each turn, and hooks that keep the notes current.
Hook
Runs when a session starts, executing session-start.js via node. From git-aditya-star/project-notes.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit and NotebookEdit tool calls, executing pre-tool-use.js via node. From git-aditya-star/project-notes.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit, NotebookEdit, Read, Grep and Glob tool calls, executing post-tool-use.js via node. From git-aditya-star/project-notes.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.js via node. From git-aditya-star/project-notes.
Hook
Runs when the agent finishes a response, executing stop.js via node. From git-aditya-star/project-notes.
Skill Claude CodeCodex
How to keep and use this project's self-maintained notebook (.project-notes/). Consult when writing, updating, or reading project notes, or when a Stop-hook message asks you to update stale notes or capture what you learned.