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

Local-first AI tax preparer with encrypted PII built on MCP
A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

MCP Server for TypeScript Projects Replaces Claude Code's Grep Pattern with Indexed Symbol Lookups
A developer built an MCP server that replaces Claude Code's grep-and-guess pattern with indexed symbol lookups for TypeScript projects. The tool maintains a live SQLite index of symbols, call sites, imports, and class hierarchy, reducing token usage by 63-79% in tests.

SIDJUA Framework Adds Governance Layer to Autonomous AI Agents
SIDJUA is a framework with built-in governance, role-based authority rules, and full audit trails that sits on top of any AI model with an API. The demo shows a three-tier hierarchy that scales to 7+1 tiers, with every decision logged and costs tracked in real time.

Claude Code Adds Auto Mode for Permission Decisions
Claude Code now has an auto mode that lets Claude handle permission decisions instead of requiring manual approval for every file write and bash command. This mode includes safeguards that check each action before it runs, with a classifier reviewing tool calls for potentially destructive actions.