A Claude Code plugin marketplace. Small, opinionated plugins that lessen how often I swear at Claude.
Add the marketplace once, then install whatever you want from it.
/plugin marketplace add letitbe-dull/letitbe-plugged
/plugin install fucking-design@letitbe-plugged
| Plugin | What it does |
|---|---|
fucking-design |
Refuses templated AI-slop design. Makes Claude research the brief, produce three genuinely different directions, and pass a checkpoint before it's allowed to build. A bundled PreToolUse hook enforces that rather than asking nicely. |
.claude-plugin/marketplace.json marketplace manifest (lists every plugin)
plugins/<name>/ one directory per plugin
.claude-plugin/plugin.json plugin manifest
skills/ skills the plugin ships
hooks/ hooks the plugin ships
README.md plugin docs
- Claude Code with plugin support.
- Plugins may have their own requirements — check the plugin's README.
fucking-designneeds Python 3 on yourPATH, as eitherpython3orpython.
Contributions are welcome — open an issue or a pull request.
MIT — see LICENSE.