om-help

Routes Open Mercato tasks to the minimal set of guides, skills, and delivery workflows.

1.7k|382|Updated Sep 10, 2025
One-click install
npx skills add https://github.com/open-mercato/open-mercato --skill om-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: om-help
Source: https://github.com/open-mercato/open-mercato/tree/main/packages/create-app/agentic/shared/ai/skills/om-help
Command: npx skills add https://github.com/open-mercato/open-mercato --skill om-help

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When facing an unfamiliar or mixed Open Mercato request, it is hard to know which skill, guide, or workflow applies. This Skill classifies the task and returns the smallest ordered context plan instead of loading everything or guessing.

Core Features & Use Cases

  • Task Routing: Matches requests against the root AGENTS.md Task Router and classifies them by architecture, data, UI, integration, AI/workflow, debugging, or delivery family.
  • Delivery Workflow Selection: Chooses between direct small changes, one-shot PRs, spec-first implementation, issue fixes, reviews, or harness evolution using the delivery-workflows reference.
  • Minimal Context Plans: Returns an ordered list of guides and skills with justification and the smallest validation gate, without implementing the task itself.
  • Use Case: A developer asks "which skill should I use to add a payment provider with a checkout page?" The Skill routes to the integration-builder and backend-ui-design skills plus the appropriate delivery workflow.

Quick Start

Ask which skill or workflow to use for your Open Mercato task, for example: which skill should I use to add a new entity with an admin table?

Frequently Asked Questions about om-help

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

FAQPage Schema
How do I know which Open Mercato skill to use for a task?

Use the om-help routing skill, which matches your request against the root AGENTS.md Task Router and returns an ordered list of applicable skills and guides. It names candidate specialist skills without loading them until you select a branch.

How to choose between a direct fix and spec-first implementation in Open Mercato?

The delivery-workflows reference maps request shapes to workflows: small isolated fixes go directly to a domain skill, while large architectural or multi-step capabilities escalate to spec-first implementation with readiness review. Scope crossing schema, providers, or auth triggers escalation.

Does the om-help skill implement the task it routes?

No, om-help only produces a minimal multi-match context plan naming the relevant guides, skills, and validation gate. Implementation happens only when the user explicitly asks for it, after selecting a routed branch.

What task families does Open Mercato routing cover?

Routing covers module scaffolding, data model design, backend UI, system extension, integrations, AI agents, business workflows, troubleshooting, framework context, ejecting customizations, trimming modules, and harness evolution. Each family maps to a primary local skill plus optional additions.

When should I not use task routing for Open Mercato work?

Skip routing when the task family is already obvious from the root router and you know the exact domain skill needed. Routing adds value for unfamiliar, mixed, or comparison requests where multiple skills could apply.