Claude Code plugins for Overthink — the container management experience for you and your AI
npx claudepluginhub overthinkos/overthink-pluginsDevelopment tools and enforcement agents for Overthink contributors
MCP server for JupyterLab notebook operations with real-time collaboration
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Claude Code plugins for Overthink — the container management experience for you and your AI.
| Use Case | Plugins |
|---|---|
| Building and running images | ov |
| Contributing to the ov CLI | ov + ov-dev |
| Layer and image reference | ov-layers + ov-images |
| Programmatic notebook access | ov-jupyter |
Skills for composing, building, and running container images with the ov CLI.
| Skill | Invocation | Description |
|---|---|---|
| alias | /ov:alias | Command aliases (ov alias add/remove/install) |
| build | /ov:build | Building images (ov build, task build:*, caches) |
| cdp | /ov:cdp | Chrome DevTools Protocol (ov cdp open/list/click/eval) |
| cmd | /ov:cmd | Single command execution with D-Bus notification |
| config | /ov:config | Unified setup: quadlet + secrets + volumes + data provisioning |
| dbus | /ov:dbus | D-Bus interaction inside containers (notify, call, list, introspect) |
| deploy | /ov:deploy | Deployment (quadlet, bootc, tunnels, volume backing) |
| doctor | /ov:doctor | Host dependency and hardware checks |
| enc | /ov:enc | Encrypted volumes (ov config mount/unmount/status/passwd) |
| generate | /ov:generate | Containerfile generation from images.yml and layers |
| image | /ov:image | Image composition (images.yml, defaults, inheritance) |
| inspect | /ov:inspect | Image inspection (resolved config as JSON) |
| layer | /ov:layer | Layer authoring (layer.yml, root.yml, pixi.toml, etc.) |
| list | /ov:list | List images, layers, targets, services, routes, volumes, aliases |
| logs | /ov:logs | Service log viewing (ov logs, -f for follow) |
| merge | /ov:merge | Post-build layer optimization via merging small layers |
| new | /ov:new | Scaffold new layers (ov new layer) |
| openclaw | /ov:openclaw | OpenClaw AI gateway configuration |
| record | /ov:record | Recording sessions (ov record start/stop/list/cmd) |
| remove | /ov:remove | Remove service container, quadlet, and deploy.yml entry |
| secrets | /ov:secrets | KeePass .kdbx and GPG secret management |
| service | /ov:service | Init system service management inside containers |
| settings | /ov:settings | Runtime configuration (ov settings get/set/list/reset) |
| shell | /ov:shell | Shell access (ov shell, --tty, -c, exec) |
| start | /ov:start | Start container as background service |
| status | /ov:status | Service status with tool probes and device detection |
| stop | /ov:stop | Stop running container |
| tmux | /ov:tmux | Persistent tmux sessions (ov tmux shell/cmd/run/attach/capture) |
| udev | /ov:udev | GPU device access rules (ov udev status/generate/install/remove) |
| update | /ov:update | Update image and restart with data sync |
| validate | /ov:validate | Validation rules and error handling (ov validate) |
| version | /ov:version | Show CLI version information |
| vm | /ov:vm | Virtual machines (ov vm build/create/start/stop) |
| vnc | /ov:vnc | VNC desktop automation (ov vnc screenshot/click/type) |
| wl | /ov:wl | Desktop automation (22 commands + 12 sway IPC commands) |
| wl-overlay | /ov:wl-overlay | Wayland overlays for screen recordings |
Development tools and enforcement agents for contributors.
Skills:
| Skill | Invocation | Description |
|---|---|---|
| go | /ov-dev:go | Go CLI development (build, test, code map) |
| generate | /ov-dev:generate | Containerfile generation internals and debugging |
Agents:
| Agent | Type | Trigger |
|---|---|---|
| layer-validator | Blocking | Before editing layer.yml files |
| root-cause-analyzer | Blocking | Any error in output |
| testing-validator | Blocking | Claiming something "works" |
MCP Server: GitHub (22 tools for issues, PRs, workflows, repo operations)
Jupyter MCP server for programmatic notebook access with real-time collaboration.
MCP Server: Streamable HTTP at http://localhost:8888/mcp (when jupyter-colab or jupyter-colab-ml container is running).
| Tool | Description |
|---|---|
| list_notebooks | List all notebooks in the workspace |
| get_notebook | Read full notebook content |
| create_notebook | Create a new notebook |
| open_notebook_session | Open a CRDT collaboration session |
| close_notebook_session | Close a collaboration session |
| get_cell | Read a specific cell |
| update_cell | Modify cell source or type |
| insert_cell | Add a new cell at position |
| delete_cell | Remove a cell |
| execute_cell | Run a cell and return output |
| watch_notebook | Watch for real-time changes |
| get_active_sessions | List open collaboration sessions |
| get_active_users | List connected collaborators |
Multiple MCP clients can edit the same notebook simultaneously — changes sync via CRDT.