tell-q-agent-router

Route tasks to the appropriate Amazon Q CLI agent with background execution support.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/cajias/claude-skills --skill tell-q-agent-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tell-q-agent-router
Source: https://github.com/cajias/claude-skills/tree/main/skills/tell-q-agent-router
Command: npx skills add https://github.com/cajias/claude-skills --skill tell-q-agent-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork from sending work to Amazon Q CLI agents by choosing the best agent for each task, so you can delegate faster and more accurately.

Core Features & Use Cases

  • Automatic agent selection: Routes tasks to specialists such as AWS, documentation, architecture, quality, code development, or the general-purpose omega agent.
  • Explicit overrides: Lets you name an exact agent when you already know which one should handle the request.
  • Quip upload workflow: Detects file-upload requests to Quip and converts them into the correct Q agent command.
  • Progress monitoring: Supports background execution patterns and follow-up checks for long-running agent work.
  • Use case: Ask Claude to delegate a CDK build, generate API docs, or upload a markdown file to Quip without manually composing the Q CLI command.

Quick Start

Tell Claude to route your task to the best Amazon Q agent, for example by asking it to send a documentation request or Quip upload through Q.

Frequently Asked Questions about tell-q-agent-router

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

FAQPage Schema
How do I route tasks to the right Amazon Q CLI agent automatically?

Routing tasks to the right Amazon Q CLI agent involves matching your request to specialists like AWS, code development, or documentation, translating it into the correct q chat command for background execution.

Can I upload a markdown file to Quip through Amazon Q CLI?

Uploading a file to Quip through Amazon Q CLI is supported by detecting file-upload requests and converting them into the correct Q agent command for execution.

How do I delegate a CDK build or API documentation request to an Amazon Q agent?

Delegating a CDK build or documentation request requires translating your task description into a specific q chat command, routing it to the appropriate agent for background execution.

What's the best way to override automatic agent selection for Amazon Q CLI?

Overriding automatic agent selection for Amazon Q CLI lets you explicitly name an exact agent to handle a request, bypassing keyword-based delegation when you already know the right specialist.