cc-ask

Initiate a Q&A session with a Claude Code instance in a specified tmux pane.

2|Updated Apr 28, 2025
One-click install
npx skills add https://github.com/gunubin/dotfiles --skill cc-ask
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cc-ask
Source: https://github.com/gunubin/dotfiles/tree/main/claude/.claude/skills/cc-ask
Command: npx skills add https://github.com/gunubin/dotfiles --skill cc-ask

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to initiate a Q&A session with Claude Code running in a different tmux pane, enabling you to ask questions to an expert or get information from another instance.

Core Features & Use Cases

  • Expert Q&A: Ask specific questions to a dedicated Claude Code pane acting as an expert.
  • Contextual Sessions: Provide context or specify an expert domain for more targeted answers.
  • Use Case: You're working on a complex piece of code and need a second opinion or a deeper explanation. You can use this Skill to query another Claude Code session without disrupting your current workflow.

Quick Start

Ask Claude Code in pane 60 a question about Python decorators, specifying it as an expert.

Frequently Asked Questions about cc-ask

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

FAQPage Schema
How do I ask a Claude Code instance in another tmux pane a question?▼

You can ask a Claude Code instance in another tmux pane by initiating a Q&A session that targets a specific pane, facilitating structured dialogue with contextual information and round limits.

Can I use tmux for pair programming with multiple Claude Code sessions?▼

Yes, tmux enables pair programming with multiple Claude Code sessions by allowing one pane to query another acting as an expert, providing a second opinion without disrupting your current workflow.

How do I provide expert context when sending questions to a Claude Code pane?▼

You can provide expert context by specifying an expert domain and contextual information during the Q&A session initiation, which targets the answers from the designated Claude Code instance.

Does Claude Code tmux integration track session state for structured dialogue?▼

Claude Code tmux integration tracks session state using a pane-state.json file and dialogue files, ensuring structured interaction and managed conversation rounds across panes.

What are the limitations of querying Claude Code across tmux panes?▼

Limitations of querying Claude Code across tmux panes include enforced round limits on dialogue sessions and dependency on tmux pane state management for maintaining structured interaction continuity.