Deprecated compatibility shim for Claude advisor requests
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add Yeachan-Heo/oh-my-codex --skill "ask-claude" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/ask-claude/SKILL.md---
name: ask-claude
description: Deprecated compatibility shim for Claude advisor requests
---
# Ask Claude compatibility shim
Hard-deprecated. Do not invoke or route this skill for new work.
Use `$ask claude <question>` or `omx ask claude "<question>"` directly for Claude advisor workflows. This file exists only to preserve the public/catalog-visible `ask-claude` skill contract while the canonical `$ask` workflow owns provider selection.
Task: {{ARGUMENTS}}
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session