https://github.com/waitdeadai/claude-plugins
Self-hosted Claude Code marketplace from waitdeadai — Apache-2.0 plugins for out-of-band dark-pattern enforcement
https://github.com/waitdeadai/claude-plugins
ai-safety claude-code claude-plugins hooks llm-safety marketplace
Last synced: 5 days ago
JSON representation
Self-hosted Claude Code marketplace from waitdeadai — Apache-2.0 plugins for out-of-band dark-pattern enforcement
- Host: GitHub
- URL: https://github.com/waitdeadai/claude-plugins
- Owner: waitdeadai
- Created: 2026-05-16T16:30:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T07:42:28.000Z (about 2 months ago)
- Last Synced: 2026-05-29T09:24:05.407Z (about 2 months ago)
- Topics: ai-safety, claude-code, claude-plugins, hooks, llm-safety, marketplace
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waitdeadai Claude Code plugins
Self-hosted marketplace for the open-source Claude Code plugins from
[waitdeadai](https://github.com/waitdeadai). Apache-2.0.
## Why a self-hosted marketplace
The Anthropic community marketplace pipeline at
`claude-plugins-community` shows the same plugin as `Published` in the
submissions dashboard but does not list it in the live `marketplace.json`
for many submitters
([anthropics/claude-plugins-official#1272](https://github.com/anthropics/claude-plugins-official/issues/1272),
[#984](https://github.com/anthropics/claude-plugins-official/issues/984),
[#1292](https://github.com/anthropics/claude-plugins-official/issues/1292),
[#1597](https://github.com/anthropics/claude-plugins-official/issues/1597),
[#1887](https://github.com/anthropics/claude-plugins-official/issues/1887)).
Some submissions have been stuck for two months without resolution.
This marketplace bypasses that pipeline. Plugins listed here are installable
today, directly from this repo.
## Install
```bash
claude plugin marketplace add waitdeadai/claude-plugins
claude plugin install llm-dark-patterns@waitdeadai-plugins
```
To update after a new release:
```bash
claude plugin marketplace update waitdeadai-plugins
claude plugin update llm-dark-patterns@waitdeadai-plugins
```
## Plugins listed here
| Name | Description | Source |
|---|---|---|
| `llm-dark-patterns` | 31-hook out-of-band suite that blocks LLM dark-pattern closeouts. Apache-2.0. | https://github.com/waitdeadai/llm-dark-patterns |
| `searchoclock` | Date-aware, inter-agent error-troubleshooting hook: on a failure, research the current durable fix from live dated sources and have an independent second model validate it. Apache-2.0. | https://github.com/waitdeadai/searchoclock |
## Adding more plugins
Each plugin needs (at minimum) `.claude-plugin/plugin.json` at the plugin
repo root. Add an entry to `.claude-plugin/marketplace.json` here, push,
and users refresh with `claude plugin marketplace update waitdeadai-plugins`.
## License
Apache-2.0. The marketplace catalog (`.claude-plugin/marketplace.json`)
and this README are themselves under Apache-2.0; each listed plugin
carries its own LICENSE.