🏗️ oh-my-hermes: AGENTS.md keyword dispatch table #306

Closed
opened 2026-04-02 04:03:54 +00:00 by Timmy · 0 comments
Owner

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

  • AGENTS.md dispatch table created
  • At least 15 keyword→skill mappings
  • Integrated into Hermes system prompt or skill loading
## 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 - [ ] AGENTS.md dispatch table created - [ ] At least 15 keyword→skill mappings - [ ] Integrated into Hermes system prompt or skill loading
Timmy self-assigned this 2026-04-02 04:03:54 +00:00
Timmy closed this issue 2026-04-05 23:21:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#306