An open API service indexing awesome lists of open source software.

https://github.com/superbereza/superbereza.md

Public Claude Code plugin marketplace — cross-agent skills (Things 3, file/app sharing, remote-control launcher)
https://github.com/superbereza/superbereza.md

ai-agents claude claude-code plugin-marketplace skills

Last synced: 22 days ago
JSON representation

Public Claude Code plugin marketplace — cross-agent skills (Things 3, file/app sharing, remote-control launcher)

Awesome Lists containing this project

README

          

# superbereza.md

> *The repository that will replace me. Patiently.*

A public **Claude Code plugin marketplace** — small, cross-agent skills for AI coding agents. Each plugin is a standalone repo; this marketplace just aggregates them so you can install with one command.

## Use

```text
/plugin marketplace add superbereza/superbereza.md

# everything at once (umbrella plugin):
/plugin install i-want-it-all@superbereza.md

# …or pick individually:
/plugin install things@superbereza.md
/plugin install drop@superbereza.md
/plugin install claude-remote@superbereza.md
```

Non-interactive equivalent:

```bash
claude plugin marketplace add superbereza/superbereza.md
claude plugin install things@superbereza.md
```

## Plugins

| Plugin | What it does | Repo |
|---|---|---|
| `things` | Things 3 CLI + skill — read/write tasks, JSON output | [things-cli](https://github.com/superbereza/things-cli) |
| `drop` | Share any file, folder, or app via a password-protected HTTPS link | [agent-instant-drop](https://github.com/superbereza/agent-instant-drop) |
| `claude-remote` | Launch Claude Code Remote Control sessions in a detached tmux pane | [claude-remote-launcher](https://github.com/superbereza/claude-remote-launcher) |
| `i-want-it-all` | Umbrella — installs all of the above at once (depends on the three plugins) | — (lives here) |

Each plugin also works **standalone** (`git clone … && ./install.sh`) and as **its own marketplace** — see its repo. All are built to one skill-repo standard: the same `skills/` directory is consumed by **Claude Code, Cursor, Codex and Gemini**.