From rarcane
Use when the user wants to inspect or manage Arcane Docker resources through rarcane, including projects, containers, images, networks, volumes, registries, vulnerability scans, image updates, environments, system operations, or GitOps syncs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rarcane:rarcaneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `arcane` MCP tool for Arcane Docker management. Prefer read actions first. For destructive actions, explain the likely effect and pass `params.confirm=true` only after the user has clearly asked for the operation.
Use the arcane MCP tool for Arcane Docker management. Prefer read actions first. For destructive actions, explain the likely effect and pass params.confirm=true only after the user has clearly asked for the operation.
mcp__rarcane__arcane(action="status")
mcp__rarcane__arcane(action="container", subaction="list", envId="default")
mcp__rarcane__arcane(action="project", subaction="list", envId="default")
mcp__rarcane__arcane(action="system", subaction="docker-info", envId="default")
mcp__rarcane__arcane(action="container", subaction="stop", envId="default", id="nginx", params={"confirm":true})
| Domain | Typical Read Actions | Typical Write Actions |
|---|---|---|
environment | list, get, test | create, update, delete |
project | list, get | create, up, down, restart, pull, destroy, redeploy, build |
container | list, get, stats | create, start, stop, restart, update, delete |
image | list, get | pull, delete, prune, scan |
network | list, get | create, delete, prune |
volume | list, get, browse, list-backups | create, delete, prune, backup and restore actions |
system | docker-info, convert | prune, start-all, stop-all |
image-update | check-all, check, check-batch, summary | none |
vulnerability | summary, list, scanner-status, list-ignored | ignore, unignore |
registry | list, get, test | create, update, delete |
gitops | list, get, status, browse | create, update, delete, sync |
envId for environment-scoped actions.help with an optional domain when unsure.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jmagar/dendrite --plugin rarcane