enter-world

Launch Adventure Engine projects by building the frontend and starting the backend.

3|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/rjroy/adventure-engine-corvran --skill enter-world
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enter-world
Source: https://github.com/rjroy/adventure-engine-corvran/tree/main/corvran/skills/enter-world
Command: npx skills add https://github.com/rjroy/adventure-engine-corvran --skill enter-world

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) components.

What problem does it solve?

This skill automates the process of starting an Adventure Engine adventure — validating the project, booting the backend and frontend, and optionally opening a browser. It reduces setup friction and enables a quick start to gameplay.

Core Features & Use Cases

  • Launches the engine in the background (fire-and-forget) so you can continue other work.
  • Builds the frontend, starts the backend, and logs activity to .adventure-engine.log.
  • Provides a stop-world script to gracefully shut down the server when needed.

Quick Start

  • Launch with the current directory as the project root: run the launcher script: bash "${CLAUDE_PLUGIN_ROOT}/skills/enter-world/scripts/launch-world.sh" "$PWD"
  • To skip opening a browser (headless): bash "${CLAUDE_PLUGIN_ROOT}/skills/enter-world/scripts/launch-world.sh" --no-browser "$PWD"