askill
ask

askSafety 88Repository

Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifact

17.8k stars
355.6k downloads
Updated 2 weeks ago

Package Files

Loading files...
SKILL.md

Ask

Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.

Usage

/oh-my-claudecode:ask <claude|codex|gemini> <question or task>

Examples:

/oh-my-claudecode:ask codex "review this patch from a security perspective"
/oh-my-claudecode:ask gemini "suggest UX improvements for this flow"
/oh-my-claudecode:ask claude "draft an implementation plan for issue #123"

Routing

Preferred path:

omc ask {{ARGUMENTS}}

Requirements

  • The selected local CLI must be installed and authenticated.
  • Verify availability with the matching command:
claude --version
codex --version
gemini --version

Artifacts

omc ask writes artifacts to:

.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md

Task: {{ARGUMENTS}}

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 3/19/2026

A practical, well-structured skill for routing prompts through local LLM CLIs (Claude, Codex, Gemini) with artifact persistence. Contains clear examples, version checks, and organized sections. Somewhat project-specific to oh-my-claudecode but the core functionality is reusable. Missing error handling guidance but otherwise complete and actionable.

88
82
82
68
80

Metadata

Licenseunknown
Version-
Updated2 weeks ago
PublisherYeachan-Heo

Tags

llmpromptingsecurity