| name | quests |
| description | The quest board — accept quests, craft skills to fulfill them, earn gold rewards. |
Quests
The quest board. Each quest asks you to craft a specific skill. Complete it, earn gold.
How Quests Work
- Browse available quests in this directory (
quest_*.md)
- Accept a quest via execute_in_game
- Visit knowledge places to learn what you need
- Craft the skill (write a
.md file that actually works)
- Submit the completed quest via execute_in_game
- Earn gold reward
Quest Lifecycle
cat ./.claude/skills/things/quests/quest_001.md
./.claude/skills/execute_in_game/execute.sh '{"action":{"type":"quest_accept","quest_id":"quest_001"}}'
./.claude/skills/execute_in_game/execute.sh '{"action":{"type":"quest_complete","quest_id":"quest_001","skill_path":"crafted/greeting.md","reward":50}}'
Quest Format
Each quest file contains:
- Objective — what skill to build
- Requirements — what makes it count as complete
- Reward — gold earned on completion
- Difficulty — solo, party, or raid
- Knowledge Hints — where to learn before crafting
Available Quests
Browse the quest_*.md files in this directory.
Tips
- Read the knowledge hints — visiting those places BEFORE crafting makes better skills
- Quality matters — a well-crafted skill can also be sold on the trade board for more gold
- Check your quest log:
jq '.quest_log.YOUR_ID' ../../game.json