Claude MCP Cheatsheet
Rogue Arena ships 120+ MCP tools driven by 11 Claude skills. The 9 you can invoke directly are listed below — the remaining two (architect-validator and architect-implementor) chain automatically after their parent skill finishes, so you don’t call them yourself.
Type the command, or just describe what you want and Claude will route automatically.
Active Deployment
Section titled “Active Deployment”Operate on a running deployment from your terminal.
| Command | What it does |
|---|---|
/rogue-active-deployment | List VMs, execute commands, read/grep files, list processes, manage snapshots, transfer files, and track engagement findings via the diary. |
/rogue-maldev | Red-team malware development and detection testing loop: snapshot → exec → SIEM query → revert → iterate. Bring your own tool, a technique list, or research TTPs. |
Rogue Architect
Section titled “Rogue Architect”Design scenarios, audit canvases, debug deployments, and write curriculum.
| Command | What it does |
|---|---|
/architect-brainstorm | Interactive scenario design — company context, infrastructure, characters, exploit paths. Produces scenario_part1-3.yml + exploit.yml, then auto-validates and implements. |
/architect-final-validate | Final pre-deploy audit: plugin coupling, run-order, exploit path trace, realism grade. Read-only. |
/architect-debug-deploy | Investigates deployment failures — Ansible errors, PowerShell issues, plugin misconfigurations. Requires a deployment ID. |
/architect-freeform | Manual canvas work with MCP tools. No guided pipeline; for ad-hoc adjustments to an existing canvas. |
/rogue-curriculum-builder | Build and edit curriculum — chapters, sections, CTF nodes, unlock keys, bulk inserts. Handles LINEAR and CTF layouts. |
Plugin Dev
Section titled “Plugin Dev”Build and iterate on the Ansible plugins that machines run during builds.
| Command | What it does |
|---|---|
/rogue-plugin-brainstorm | Brainstorm a new Ansible plugin project — research install approaches, scaffold local files. |
/rogue-plugin-develop | Iterate on an existing plugin — write YAML, update vault files, maintain download scripts. |