Agy banner
xiaolai xiaolai

Agy

Development community

Description

--- description: Delegate a prompt directly to Antigravity CLI with bounded execution and shared job tracking argument-hint: "[--model <name>] [--sandbox read-only|workspace-write|danger-full-access] [--background] [--resume <conversation-id>] <prompt>" allowed-tools: - Bash - AskUserQuestion --- # /cc-suite:agy Send a prompt to Antigravity CLI (`agy`) through the cc-suite runner. This is the direct Claude → agy delegation surface; it is separate from Codex-backed audit and implementation

Installation

Installs to ~/.claude/skills/xiaolai-cc-suite-agy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-cc-suite-agy && curl -fsSL https://raw.githubusercontent.com/xiaolai/cc-suite/HEAD/commands/agy.md -o ~/.claude/skills/xiaolai-cc-suite-agy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository