add-verb

Add unique lowercase verbs and synonyms to MUD action handler lists.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/frizzle-chan/mudd --skill add-verb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-verb
Source: https://github.com/frizzle-chan/mudd/tree/main/.claude/skills/add-verb
Command: npx skills add https://github.com/frizzle-chan/mudd --skill add-verb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new verbs and their synonyms to the MUD's action word lists, ensuring consistent and flexible player input handling.

Core Features & Use Cases

  • Verb Expansion: Easily add new verbs (e.g., 'pummel') to existing action handlers (e.g., 'on_attack').
  • Synonym Management: Maintain a comprehensive list of player-friendly terms for game actions.
  • Use Case: A game designer wants to allow players to 'pummel' an enemy in addition to 'attacking'. This skill can add 'pummel' to the 'on_attack' verb list.

Quick Start

Add the verb 'pummel' to the 'on_attack' action using the add-verb skill.

Frequently Asked Questions about add-verb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new verbs and synonyms to MUD action handlers?

To add new verbs to MUD action handlers, you append terms like 'pummel' to predefined action word lists such as 'on_attack'. The skill ensures added verbs are unique, lowercase, and auto-sorted within designated files.

What MUD actions support verb expansion for player commands?

MUD verb expansion supports action handlers for look, touch, attack, use, take, open, close, and drop. You can add custom synonyms to any of these predefined verb lists to broaden player interaction vocabulary.

Can I use this skill to manage synonyms for game scripting commands?

Yes, you can manage synonyms for game scripting commands by adding new terms to existing action handlers. This maintains a comprehensive list of player-friendly terms while keeping all verb entries unique and auto-sorted.

Does the verb management process automatically format and sort new entries?

Verb management automatically formats new entries by converting them to lowercase and ensuring they are unique. It also auto-sorts the verbs within the designated files to maintain consistent action word lists.

What is the best way to expand MUD game interaction vocabulary without creating duplicate commands?

The best way to expand MUD game interaction vocabulary without duplicates is to add verbs through a management process that checks for uniqueness, enforces lowercase formatting, and auto-sorts entries within predefined action handler files.

Why are my custom MUD verbs not triggering the correct action handler?

Custom MUD verbs might not trigger the correct action handler if they are not properly added to the specific predefined word list, or if they fail the uniqueness and lowercase formatting requirements enforced during verb management.