ask

Route prompts to local AI providers and persist responses as artifacts.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Rheinmir/skills-kit --skill ask-rheinmir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/Rheinmir/skills-kit/tree/main/skills/ask
Command: npx skills add https://github.com/Rheinmir/skills-kit --skill ask-rheinmir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route prompts through local AI providers (Antigravity, Codex, or Gemini) and persist the results as reusable artifacts, eliminating manual reruns and ad-hoc logging.

Core Features & Use Cases

  • Route prompts to a local AI provider using the omc wrapper and automatically persist the output as an artifact.
  • Supports Antigravity, Codex, or Gemini providers with version-aware compatibility checks.
  • Use cases include quick code reviews, design feedback, and drafting implementation plans with reproducible results.

Quick Start

Ask a question or task to a local AI provider via the omc wrapper and save the response as an artifact.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I route prompts to a local AI provider and save the output?

To route prompts to a local AI provider and save the output, use the omc wrapper to direct your query to Antigravity, Codex, or Gemini, which then automatically persists the response as a markdown artifact.

Can I use Gemini or Codex for local prompt routing without manual logging?

Yes, you can use Gemini or Codex for local prompt routing without manual logging by utilizing the omc wrapper, which automatically persists reproducible outputs as artifacts under the .omc/artifacts/ask/ directory.

How does saving AI responses as artifacts improve local development workflows?

Saving AI responses as artifacts improves local development workflows by eliminating manual reruns and ad-hoc logging, ensuring reproducible results for tasks like code review, design critique, and drafting implementation plans.

Do I need the omc wrapper installed to route prompts to Antigravity or Codex?

Yes, you need the omc wrapper installed and authenticated to route prompts to Antigravity or Codex, as the wrapper manages version-aware compatibility checks and saves the resulting artifacts locally.

Where are persisted prompt artifacts stored when using local AI providers?

Persisted prompt artifacts are stored locally under the .omc/artifacts/ask/ directory, organized by provider, slug, and timestamp to maintain reproducible outputs across development tasks.