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)
- Host: GitHub
- URL: https://github.com/superbereza/superbereza.md
- Owner: superbereza
- Created: 2026-06-02T08:39:50.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-06-02T08:46:01.000Z (22 days ago)
- Last Synced: 2026-06-02T10:26:15.331Z (22 days ago)
- Topics: ai-agents, claude, claude-code, plugin-marketplace, skills
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.