add-verb
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
- No duplicates: A verb can only exist in ONE file across all word lists
More from frizzle-chan/mudd
discord-markdown
>-
31ruff-formatter
>-
30discord-py
Build Discord bots using discord.py. Use when the user asks about Discord bot development, discord.py library, bot commands, slash commands, Discord intents, or Discord API integration. Covers Client, Bot, events, commands extension, app_commands, views, buttons, modals, and cogs.
23postgres-migrations
Write safe PostgreSQL migrations that avoid blocking reads/writes. Use when creating migrations, adding columns, indexes, constraints, or modifying tables. Based on Squawk linter rules.
20healtests
Iteratively fix test failures until all tests pass. Use when tests are failing and you want Claude to automatically plan and fix them in a loop.
17add-check
Add a new code quality check to CI, justfile, and pre-commit hooks. Use when adding linters, formatters, type checkers, or other code quality tools to the project.
17