ask-claude

Query Claude via OMX CLI and save a markdown artifact.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RJJJJ/project2 --skill ask-claude-rjjjj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-claude
Source: https://github.com/RJJJJ/project2/tree/main/.codex/skills/ask-claude
Command: npx skills add https://github.com/RJJJJ/project2 --skill ask-claude-rjjjj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the locally installed Claude CLI as a direct external advisor for focused questions, reviews, or second opinions.

Core Features & Use Cases

  • Local Claude CLI invocation through OMX for direct AI consultation and artifact capture.
  • Artifact generation: saves a reusable markdown artifact at .omx/artifacts/claude-<slug>-<timestamp>.md for auditing or reuse.
  • Flexible routing: supports explicit Claude CLI usage variants and mentions transitional wrappers for compatibility.

Quick Start

Run the local Claude CLI to ask a question and automatically save the artifact to .omx/artifacts.

Frequently Asked Questions about ask-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Claude locally via CLI and save the response as a markdown file?

You can use the local Claude CLI through OMX to ask Claude for focused advice. It automatically captures the response as a reusable markdown artifact at .omx/artifacts/claude-<slug>-<timestamp>.md for development decisions and product reviews.

Do I need Claude CLI installed to use local AI consultation for code reviews?

Yes, the Claude CLI must be installed and accessible in your local environment. The Skill invokes this local CLI to provide AI consultation and automatically save the resulting advice as a markdown artifact.

What is a reusable Claude artifact and how does it document development decisions?

A Claude artifact is a markdown file generated at .omx/artifacts/ that documents your local CLI interaction. It captures the AI advice for development and product decisions, creating an auditable record for later reference or reuse.

Can I use local CLI automation to get a second opinion from Claude on product decisions?

Yes, you can use the local CLI to get a second opinion from Claude on product decisions. The Skill captures the focused advice and generates a reusable markdown artifact documenting the interaction for auditing.

Where are Claude CLI interaction artifacts saved when using local AI assistant tools?

Artifacts from local Claude CLI interactions are saved at .omx/artifacts/claude-<slug>-<timestamp>.md. This specific file path ensures each interaction is uniquely documented and can be retrieved for later auditing or reuse.