Skip to content

AnthemFlynn/dwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWC — Direct-Write Cognition

A unified marketplace of skills and plugins for AI coding agents

DWC provides curated, production-ready plugins for Claude Code (and compatible agents):

License: MIT Plugins: 9


🚀 Quick Start

# 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

📦 Plugins

Featured

Plugin Description
openspec Spec-driven development: brainstorm → plan → execute → ship
openclaw Work with OpenClaw/Clawdbot agents from Claude Code

Productivity

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

Development

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

📁 Structure

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)

🔄 Sync Across Machines

# Clone once
git clone https://github.com/AnthemFlynn/dwc.git ~/dwc

# Keep updated
cd ~/dwc && git pull

🤝 Contributing

  1. Fork the repository
  2. Add your plugin to plugins/
  3. Include README.md and skills with SKILL.md
  4. Submit a pull request

Plugin Requirements

  • Clear documentation
  • No secrets or credentials
  • Self-contained (or documented dependencies)
  • Tested with Claude Code

📄 License

MIT License - see LICENSE for details.


Direct-Write Cognition: Skills that let agents think directly into code.

About

Anthem's Claude Code Marketplace - A curated collection of skills and plugins for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors