wsc-chronicle

Emit and query world events with causality tracing in WSC.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill lets you emit and query world events, building a traceable, auditable history of what happened in the WSC world and why.

Core Features & Use Cases

  • Emit new chronicle events with type, location, participants, and data.
  • Query events by last, type, location, participants, time range, or causality.
  • Trace causality to understand what caused or was caused by a given event.

Quick Start

  • npx tsx .claude/skills/wsc-chronicle/scripts/emit.ts --type battle.resolved --where region.vega --who force.a,force.b --data '{"outcome":"victory"}' --summary "Raiders defeated..."
  • npx tsx .claude/skills/wsc-chronicle/scripts/query.ts --last 10
  • npx tsx .claude/skills/wsc-chronicle/scripts/query.ts --type battle.resolved --json