A personal Claude Code plugin marketplace. Currently ships the kanban-skill plugin for file-based kanban board management.
Register this marketplace by adding to ~/.claude/plugins/known_marketplaces.json:
{
"dot-skills": {
"source": {
"source": "github",
"repo": "kormie/dot-skills"
},
"installLocation": "~/.claude/plugins/marketplaces/dot-skills",
"autoUpdate": true
}
}
Then enable plugins in Claude Code settings.
Kanban board management with a web viewer for tracking work across Claude Code sessions. Tickets are plain markdown files with YAML frontmatter, organized into directories by status.
/kanban-serve -- start the web viewer at localhost:3333 (requires Bun)/ticket-picker -- select the next ticket to work on based on priority, dependencies, and workstream orderkanban-tracker skill provides board conventions to Claude automatically| Component | Name | Description |
|---|---|---|
| Command | serve | Start the web viewer at localhost:3333 |
| Skill | kanban-tracker | Board structure, ticket format, and workflow conventions |
| Skill | ticket-picker | Ticket selection algorithm based on priority and blocking state |
| Hook (Stop) | check-review-files | Enforce review file creation when tickets move to ready-to-review |
| Hook (SessionEnd) | stop-server-on-exit | Kill the web viewer server when the Claude session ends |
| Server | Bun + TypeScript | API and SSE endpoint at localhost:3333 |
kanban/
├── workstreams/ # Workstream definitions (grouping + ordering)
├── todo/ # Not yet started
├── in-progress/ # Being worked on
├── ready-to-review/ # Complete, awaiting human review
├── done/ # Completed and reviewed
└── reviews/ # Human-readable review/verification guides
Tickets are named <type>--<slug>.md (e.g. feat--add-sse-updates.md). Supported types: feature, test, bug, refactor, infra, docs, spike.
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 kormie/dot-skillsDocumentation site management for Astro + Starlight on GitHub Pages
Kanban board management with web viewer for Claude Code
Persistent Kanban board workflow with TodoWrite sync and SessionStart resume
Kanban board agent orchestration — hooks, roles, and lifecycle management for Claude Code sessions
Cotask — task management with TASKS.md kanban dashboard
Persistent agent orchestrator for Claude Code. Multi-channel message routing, triage, and SWE task management. Run /claudeclaw:setup to create your first instance and configure channels.
Intelligent OpenClaw (formerly ClawdBot) installation, configuration, and management assistant. Guides users through fresh installs, 23+ channel configurations (Slack, WhatsApp, Telegram, Discord, BlueBubbles, Signal, Google Chat, Teams, Matrix, Feishu/Lark, LINE, and more), troubleshooting, security hardening, tools profiles, SecretRef secrets management, PDF tool, Docker/K8s health probes, and multi-provider model setup. If you can use Claude Code, you can use OpenClaw.
Smart task routing: classifies specs and routes to feature-dev or subagent-driven-dev