A marketplace of plugins for Claude Code.
| Plugin | Description |
|---|---|
| session-continuity | Inter- and intra-session continuity: handoffs, checkpoints, and session summaries. Eliminates the amnesia tax. |
Install any plugin using the Claude Code CLI:
claude /install-plugin <plugin-path>See each plugin's README for setup instructions and hook registration.
To add a plugin, create a directory under plugins/ with:
.claude-plugin/plugin.json— plugin metadatacommands/— slash command definitionsrules/— rules that load automaticallyhooks/— event hooks (shell wrappers)src/— source code for hooksREADME.md— usage documentation