skills/ask/SKILL.md
Process-first advisor routing for multi-model consultation via ask commands, with artifact capture and no raw CLI assembly
npx skillsauth add Thomashighbaugh/opencode askInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use OMC's canonical advisor skill to route a prompt through the local OpenCode, Codex, or Gemini CLI and persist the result as an ask artifact.
/ask <opencode|codex|gemini> <question or task>
Examples:
/ask codex "review this patch from a security perspective"
/ask gemini "suggest UX improvements for this flow"
/ask opencode "draft an implementation plan for issue #123"
Required execution path — always use this command:
omc ask {{ARGUMENTS}}
Do NOT manually construct raw provider CLI commands. Never run codex, opencode, or gemini directly to fulfill this skill. The omc ask wrapper handles correct flag selection, artifact persistence, and provider-version compatibility automatically. Manually assembling provider CLI flags will produce incorrect or outdated invocations.
opencode --version
codex --version
gemini --version
omc ask writes artifacts to:
.opencode/state/artifacts/ask/<provider>-<slug>-<timestamp>.md
Task: {{ARGUMENTS}}
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
tools
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
testing
Structured visual QA verdict for screenshot-to-reference comparisons