add-verb

Installation
SKILL.md

Adding Verbs to Word Lists

Verb word lists map player input to entity handlers (OnLook, OnTouch, etc.).

Adding a Verb

Run the script from the project root:

./scripts/add_verb.py --action ACTION --verb VERB

Valid actions: Auto-discovered from data/verbs/on_*.txt files. Run ./scripts/add_verb.py --help to see current options.

Example: ./scripts/add_verb.py --action on_attack --verb pummel

Rules

  1. No duplicates: A verb can only exist in ONE file across all word lists
Related skills
Installs
17
GitHub Stars
3
First Seen
Jan 27, 2026