Back to list
jonathanprozzi

zork

by jonathanprozzi

11🍴 1📅 Jan 14, 2026

SKILL.md


name: zork description: Play Zork text adventure via dfrotz. Use /zork to play (e.g., /zork go north), /zork for status, /zork new to restart, /zork setup to configure Obsidian sync. allowed-tools: Bash, Read, Edit

Zork Interactive Fiction Skill

Play the classic text adventure Zork I via dfrotz, with persistent save state and optional Obsidian integration for capturing learnings.

Quick Reference

CommandWhat it does
/zork lookLook around current room
/zork go northMove north (or any direction)
/zork take lampPick up an item
/zork inventoryCheck what you're carrying
/zorkShow current status (look + inventory)
/zork newStart a fresh game
/zork setupConfigure Obsidian vault for sync

How to Play

Execute a single command:

bash scripts/play.sh "go north"

Check current status:

bash scripts/status.sh

Start a new game:

bash scripts/new.sh

Configure Obsidian sync:

bash scripts/setup.sh /path/to/your/vault

Game State

  • Save file: state/claude.sav.qzl - automatically saved after each command
  • Transcript: Append-only log of all commands and responses
  • Learnings: Your observations about the game (update with /zork reflect)

Obsidian Integration

If configured, transcript and learnings sync to your Obsidian vault as:

  • Claude Plays Zork Transcript.md
  • Claude Plays Zork Learnings.md

Run bash scripts/setup.sh to see current config or set a vault path.

Tips

  • Classic text adventure verbs: look, examine, take, drop, open, close, go, inventory
  • Directions: north, south, east, west, up, down, ne, nw, se, sw
  • You can abbreviate: n for north, i for inventory, l for look
  • Save happens automatically after each command

Purpose

This skill helps Claude build experiential intuition about text adventures and parser conventions, informing the design of AI companions in Emergent Quest.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon