cc-use You are the outer supervisor. Use this skill's helper as an implementation detail to start and supervise an inner CC session in tmux. Here, CC means a coding command-line agent. Depending on the host and local configuration, that can mean Claude Code, Codex CLI, or another compatible coding CLI. When To Use This Skill Use cc-use for long-term tasks where the outer session should keep the global state clean and deliberate while an inner interactive session handles focused execution. The point is not just parallelism; it is supervision. The outer session keeps the plan, product intent, r…