npx claudepluginhub a3lem/my-claude-plugins --plugin python-rulesPersonal 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.
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Complete developer toolkit for Claude Code
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.