By anthemflynn
Git-native session lifecycle management with context preservation, checkpoint tracking, and seamless handoffs between coding sessions
npx claudepluginhub anthemflynn/dwcA unified marketplace of skills and plugins for AI coding agents
DWC provides curated, production-ready plugins for Claude Code (and compatible agents):
# Add the marketplace
claude-code marketplace add AnthemFlynn/dwc
# Install plugins
claude-code plugin add AnthemFlynn/dwc/openspec
claude-code plugin add AnthemFlynn/dwc/openclaw
claude-code plugin add AnthemFlynn/dwc/tdd-workflow
| Plugin | Description |
|---|---|
| openspec | Spec-driven development: brainstorm → plan → execute → ship |
| openclaw | Work with OpenClaw/Clawdbot agents from Claude Code |
| Plugin | Description |
|---|---|
| claude-context-manager | Autonomous context via claude.md files |
| session-management | Git-native session lifecycle with handoffs |
| project-status-report | Project health reports for onboarding |
| git-commit | Conventional commit message generation |
| Plugin | Description |
|---|---|
| tdd-workflow | Test-driven development with pattern discovery |
| website-debug | Frontend debugging with browser automation |
| web-graphics | Three.js and React Three Fiber skills |
dwc/
├── plugins/ # Claude Code plugins
│ ├── openclaw/ # OpenClaw/Clawdbot management
│ ├── openspec/ # Spec-driven development
│ ├── claude-context-manager/
│ ├── session-management/
│ ├── tdd-workflow/
│ ├── git-commit/
│ ├── project-status-report/
│ ├── website-debug/
│ └── web-graphics/
├── codex/ # Codex-compatible skills (future)
└── shared/ # Cross-platform skills (future)
# Clone once
git clone https://github.com/AnthemFlynn/dwc.git ~/dwc
# Keep updated
cd ~/dwc && git pull
plugins/MIT License - see LICENSE for details.
Direct-Write Cognition: Skills that let agents think directly into code.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques