CtrlK
BlogDocsLog inGet started
Tessl Logo

x-omo

Use when user asks for non-Claude model dispatch (GPT-5, Gemini, Codex, o3) or invokes OMO agents (oracle, explore, librarian, multimodal-looker) — bridges Claude Code to OpenCode CLI, handles agent catalog, model routing flags, and prompt-block construction

67

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

65%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with concrete commands and routing tables, but it leans slightly redundant on command syntax and references several detail files that are missing from the bundle. Workflow sequencing is reasonable yet lacks explicit validation checkpoints.

Suggestions

Add the missing referenced files (agents/oracle.md, agents/explore.md, agents/librarian.md, agents/multimodal-looker.md, models-routing.md, gotchas.md) or remove the links so progressive disclosure is not broken.

Consolidate the repeated `omo-agent` invocation syntax into one section and cross-reference it elsewhere to reduce redundancy.

Add an explicit validate→fix→retry checkpoint after agent runs that modify files (e.g., run tests/diagnostics and re-dispatch on failure) to strengthen workflow clarity.

DimensionReasoningScore

Conciseness

Mostly efficient and assumes Claude's competence (no basic-concept padding), but the `omo-agent` command syntax recurs across Quick Dispatch, How to Invoke, and Model Routing, so it could be tightened.

2 / 3

Actionability

Provides fully executable, copy-paste-ready commands — `omo-agent oracle "prompt"`, `omo-agent --model <alias> "<prompt>"`, `--file`/`--skill` flags, timeout 600000, `run_in_background: true` — with concrete alias-to-model tables.

3 / 3

Workflow Clarity

A dispatch→collect→synthesize sequence is present with an error-handling map, but validation checkpoints are implicit (only 'if an agent modified files, verify') rather than explicit validate→fix→retry loops.

2 / 3

Progressive Disclosure

The overview is well-sectioned and signals one-level-deep references, but 5 of 6 referenced files (agents/*.md, models-routing.md, gotchas.md) do not exist in the bundle; only references/prompt-blocks.md is present, so navigation is partly broken.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, complete, and distinctive: it names concrete capabilities, includes an explicit 'Use when' trigger with natural model/agent terms, and occupies a clear niche unlikely to conflict with other skills. No meaningful weaknesses.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'non-Claude model dispatch', 'bridges Claude Code to OpenCode CLI', 'handles agent catalog, model routing flags, and prompt-block construction' — matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both: what ('bridges Claude Code to OpenCode CLI, handles agent catalog, model routing flags, and prompt-block construction') and when ('Use when user asks for non-Claude model dispatch... or invokes OMO agents').

3 / 3

Trigger Term Quality

Covers natural terms users would say — model names 'GPT-5, Gemini, Codex, o3' and agent names 'oracle, explore, librarian, multimodal-looker' — giving good coverage rather than just jargon.

3 / 3

Distinctiveness Conflict Risk

Names a clear niche (non-Claude model dispatch via OpenCode CLI) with distinct model and agent identifiers, making it unlikely to trigger for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

relative_links

Relative link issues: 4 missing

Warning

Total

14

/

16

Passed

Repository
quangtran88/x-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.