Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Data-Wise
Full-stack developer toolkit with integrated workflow automation - 109 commands (95 craft + 13 workflow), 8 agents, 38 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
npx claudepluginhub data-wise/craft --plugin craftGit Commands Learning Guide
Git Commands Quick Reference
Git Safety Rails Guide
Git Undo Guide - Emergency Reference
Git activity summary - recent commits, branch status, and productivity insights
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Expert in creating VHS tape files for terminal GIF demos.
Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.
Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling. Uses mcp-mermaid for validation and rendering. Use PROACTIVELY for visual documentation, system diagrams, or process flows.
Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.
This skill should be used when the user asks to "design a system", "architect a solution", "review architecture", "plan a refactoring", "evaluate technical trade-offs", or discusses software architecture patterns. Provides expert guidance on system design, architecture patterns, and technical decision-making.
This skill should be used when the user asks to "pre-flight check", "validate before commit", "validate before PR", "validate before deploy", "is this ready to ship", "check readiness", "run pre-flight", "validate project state", or wants context-aware validation across commit/PR/release/deploy boundaries. Orchestrates universal validators (lint, tests, types, version sync, stale refs, docs, hook conflicts) and supports generating new custom validators.
This skill should be used when the user asks to "detect project type", "what kind of project is this", "generate CI workflow", "set up CI", or needs to identify build tools, test frameworks, and CI requirements. Smart detection of project types, build tools, and CI requirements for automated workflow generation.
This skill should be used when the user asks to "sync features", "check for new Claude features", "update craft for latest Claude", "what's new in Claude Code", or wants to ensure craft is up-to-date with Claude Code/Desktop capabilities. Chains command-audit and unified release-watch into a prioritized action plan.
This skill should be used when the user asks to "audit guard", "guard friction", "tune guard", "guard false positives", "fix guard blocking", or mentions branch guard configuration issues. Analyzes branch-guard.sh rules and proposes JSON config changes to reduce false positives.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Development workflow skills, commands, and hooks from claude-toolbox
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, chrome-devtools@0.23.0). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Academic workflows for research and teaching - literature management, manuscript writing, simulation design, and course material generation
Convert markdown exams to Canvas QTI packages — 3 commands for convert, check, and preview workflows
Privacy-first email access for Claude via himalaya CLI — 21 tools, 6 prompts, 3 resources, 12 skills, 2 hooks
RForge toolkit for Claude Code: 35 commands for R package development, ecosystem management, CRAN submission, and intelligent orchestration
v2.34.0 — Commands → Skills Migration 🚀 109 commands | 38 skills | 8 agents | 1638 tests passing 11 new skills (
preflight-check,git-workflow,claude-md-lifecycle,nav-sync,site-lifecycle,dist-extras,plan-orchestrator,demonstration-builder,adhd-workflow,brainstorm-insights,background-task-manager) consolidating 53 source commands across 3 batches. Skills auto-activate from conversation context — no command memorization required.
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
109 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: