help

Provide advisory prompt-routing context with explicit keyword control.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/wmasfoe/notch-pet --skill help-wmasfoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/wmasfoe/notch-pet/tree/main/.codex/skills/help
Command: npx skills add https://github.com/wmasfoe/notch-pet --skill help-wmasfoe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX provides advisory prompt-routing context that steers model behavior without activating any skill or workflow. Its scope covers triage guidance and explicit keyword control to ensure deterministic routing.

Core Features & Use Cases

  • Advisory prompt-routing context that guides outputs without activating workflows.
  • Clear separation between routing directives and deterministic control keywords to ensure predictable behavior.
  • Useful for onboarding teams to structure prompt guidance and routing.

Quick Start

Run /omx-setup to configure OMX, then use omx agents-init . to scaffold guidance directories.

Frequently Asked Questions about help

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

FAQPage Schema
What is advisory prompt-routing and how does it guide model behavior?

Advisory prompt-routing provides contextual guidance that steers model behavior without activating specific skills or workflows, ensuring deterministic routing through explicit keyword control and triage instructions.

How do I set up prompt-routing context for my team's workflow?

Run the /omx-setup command to configure routing context, then execute omx agents-init . to scaffold guidance directories for structuring prompt routing and triage logic.

Do I need a specific file structure for deterministic prompt routing?

Yes, deterministic prompt routing requires a valid Skill Unit structure containing frontmatter with name and description fields, alongside optional resources to properly separate routing directives from control keywords.

How does advisory routing differ from direct workflow activation?

Advisory routing differs by providing clear separation between routing directives and deterministic control keywords to guide outputs predictably, rather than directly activating specific workflows or skills.

When should I use prompt-routing context instead of manual prompt adjustments?

Use prompt-routing context when onboarding teams to structure prompt guidance or when you need predictable, deterministic routing behavior through explicit keyword control rather than relying on manual prompt engineering.