A 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- Fork the repository
- Add your plugin to
plugins/ - Include README.md and skills with SKILL.md
- Submit a pull request
- Clear documentation
- No secrets or credentials
- Self-contained (or documented dependencies)
- Tested with Claude Code
MIT License - see LICENSE for details.
Direct-Write Cognition: Skills that let agents think directly into code.