ask
How to Install
Claude Code:
git clone --depth 1 https://github.com/wallacedobbs428/thecalltaker.git && cp thecalltaker/.claude/skills/ask ~/.claude/skills/ask -r---
name: ask
description: Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifact
---
# 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
```bash
/oh-my-claudecode:ask
```
Examples:
```bash
/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:
```bash
omc ask {{ARGUMENTS}}
```
## Requirements
- The selected local CLI must be installed and authenticated.
- Verify availability with the matching command:
```bash
claude --version
codex --version
gemini --version
```
## Artifacts
`omc ask` writes artifacts to:
```text
.omc/artifacts/ask/--.md
```
Task: {{ARGUMENTS}}
Details
| Category | Coding → generation |
| Source | wallacedobbs428/thecalltaker |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 100 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
jq
jq — JSON Querying and Transformation Overview jq is the standard CLI tool for querying and reshapin
pubmed-database
PubMed Database Overview PubMed is the U.S. National Library of Medicine's comprehensive database pr
angular-ui-patterns
Angular UI Patterns Core Principles Never show stale UI - Loading states only when actually loading
cc-skill-continuous-learning
cc-skill-continuous-learning Development skill skill. When to Use This skill is applicable to execut
Works Well With
Skills from the same repository — often designed to work together
vue
--- name: vue description: Vue 3 Composition API, script setup macros, reactivity system, and built-
SKILL.md.template
--- name: >- {{ skillname }} description: >- {{ skilldescription }} --- {{ skillname }} {{ skillintr
hud
--- name: hud description: Configure HUD display options (layout, presets, display elements) role: c