npx claudepluginhub antoncoding/claude-trackClaude Track – visual task management interface with drag-and-drop prioritization for Claude Code workflows
Visual task management interface with drag-and-drop prioritization for Claude Code workflows.
/plugin marketplace add /path/to/marketplace/plugin install claude-track@your-marketplaceStart Claude Code - the plugin automatically:
pnpm install --dir server
pnpm --dir server run build
pnpm --dir server start
The workspace is defined at the repo root (pnpm-workspace.yaml) so you can also run commands from the top level:
pnpm install
pnpm -C server run dev
This repo now doubles as a local marketplace (.claude-plugin/marketplace.json). To let teammates install Claude Track:
/plugin marketplace add /full/path/to/claude-track
/plugin install claude-track@claude-track-marketplace
To bundle this marketplace with a project repo, add the following to that project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"claude-track-marketplace": {
"source": {
"source": "path",
"path": "/full/path/to/claude-track"
}
}
},
"enabledPlugins": ["claude-track@claude-track-marketplace"]
}
Write or Bash) so the PostToolUse hook runs update-progress${CLAUDE_PROJECT_DIR}/TODO.md to confirm the writer updates tasks correctlyIf you prefer manual testing without Claude, run pnpm --dir server dev and open the same URL.
# Tasks for Project Name
## Current Task
- [ ] Current task description @id:current @priority:0
## Upcoming Tasks
- [ ] Task 1 @id:task-1 @priority:1
- [ ] Task 2 @id:task-2 @priority:2
## Metadata
- Total: 3 tasks
- Completed: 0 tasks
- Progress: 0%
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.