By poyenc
Automatic branch-aware recall system for Claude Code. Tracks project knowledge across branches and tasks with layered overlays, conditional topic loading, and merge promotion.
Abandon the current branch, salvage useful knowledge to project level, and archive. Use when a feature is cancelled, approach scrapped, or branch is no longer needed.
Show an overview of all tracked branches: active, stale, merged, archived. Use when the user asks about branch state, "what branches exist", or "show branches".
Promote branch knowledge to project level after a merge. Can be triggered automatically (when merged branches are detected) or manually with /promote [branch]. Use when merging or when the user asks to promote knowledge.
Add a knowledge entry with explicit scope control. Use when the user asks to save, document, or record a finding, or when the agent needs to override automatic scope decisions. Supports --project and --branch flags to force scope.
Show recent changes across all knowledge files. Use when the user asks what's changed, "what did we learn recently", or wants a summary of recent findings.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code plugins for development workflow automation.
| Plugin | Description |
|---|---|
| recall | Automatic branch-aware recall system. Tracks project knowledge across branches and tasks with layered overlays, conditional topic loading, auto-save rules, and merge promotion. |
This repo is a local Claude Code marketplace. Add it to ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"agent-plugins": {
"source": {
"source": "directory",
"path": "/path/to/agent-plugins"
}
}
},
"enabledPlugins": {
"recall@agent-plugins": true
}
}
Plugins are loaded automatically by Claude Code when enabled. Each plugin provides slash commands — see individual plugin READMEs for details.
npx claudepluginhub poyenc/agent-plugins --plugin recallMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.