🏗️ oh-my-hermes: AGENTS.md keyword dispatch table #306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: oh-my-codex AGENTS.md
OMX uses a single AGENTS.md file that maps user keywords to skills/workflows.
Adapt for Hermes skill dispatch.
Implementation
Create a dispatch table mapping phrases to existing Hermes skills:
$plan→ writing-plans skill$debug→ systematic-debugging skill$review→ code-review skill$team N→ delegate_task with N subagents$ralph→ persistence loop (new skill above)Acceptance Criteria