Claude Text Adventure Skill v1.1.0 Adds Campaign Arcs and Enhanced NPCs

What's New in v1.1.0
The text adventure skill for Claude (claude.ai/Claude Desktop) has been updated to version 1.1.0, adding persistent campaign mechanics and enhanced game systems.
Campaign Arcs - Your Story Continues
Previously each adventure was a closed loop. Now when you finish an adventure, you can continue to the next arc as the same character:
- Character carries forward - level, stats, proficiencies, reputation
- World consequences persist - factions remember you, NPCs remember you, your choices shaped the world
- New arc, new adventure - fresh inventory, new quests, but in a world shaped by everything you did before
- Epic arcs unlock at level 5+ - longer, higher-stakes narratives
- Branching arcs - your choices at the end of one arc determine which adventure comes next
NPCs Got Smarter
NPCs now have actual stats (STR, DEX, CON, INT, WIS, CHA) and levels. When you try to persuade, deceive, or pickpocket an NPC, the GM secretly rolls for them too - you only see the narrative outcome, never the NPC's numbers. A level 2 bartender is easier to bluff than a level 8 faction leader.
Visual Atmosphere Module
New optional module that makes scenes feel different:
- Environmental particles - dust motes in abandoned corridors, rain outside, sparks from damaged systems
- Screen shake on explosions and damage
- Colour flash on critical hits and level-ups
- Cinematic letterboxing during climactic scenes
- UI degradation - as narrative tension rises, the interface itself starts showing wear. Borders flicker, colours desaturate, the widget feels damaged
- Day/night cycle - the ambient lighting shifts based on in-game time
Procedural Audio
Optional ambient soundscapes via Web Audio API - synthesised ship engine hum, rain, heartbeat during tense moments, alarms. No external audio files, all generated in the browser. Play/stop button, 30 second max, no looping.
Tiered Module Loading
Under the hood: the skill now has a priority system for which of its 22 modules Claude reads first. This fixes issues where Claude would skip critical files, leading to broken saves or visual style drift.
How to Try It
- Download text-adventure.zip from the GitHub releases page
- In Claude Desktop or claude.ai, upload the zip as a project file (Skills section)
- Start a new conversation and say "Let's play a text adventure"
- Pick a scenario, create a character, and explore
Designed for Opus and Sonnet. This is a passion project. The GitHub repo has the full source and release history. Fully free to use and tweak as you please.
TL;DR: A text adventure skill for Claude (claude.ai / Claude Desktop) that turns it into a full tabletop RPG game master - complete with 3D dice, interactive widgets, save/load, and now multi-arc campaigns where your choices carry forward.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction
EdgeTales is an open-source text-based solo RPG engine where dice mechanics determine outcomes and Claude AI generates atmospheric prose. The system uses three Claude instances in a pipeline: Brain (Haiku) for parsing input to JSON, Narrator (Sonnet) for writing prose, and Director (Haiku) for async scene analysis.

audio-analyzer-rs: An MCP Server for Audio Analysis with Claude
A developer built audio-analyzer-rs, an MCP server in Rust that gives Claude direct access to audio file analysis including spectral, harmonic, rhythm, LUFS loudness (EBU R128), and dynamic range measurements. The tool is token-efficient, with Claude starting at low resolution and zooming in on small chunks as needed.

Prism MCP v2.1 adds persistent memory to Claude sessions
Prism MCP v2.1.0 'The Mind Palace' provides persistent session memory for Claude, eliminating the need to re-explain project context. It features local SQLite storage, a visual memory browser, state rollback, and cross-client context sync.

IUM: MCP Symbol Indexer Cuts AI Agent Token Usage by 15.9x vs grep
IUM indexes codebases into an SQLite matrix of symbol events, exposing exact file:line coordinates, call graph tracing, and semantic search via MCP. Benchmarked against DataFusion (1,538 files) showing 15.9x fewer tokens than grep for equivalent queries.