agent-assistant-ask

Route /ask questions to Agent Assistant answer workflows via Codex agents and matrix-skills.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-ask
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-ask
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-ask
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-ask

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates routing of user questions to the appropriate answer workflows within the Agent Assistant, reducing manual routing and context switching.

Core Features & Use Cases

  • Activate /ask workflow to route questions to answer pipelines.
  • Spawn and coordinate Codex-native agents to handle queries using matrix-skills.
  • Leverage runtime boot rules and skill resolution to ensure consistent execution.

Quick Start

Type /ask to activate the Agent Assistant answer workflow.

Frequently Asked Questions about agent-assistant-ask

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

FAQPage Schema
How do I route questions to multi-agent answer workflows in Codex?

To route questions to multi-agent answer workflows in Codex, type /ask to trigger the Agent Assistant. It automatically coordinates spawning native agents and consulting matrix-skills to process your query.

What is the /ask route used for in Codex agent workflows?

The /ask route in Codex is used to automate question routing to answer pipelines. It reduces manual routing and context switching by leveraging runtime boot rules to consistently spawn and coordinate agents.

Do I need specific runtime boot rules to spawn Codex-native agents?

Yes, spawning Codex-native agents requires loading runtime boot rules. The workflow resolves these rules from the ~/.codex/skills/agent-assistant/rules/RUNTIME/00-boot.md file to ensure consistent execution.

How does the Agent Assistant resolve matrix-skills for query handling?

The Agent Assistant resolves matrix-skills by loading them directly from the ~/.codex/skills/agent-assistant/matrix-skills/ directory. This allows spawned Codex agents to consult the necessary skill logic.

Can I use this question routing approach without manual context switching?

Yes, you can use this question routing approach to eliminate manual context switching. By activating the /ask route, the workflow automatically coordinates with Codex to spawn agents and resolve skills.