Personal collection of Claude Code plugins
npx claudepluginhub a3lem/my-claude-pluginsPersonal 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.
Spec-driven development system with structured directories for requirements, design, tasks, and notes
Enable basedpyright LSP server for Python
Python coding preferences and conventions -- how I like to write Python
Theodore Calvin's testing framework - language-agnostic, JSON-based test runner
Automatically prompt execution of Session Setup steps from CLAUDE.md on session start
Integration for the tk CLI ticket system - git-backed issue tracking for AI agents
Persistent auto-memory across sessions with configurable storage location
Manage AI provenance metadata blocks in source files to track review status, rule references, and access control
Structured [AI] comment blocks with provenance, context, intent, and assumptions for meaningful code review
Project knowledge management with notes, decision logs, and timestamped journal entries
Routes knowledge to the right store: specs, notes, decisions, journal, or docs
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.