一键导入
gc-commands
Gas City CLI command reference. Use when needing to run GT commands, check syntax, or understand available GT operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gas City CLI command reference. Use when needing to run GT commands, check syntax, or understand available GT operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prepend session handoff to DaysActivity.md
Initialize session with context briefing
File production feedback about a zgent's behavior. Routes to CSO for diagnosis and artifact tuning. Usage: /zgent-feedback <zgent> <description>
Run A/B tests comparing convention variants to measure compliance improvements
Archive yesterday's DaysActivity and create fresh file for today
DaysActivity.md formatting conventions. Use when writing handoff entries, hourly summaries, or any content destined for DaysActivity.md.
| name | gc-commands |
| description | Gas City CLI command reference. Use when needing to run GT commands, check syntax, or understand available GT operations. |
| user-invocable | false |
Quick reference for Gas City CLI commands. Run all GT commands as gtuser.
| Command | Purpose |
|---|---|
gt up | Start all services |
gt down | Graceful shutdown |
gt status | Overview of town state |
gt version | Show GT version |
gt doctor | Health check |
gt doctor --fix | Health check with auto-repair |
gt doctor --fix --verbose | Detailed health check |
| Command | Purpose |
|---|---|
gt ready | Show work ready to be done |
gt trail | Show work trail/history |
gt hook | What's on your hook |
gt sling <bead> <agent> | Assign work to agent's hook |
gt convoy create <name> | Create work convoy |
gt convoy list | List convoys |
| Command | Purpose |
|---|---|
gt agents | List active agents |
gt mayor attach | Attach to mayor session |
gt mayor status | Mayor status |
gt nudge <agent> "msg" | Send real-time message to agent |
gt peek <agent> | Check agent status |
gt polecat list | List polecats |
gt crew list | List crew members |
| Command | Purpose |
|---|---|
gt mail inbox | View your inbox |
gt mail send <to> "subject" "body" | Send mail |
gt mail read <id> | Read specific message |
| Command | Purpose |
|---|---|
gt handoff | Graceful session restart |
gt seance | Talk to previous sessions |
gt prime | Context recovery in existing session |
| Command | Purpose |
|---|---|
gt feed | Activity stream (one-shot) |
gt feed --follow | Live activity stream |
gt costs | Token usage tracking |
gt daemon status | Daemon health |
| Command | Purpose |
|---|---|
bd list | List beads |
bd show <id> | Show bead details |
bd create | Create new bead |
bd close <id> | Close bead |
# Send command
sudo -u gtuser tmux send-keys -t gt-user:main.0 'gt <command>' Enter
# Capture output
sleep 2
sudo -u gtuser tmux capture-pane -t gt-user:main.0 -p -S -20