Marketplace for the Unwind reverse engineering skills plugin
npx claudepluginhub cliftonc/unwindSkills library for reverse engineering: codebase analysis, service mapping, API discovery, and documentation generation
Skills library for reverse engineering codebases. Produces complete, machine-readable documentation and phased rebuild plans to reliably re-build the service or application in a new technology or modernised framework.
Generate documentation that enables an AI agent to rebuild your system in a different language or framework while maintaining:
/plugin install https://github.com/cliftonc/unwind
Restart Claude Code after installation.
1. Use unwind:start
2. Review docs/unwind/architecture.md
3. Use unwind:unwinding-codebase
4. Use unwind:synthesizing-findings
Output:
docs/unwind/REBUILD-PLAN.md - Strategic rebuild approachdocs/unwind/layers/*/ - Detailed layer analysis (folder per layer)See a complete example from the RealWorld Go API:
/plugin uninstall unwind
/plugin install https://github.com/cliftonc/unwind
┌─────────────────────────────────────────────────────────────────────────────┐
│ UNWIND WORKFLOW │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ PHASE 1: DISCOVERY │
│ ┌──────────────────────────┐ │
│ │ start │ ──► architecture.md │
│ └────────────┬─────────────┘ (layers, entry points, repo info) │
│ │ │
│ ▼ │
│ PHASE 2: LAYER ANALYSIS │
│ ┌──────────────────────────┐ │
│ │ unwinding-codebase │ ──► Dispatches layer specialists │
│ └────────────┬─────────────┘ │
│ │ │
│ ┌───────┴───────┬───────────┬───────────┬───────────┐ │
│ ▼ ▼ ▼ ▼ ▼ │
│ ┌─────────┐ ┌──────────┐ ┌─────────┐ ┌─────────┐ ┌──────────┐ │
│ │database/│ │ domain- │ │service- │ │ api/ │ │frontend/ │ │
│ │ │ │ model/ │ │ layer/ │ │ │ │ │ │
│ └────┬────┘ └────┬─────┘ └────┬────┘ └────┬────┘ └────┬─────┘ │
│ │ │ │ │ │ │
│ └──────────────┴────────────┴───────────┴───────────┘ │
│ │ │
│ ▼ │
│ PHASE 3: GAP DETECTION │
│ ┌───────────────────────────────────────────────────────────┐ │
│ │ verifying-layer-documentation │ │
│ │ (Parallel agents compare docs to source) │ │
│ └─────────────────────────────┬─────────────────────────────┘ │
│ │ │
│ ▼ │
│ ┌──────────┐ │
│ │ gaps.md │ (per layer - work list only) │
│ └────┬─────┘ │
│ │ │
│ ▼ │
│ PHASE 4: GAP COMPLETION │
│ ┌───────────────────────────────────────────────────────────┐ │
│ │ completing-layer-documentation │ │
│ │ (Parallel agents fix all gaps, delete gaps.md) │ │
│ └─────────────────────────────┬─────────────────────────────┘ │
│ │ │
No description available.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations