Full-stack developer toolkit for Claude Code with 107 commands, 8 agents, and 26 skills
npx claudepluginhub data-wise/craftFull-stack developer toolkit with integrated workflow automation - 107 commands (94 craft + 13 workflow), 8 agents, 26 skills with standardized dry-run preview mode (29 with --dry-run support). Code, git, site, docs, testing, architecture, CI, distribution, teaching workflows, planning, release pipeline, and ADHD-friendly features including brainstorming, task management, and spec capture
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
v2.31.0 - Workflow Learning Loop & Live Dashboard 🚀 107 commands | 26 skills | 8 agents | 112 tests passing
/workflow:donelearning loop with memory + insights capture,/craft:domemory-aware routing with worktree detection,/craft:hublive dashboard with dynamic counts and .STATUS integration.
A comprehensive production-ready toolkit for Claude Code featuring smart orchestration, ADHD-friendly workflows, multi-agent coordination, and complete documentation coverage.
Craft works in both Claude Code CLI and Claude Desktop app. No MCP server dependencies required.
# Install from the Claude Code plugin marketplace
claude plugin add github:Data-Wise/craft
Works on all platforms (macOS, Linux, Windows). No additional tools required.
# Add the Data-Wise tap
brew tap data-wise/tap
# Install craft plugin
brew install craft
The Homebrew formula automatically:
~/.claude/plugins/craft# One-command installation
curl -fsSL https://raw.githubusercontent.com/Data-Wise/craft/main/install.sh | bash
Then restart Claude Code to load the plugin.
# Install from npm (after publishing)
npm install -g @data-wise/claude-craft-plugin
# Plugin will auto-install to ~/.claude/plugins/craft
For Claude Code CLI and Claude Desktop:
# Clone the repository
git clone https://github.com/Data-Wise/craft.git
cd craft
# Install in development mode (symlink - changes reflected immediately)
ln -s $(pwd) ~/.claude/plugins/craft
# Or install in production mode (copy - stable)
cp -r . ~/.claude/plugins/craft
Installation locations:
~/.claude/plugins/craft~/.claude/plugins/craft/commands/~/.claude/plugins/craft/skills/~/.claude/plugins/craft/agents/# Check plugin directory exists
ls -la ~/.claude/plugins/craft
# Verify plugin.json
cat ~/.claude/plugins/craft/.claude-plugin/plugin.json
# Test a command
claude
/craft:help
Expected output:
Craft v1.17.0 loaded
107 commands available
After installation, commands are immediately available:
# Start Claude Code in any directory
claude
# Use craft commands
/craft:do "add user authentication"
/craft:check
/craft:test unit
Craft automatically loads when you open Claude Desktop. Commands work the same way:
/craft:do, /brainstorm, etc.Craft does NOT require any MCP server configuration.
Craft is a pure plugin that uses built-in Claude Code capabilities. No external servers needed.
Benefits:
Full documentation: https://data-wise.github.io/craft/ (99% complete)
Full-stack developer toolkit for Claude Code — 107 commands, 8 agents, 26 skills with smart orchestration and ADHD-friendly workflows