Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-organized CLI skill body that avoids padding and stays lean. Its main weakness is actionability: the flags and several advertised capabilities lack concrete, executable examples.
Suggestions
Add executable examples for each flag, e.g. 'omniroute models openai --search vision --json' and 'omniroute models --json | jq', so the guidance is copy-paste ready.
Demonstrate the advertised capabilities that are currently missing examples — listing aliases and searching by capability — so every claim in the description maps to a concrete command.
Expand beyond the single 'models' subcommand or explicitly state if other subcommands are out of scope, since the body implies a fuller catalog than it documents.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with no concept explanations Claude already knows — 'Quick install', a one-line subcommand, flags, and a single example — and every token earns its place, matching the lean/efficient anchor. | 3 / 3 |
Actionability | The install command is concrete, but the subcommand example 'omniroute models [provider]' is a usage skeleton and flags --search and --json are listed without usage examples, while claimed capabilities like alias listing and capability search are never demonstrated, matching the 'some concrete guidance but incomplete' anchor rather than copy-paste ready. | 2 / 3 |
Workflow Clarity | This is a simple single-purpose skill under 50 lines with no destructive or batch operations, and the Quick install → subcommand path is unambiguous, so per the simple-skills scoring note it scores 3; it is not capped because no risky operations require validation. | 3 / 3 |
Progressive Disclosure | With under 50 lines, no bundle files, and well-organized sections (Overview, Quick install, Subcommands), the simple-skill guideline permits a 3 even without external references. | 3 / 3 |
Total | 11 / 12 Passed |