rogue-curriculum-builder

Create and edit Rogue Arena curricula with chapters, sections, and content blocks.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rogue-labs-cyber/rogue-arena-mcp --skill rogue-curriculum-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rogue-curriculum-builder
Source: https://github.com/rogue-labs-cyber/rogue-arena-mcp/tree/main/plugins/rogue-curriculum-builder/skills/rogue-curriculum-builder
Command: npx skills add https://github.com/rogue-labs-cyber/rogue-arena-mcp --skill rogue-curriculum-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables curriculum designers to programmatically create and edit training content in Rogue Arena, reducing manual setup time and ensuring consistency across sections, chapters, and CTF nodes.

Core Features & Use Cases

  • Curriculum orchestration: create sections, chapters, and blocks across LINEAR and CTF layouts.
  • Media and unlocks: insert media, manage unlock keys, and attach assets to content blocks.
  • Bulk operations with safeguards: bulk create/edit while enforcing checks like reading current chapter blocks before writing and validating layout types.

Quick Start

Create a new chapter in your curriculum and add three blocks using the 22 CURRICULUM tools.

Frequently Asked Questions about rogue-curriculum-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I programmatically create curriculum chapters and content blocks in Rogue Arena?

To create curriculum chapters and content blocks in Rogue Arena, you use the Skill's CURRICULUM tools to programmatically build sections and blocks across LINEAR or CTF layouts. It requires discovering available tools and retrieving the current structure before writing to avoid duplicates.

Can I bulk create curriculum sections and manage unlock keys for CTF layouts?

Yes, you can bulk create and edit curriculum sections while managing unlock keys for CTF layouts. The Skill enforces bulk operation safeguards by validating layout types and requiring a read of current chapter blocks before writing to prevent data loss.

What's the best way to add media assets to linear curriculum blocks?

The best way to add media assets to linear curriculum blocks is by using the CURRICULUM tools to insert media and attach assets directly to content blocks. This ensures consistency across sections while maintaining the structural integrity of the LINEAR layout.

Why do I need to read the current curriculum structure before editing chapters?

You need to read the current curriculum structure before editing chapters to enforce read-before-write discipline. This safeguard prevents duplicate content blocks and data loss when performing bulk operations across multiple chapters in your Rogue Arena curriculum.

Does the Rogue Arena curriculum builder support both LINEAR and CTF layout types?

Yes, the Rogue Arena curriculum builder supports both LINEAR and CTF layout types. It allows educators to programmatically create sections, chapters, and content blocks across either layout while validating the specific layout type during bulk operations.