q-chat-integration

Delegate specialized tasks to Amazon Q CLI for non-interactive execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you hand off tasks to Amazon Q CLI when Claude Code needs access to specialized internal tools or integrations that are not available directly, such as Quip editing, ticket creation, or diagram generation.

Core Features & Use Cases

  • Task delegation to Q: Sends well-scoped work to Amazon Q with full tool permissions and non-interactive execution.
  • Specialized workflow routing: Chooses Q for Quip operations, SIM tickets, architecture diagrams, AWS-focused tasks, and documentation generation.
  • Monitoring and recovery: Provides guidance for sync and async execution, progress checks, retries, and error handling when tasks fail.
  • Use case: Ask Claude to update a Quip document from a local markdown file, create a ticket for a production bug, or generate a diagram for an AWS system.

Quick Start

Tell Claude to delegate a specific Quip, ticketing, diagram, or AWS task to Amazon Q using the relevant files, URLs, and context.

Frequently Asked Questions about q-chat-integration

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

FAQPage Schema
How do I delegate tasks to Amazon Q CLI for specialized work like Quip updates or ticketing?▼

You can delegate specialized tasks to Amazon Q CLI by issuing non-interactive commands with absolute file paths and task-specific context. This routes work like Quip document updates, SIM ticket creation, and diagram generation directly to Q for execution.

What tasks should I route to Amazon Q instead of handling directly?▼

Amazon Q is best suited for specialized internal tool integrations like Quip editing, SIM ticket creation, AWS architecture diagram generation, and AWS infrastructure reviews, which require specific access Claude Code lacks.

How do I monitor background jobs delegated to Amazon Q CLI?▼

Monitoring delegated Amazon Q CLI jobs involves using sync or async execution modes, checking progress periodically, and implementing retries or error handling if a task fails during execution.

Does Amazon Q chat integration work with local files for documentation generation and AWS reviews?▼

Yes, it processes local files for documentation generation and AWS reviews by using absolute file paths. You provide the local file context, and Q executes the specialized analysis or document update non-interactively.

Why does Amazon Q task delegation require non-interactive execution and absolute file paths?▼

Non-interactive execution and absolute file paths are required to ensure the Amazon Q CLI can autonomously process the delegated task without user intervention, allowing proper background job monitoring and reliable context loading.

What are the limitations of using Amazon Q for architecture diagram generation and AWS reviews?▼

Limitations include the need for precise task-specific context and the requirement to monitor progress for background jobs. If absolute file paths are missing or execution fails, manual retries and error handling are necessary.