wsc-effects

Apply chronicle event effects to world state entities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NicoFlows/WSC --skill wsc-effects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wsc-effects
Source: https://github.com/NicoFlows/WSC/tree/main/.claude/skills/wsc-effects
Command: npx skills add https://github.com/NicoFlows/WSC --skill wsc-effects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill applies chronicle event effects to the world state, turning events into concrete changes on entities. It provides a safe, auditable way to mutate strengths, relationships, and statuses based on game events.

Core Features & Use Cases

  • Apply effects for a specific event by id to see how that event would modify the world.
  • Process all pending events to advance the simulation in a batch.
  • Dry-run mode to preview changes without persisting them.
  • List available handlers to discover all supported event types.

Quick Start

  • npx tsx .claude/skills/wsc-effects/scripts/apply.ts evt_10492
  • npx tsx .claude/skills/wsc-effects/scripts/apply.ts --pending
  • npx tsx .claude/skills/wsc-effects/scripts/apply.ts evt_10492 --dry-run
  • npx tsx .claude/skills/wsc-effects/scripts/apply.ts --list-handlers