backpack
01rc-ventura/fantasy-gamebook-engine
Command Claude Code
Open the backpack — list inventory, gold and provisions from real MCP state, and let the player use/consume an item (a real state change via MCP).
rc-ventura/fantasy-gamebook-engine
Command Claude Code
Open the backpack — list inventory, gold and provisions from real MCP state, and let the player use/consume an item (a real state change via MCP).
rc-ventura/fantasy-gamebook-engine
Command Claude Code
Show the hero's character sheet (skill/stamina/luck, gold, provisions, inventory, conditions) from real MCP state. Works even during combat.
rc-ventura/fantasy-gamebook-engine
Command Claude Code
Show the map — current location and visited locations from real MCP world state.
rc-ventura/fantasy-gamebook-engine
Command Claude Code
Save the game — create a checkpoint of current progress via MCP and confirm it.
rc-ventura/fantasy-gamebook-engine
Skill Claude CodeCodex
Runs a single combat encounter for the gamebook engine, end to end, via MCP tools only (startcombat, resolvecombatround, fleecombat, endcombat). The Game Master delegates a fight to this, passing the hero's current skill/stamina/luck, the enemy list, and whether fleeing is allowed; each round it asks the player…
rc-ventura/fantasy-gamebook-engine
Skill Claude CodeCodex
The narrator/master for the solo gamebook engine. Activate at the start of any play session and for every story turn. It runs the session-opening sequence (read character sheet, world, events, and summary from MCP before narrating), creates or resumes a character, narrates turns in second person with numbered choices…
rc-ventura/fantasy-gamebook-engine
Skill Claude CodeCodex
Adventure module (lore pack) for the gamebook engine — the "Ignarok" debut adventure. The Game Master loads this to improvise every scene: opening hook, the progressive zones of the Grey Mountain, the bestiary (enemies plug directly into startcombat), the victory condition, and special rules (traps, bribes, healing).…
rc-ventura/fantasy-gamebook-engine
MCP server Claude CodeCodexCursor
MCP server "gamebook" as configured in rc-ventura/fantasy-gamebook-engine. Runs locally from the python Python package.
rc-ventura/fantasy-gamebook-engine
Instructions file
Claude Code instructions for rc-ventura/fantasy-gamebook-engine, covering claude.md, status: phase-1 mvp implemented, build / test / run, what this is and architecture: modules depend only on interfaces.