https://github.com/tmpdir-org/tmpdir-claude-code-marketplace
A collection of Claude Code plugins I use to enhance development workflows.
A documentation-driven development plugin that helps you plan and implement code changes based on markdown documentation.
- Add this marketplace to Claude Code:
/plugin marketplace add cbrake/claude-plugins- Install the plugin:
/plugin install doc-driven-development@cbrakeFor local plugin development and testing, create a local marketplace:
# Add local marketplace
/plugin marketplace add /path/to/claude-plugins
# Install from local marketplace
/plugin install doc-driven-development@cbrakeTo get the latest:
/plugin marketplace update cbrakeThis appears to update all the plugins from this marketplace.
This repository follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
└── commands/
└── command-name.md # Command definitions
- Command definitions are markdown files - Each
.mdfile incommands/becomes a slash command - Commands are prompts - The markdown content is given to Claude Code when invoked
- Plugin metadata - The
plugin.jsondefines the plugin's identity
See CLAUDE.md for detailed development guidance.
To add a new plugin to this repository:
- Create a new directory with your plugin structure
- Add plugin metadata in
.claude-plugin/plugin.json - Define commands in the
commands/directory - Update
.claude-plugin/marketplace.jsonto include your plugin - Submit a pull request
- Claude Code CLI
- Git (for plugins that use git-based workflows)
MIT
If you use this, please star the repo and let us know.