npx claudepluginhub a3lem/my-claude-plugins --plugin auto-memoryFind 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.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.