Skip to content

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.

Operate on a running deployment from your terminal.

CommandWhat it does
/rogue-active-deploymentList VMs, execute commands, read/grep files, list processes, manage snapshots, transfer files, and track engagement findings via the diary.
/rogue-maldevRed-team malware development and detection testing loop: snapshot → exec → SIEM query → revert → iterate. Bring your own tool, a technique list, or research TTPs.

Design scenarios, audit canvases, debug deployments, and write curriculum.

CommandWhat it does
/architect-brainstormInteractive scenario design — company context, infrastructure, characters, exploit paths. Produces scenario_part1-3.yml + exploit.yml, then auto-validates and implements.
/architect-final-validateFinal pre-deploy audit: plugin coupling, run-order, exploit path trace, realism grade. Read-only.
/architect-debug-deployInvestigates deployment failures — Ansible errors, PowerShell issues, plugin misconfigurations. Requires a deployment ID.
/architect-freeformManual canvas work with MCP tools. No guided pipeline; for ad-hoc adjustments to an existing canvas.
/rogue-curriculum-builderBuild and edit curriculum — chapters, sections, CTF nodes, unlock keys, bulk inserts. Handles LINEAR and CTF layouts.

Build and iterate on the Ansible plugins that machines run during builds.

CommandWhat it does
/rogue-plugin-brainstormBrainstorm a new Ansible plugin project — research install approaches, scaffold local files.
/rogue-plugin-developIterate on an existing plugin — write YAML, update vault files, maintain download scripts.