Matt Joyce's Claude Code plugin collection
npx claudepluginhub mattjoyce/claude-pluginsMarkdown-based Kanban board managed by Claude Code. Cards live as .md files — no database, no server.
Matt Joyce's Claude Code plugin collection — a marketplace of skills and tools for Claude Code.
Skills are installed via the Claude Code plugin system and live either in their own repos or as subdirectories of this monorepo.
| Name | Description | Category |
|---|---|---|
| kanban | Markdown-based Kanban board — cards as .md files, no database, no server | productivity |
| zettlekasten-notes | Zettelkasten-style knowledge vault using Obsidian Flavored Markdown | knowledge |
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
└── plugins/
└── zettlekasten-notes/ # Single-file skills live here as subdirectories
└── SKILL.md
Skills with scripts, assets, or complex structure get their own dedicated repos (e.g. kanban-skill). Simple single-file skills live directly in this monorepo under plugins/.
zettlekasten-notes skill — Zettelkasten knowledge vault with atomic notes, literature notes, permanent notes, and MOC structure notesmarketplace.json registry formatkanban plugin pointing to mattjoyce/kanban-skill