Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub goodsmileduck/claude-registrySkills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Share bugs, ideas, or general feedback.
A community marketplace of Claude Code plugins for productivity, code quality, and developer workflows.
Discover, install, and share plugins that enhance your Claude Code experience. From CLAUDE.md optimization to custom workflows - find the tools you need in one place.
Add this marketplace to Claude Code and start installing plugins:
# Add the marketplace
/plugin marketplace add Goodsmileduck/goodsmileduck-claude-registry
# Install any plugin
/plugin install claude-md-optimizer@claude-registry
Analyzes and optimizes CLAUDE.md files following Anthropic's official best practices.
| Feature | Description |
|---|---|
| Audit | Check existing CLAUDE.md against best practices checklist |
| Identify | Find anti-patterns and security issues |
| Recommend | Generate optimization recommendations |
| Score | Rate your configuration (1-10 scale) |
| Apply | Automatically apply improvements or suggest changes |
Install:
/plugin install claude-md-optimizer@claude-registry
Usage:
/claude-md-optimizer
Analyze and clean DigitalOcean Container Registry images. Requires doctl CLI.
| Feature | Description |
|---|---|
| Analyze | List all repos with tag counts, dates, and latest tags |
| Clean | Delete old tags, keep newest N per repo |
| Dry Run | Preview what would be deleted before executing |
| Stale | Find repos not updated in N months |
| GC | Trigger garbage collection to reclaim storage |
Install:
/plugin install do-registry-cleanup@claude-registry
Triggers: "clean registry", "delete old images", "DO registry", "registry cleanup"
Add the marketplace to access all plugins:
/plugin marketplace add Goodsmileduck/goodsmileduck-claude-registry
Then install any plugin from the registry:
/plugin install <plugin-name>@claude-registry
For development or offline use:
# Clone the repository
git clone https://github.com/Goodsmileduck/goodsmileduck-claude-registry.git
# Add marketplace from local path
/plugin marketplace add /path/to/claude-registry
claude-registry/
├── .claude-plugin/
│ ├── plugin.json # Root plugin manifest
│ └── marketplace.json # Marketplace definition
└── plugins/
├── claude-md-optimizer/ # CLAUDE.md optimization plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── claude-md-optimizer/
│ ├── SKILL.md
│ └── references/
│ └── best-practices.md
└── do-registry-cleanup/ # DO Container Registry cleanup
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── do-registry-cleanup/
├── SKILL.md
└── scripts/
└── registry_cleanup.py
Contributions are welcome! If you have a plugin idea or want to share your workflows: