Find and remove the specified information from memory. Search existing memory files for a match, remove the entry (or the entire file if it only contained that entry), and update MEMORY.md accordingly.
Save the provided information to memory. Follow the auto memory rules already in your context to determine the memory type, write the memory file, and update MEMORY.md.
Personal collection of Claude Code plugins, published as a marketplace.
tc: input.json to output.json, diffed against expected.json.tk, a git-backed issue tracker for AI agents.~/.claude/.notes/, structured decision log, and timestamped journal entries.Three plugins work together to manage project knowledge:
| Store | Plugin | Contract | Purpose |
|---|---|---|---|
specs/ | spec-driven-dev | Strongest | Behavioral truth — Gherkin scenarios, verified before shipping |
docs/ | (none needed) | Strong | Durable reference — maintained, authoritative |
notes/DECISIONS.md | project-notes | Medium | What was decided — concise dcn-xxxx entries |
notes/ | project-notes | Weak | Working knowledge — may go stale |
notes/journal/ | project-notes | Weakest | Timestamped snapshots — decay over time |
project-knowledge provides routing rules for deciding where information should live and where to look for it.
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.
npx claudepluginhub a3lem/my-claude-plugins --plugin auto-memoryMinimal file-based ticket system with dependency tracking for humans and AI agents
Skills for using shablon, a CLI that renders Jinja2 templates from a .shablon/ directory into a project tree.
File-based inter-agent messaging for parallel Claude Code sessions
Spec-driven development system with structured directories for requirements, design, tasks, and notes
Automatically prompt execution of Session Setup steps from CLAUDE.md on session start
Persistent memory system for Claude Code with enforced context
Persistent memory for Claude Code - store decisions, patterns, and context across sessions
Pure filesystem-based memory system for Claude Code with custom ontology support
Curated persistent memory for Claude Code. Write gate prevents bloat — only behavior-changing facts get saved. Tiered architecture: daily logs, structured registers, and auto-loaded working memory.
Persistent memory for Claude Code. Capture work across sessions and recall relevant context.
Per-project persistent memory for Claude Code, stored in AGD format with selective retrieval (TOC + targeted block fetch). 6-15x fewer tokens than loading the whole memory file.