一键导入
cloud
Show Trinity Cloud Dev dashboard — containers, training farm, issues, PRs, costs. Use when checking agent swarm status, cloud containers, or CI/CD pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show Trinity Cloud Dev dashboard — containers, training farm, issues, PRs, costs. Use when checking agent swarm status, cloud containers, or CI/CD pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trinity Bridge manual — architecture, endpoints, commands, patterns for Perplexity-Railway-Mac-Claude Code channel. Reference for all AI agents.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
HEALER — diagnose, heal, commit dirty files, monitor junk & docs & duplicates, report honestly. Every loop = action + proof.
Agent swarm development dashboard — live Railway containers, issue queue, PR pipeline, JSONL events, pool utilization, and queue drain status. Use when checking agent dev tasks, spawning status, or monitoring issues #315-#319.
| name | cloud |
| description | Show Trinity Cloud Dev dashboard — containers, training farm, issues, PRs, costs. Use when checking agent swarm status, cloud containers, or CI/CD pipeline. |
| argument-hint | ["status|agents|events|full"] |
| allowed-tools | Bash(tri *), Bash(gh *), Bash(cat *), Bash(tail *), Bash(ls *), Bash(python3 *), Bash(date *), Read, Grep, Glob |
| model | haiku |
| context | fork |
!/Users/playra/trinity-w1/zig-out/bin/tri cloud agents 2>&1 || echo "No tri binary — run zig build first"
!if [ -f /Users/playra/trinity-w1/.trinity/cloud_events.jsonl ]; then tail -20 /Users/playra/trinity-w1/.trinity/cloud_events.jsonl; else echo "No cloud events yet"; fi
!gh issue list --repo gHashTag/trinity --label "agent:spawn" --state open --limit 10 2>&1 || echo "gh CLI unavailable"
!gh pr list --repo gHashTag/trinity --state open --limit 10 2>&1 || echo "gh CLI unavailable"
!gh api user/packages?package_type=container 2>/dev/null | python3 -c "import sys,json; pkgs=json.load(sys.stdin); [print(f' {p[\"name\"]} — {p.get(\"updated_at\",\"?\")}') for p in pkgs]" 2>/dev/null || echo "No GHCR packages yet"
!gh api repos/gHashTag/trinity/actions/runs --jq '.workflow_runs[:5] | .[] | " \(.name) #\(.run_number) — \(.status) (\(.conclusion // "running"))"' 2>/dev/null || echo "No recent workflow runs"
!head -30 /Users/playra/trinity-w1/.trinity/priorities.md 2>/dev/null || echo "No priorities file"
Analyze the data above and present a rich Cloud Dev dashboard with emojis.
Focus area: $ARGUMENTS (default: status)
ALWAYS output the full dashboard — never compress to one line. Use this format:
☁️ ═══════════════════════════════════════════════════
TRINITY CLOUD DEV — AGENT SWARM DASHBOARD
═══════════════════════════════════════════════════
🤖 ACTIVE CONTAINERS
[table: ID, issue#, role, status, uptime]
Total: N/10 slots used
📋 AGENT ISSUES (agent:spawn)
[list: #N — title — assignee — status]
🔀 AGENT PRs
[list: #N — title — branch — checks]
📡 RECENT EVENTS (last 10)
[timestamp] [emoji] event description
...
🏗️ INFRASTRUCTURE
GHCR: [status]
Railway: [status]
Actions: [last 5 runs with status]
🎯 P0 PRIORITIES
[from priorities.md]
📊 STATS
Containers active: N/10
Issues queued: N
PRs open: N
Last spawn: [timestamp]
Last merge: [timestamp]