What problem does it solve? Getting a second opinion from an external AI advisor usually means copy-pasting context between tools and losing the results. This Skill routes focused questions to a locally installed Claude or Gemini CLI and preserves every exchange as a reusable markdown artifact. ## Core Features & Use Cases - Backend Selection: Choose between the Claude or Gemini local CLI based on the request, replacing the older separate ask-claude and ask-gemini skills. - Local-First Execution: Runs the installed CLI binary directly and never silently falls back to an MCP or remote provider when the binary is missing. - Artifact Capture: Saves each session to .omx/artifacts/ask-<backend>-<slug>-<timestamp>.md with the original task, final prompt, raw CLI output, summary, and action items. - Use Case: Ask Claude to review a tricky function for edge cases, then keep the full transcript and next steps in the artifacts folder for later reference. ## Quick Start Ask the local Claude CLI to review my authentication module for security issues and save the response as an artifact.