What problem does it solve? Coordinating multiple AI coding tools (Claude Code, gstack skills, mini-swe-agent) across subscriptions and quotas is manual and error-prone; this Skill standardizes how to install, configure, and dispatch each tool for security audits, code reviews, QA testing, and feature builds. ## Core Features & Use Cases - GStack Slash Commands: Run /cso for security audits, /review for code reviews, /qa for URL testing, /autoplan for planning, and /ship for build-and-deploy pipelines inside Claude Code. - Multi-Tool Dispatch: Execute sequential or parallel coding tasks across gemini, claude, mini-live, and other agents using git worktrees for isolation. - Secret & Provider Injection: Load API keys via secrets-load before invoking tools, with PQC-compliant secrets handling. - Use Case: You need a full security review of a repository — load gstack and run /cso, then dispatch mini-live to fix the findings with mini-live --task "Fix the race condition" --yolo. ## Quick Start Ask the agent to load gstack and run /cso to perform a full security audit of the current repository.