Rewrites Bash commands to remove unnecessary 2>&1, || true, | head, | tail, and set -e
A marketplace of Claude Code plugins.
claude plugin marketplace add wow-look-at-my/cc-marketplace#marketplace#latest
The marketplace is published as an orphan tag marketplace#latest that CI updates automatically on every push to master. The # after the repo name is the git ref separator, and marketplace#latest is the tag name.
# List available marketplaces
claude plugin marketplace list
# Install a plugin
claude plugin install plugin-name
# Enable/disable plugins
claude plugin enable plugin-name
claude plugin disable plugin-name
# Remove a plugin
claude plugin remove plugin-name
# Update plugins
claude plugin update plugin-name
# Update marketplaces
claude plugin marketplace update
plugins/example-plugin/ to plugins/your-plugin/.template. files (remove .template. from names).claude-plugin/plugin.json with your metadata.claude-plugin/marketplace.json| Guide | Description |
|---|---|
| Creating Plugins | Step-by-step plugin creation |
| Plugin Reference | Complete component reference |
| Marketplace Guide | Managing the marketplace |
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/ # Slash commands
├── agents/ # Subagent definitions
├── skills/ # Skills
├── .mcp.json # MCP server configs
└── README.md # Plugin docs
The plugins/example-plugin/ directory contains .template. files showing the correct structure and format for each component:
| File | Creates |
|---|---|
| plugin.template.json | Plugin metadata |
| command.template.md | Slash command |
| agent.template.md | Subagent definition |
| SKILL.template.md | Skill |
| .mcp.template.json | MCP server config |
| README.template.md | Plugin documentation |
Copy the folder, rename files (remove .template.), and edit.
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub wow-look-at-my/cc-marketplace --plugin cleanup-bash-cmdsCreate organized, well-structured HTML demo pages with separate CSS and JS files
MCP server wrapping jq for JSON filtering, querying, and transforming without Bash permission prompts
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.