Claude Code plugins for Hillnote.
Add this marketplace.
/plugin marketplace add 02karthik/Hillnote-Plugins
Then install the plugin, by replacing with appropriate one from the below table.
/plugin install <plugin-name>@hillnote-plugins
| Plugin Name | Description |
|---|---|
session-capture |
Save the entire Claude Code session transcript into a chosen Hillnote workspace, titled after the conversation. |
response-capture |
Save the last user question and Claude's answer into a chosen Hillnote workspace, titled after the conversation. |
kanban-board |
Parse the last Claude answer for TODO items and turn them into a kanban board in a chosen Hillnote workspace. |
/plugin is a slash command inside Claude Code. The first line registers this
repo as a plugin marketplace;
The plugin bundles an MCP server (https://hillnote.com/mcp) that needs a
one-time login. After installing, run /mcp and authenticate the notes
server in your browser.
session-capture — run /session-capture in any Claude Code session. It
renders the full transcript to Markdown, lists your Hillnote workspaces so you
can pick one, and saves the session under documents/claude-sessions/ with a
title derived from what the conversation was about (falling back to a dated
title only when the session is too thin to name).
response-capture — run /response-capture to save just the last question you asked and
Claude's answer (skipping tool calls and thinking). Same workspace picker,
saved under documents/claude-qa/.
kanban-board — run /kanban-board after Claude lays out a TODO list or
plan. It parses the last answer into tasks (title, status, priority), lets you
pick a workspace, and creates a Hillnote database with a kanban view — one
card per task, grouped into To Do / In Progress / Done.
These plugins send the captured content — your session transcript or the last
Q&A — to Hillnote's servers (https://hillnote.com/mcp), where it is stored in
the workspace you pick. A transcript can include anything that appeared in your
terminal, such as API keys, environment variables, or proprietary code. Review
what a session contains before saving it, and only capture sessions you are
comfortable storing on Hillnote.
- Listing on
claude-plugins-officialso the plugins are installable without adding this marketplace manually.