一键导入
god-mode
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
用 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.
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.
Trinity Arena 2.0 — LLM Battle Platform dashboard. Live leaderboard, battle history, scientific metrics, deploy to Railway.
| name | god-mode |
| description | GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations. |
| argument-hint | ["status|agents|tasks|violations"] |
| allowed-tools | Bash(tri *), Bash(git *), Bash(cat *), Bash(gh *), Bash(pgrep *), Bash(ls *), Read, Grep, Glob |
Call the MCP tool swarm_status to get overall swarm health summary.
Call the MCP tool swarm_agents to get per-agent details (status, tasks, circuit breaker state).
Call the MCP tool swarm_tasks to see all active and pending tasks with priorities.
!git worktree list
!git log --oneline -10 --all --graph
!git branch -a | head -20
!cat "$(git rev-parse --show-toplevel)/.ralph/internal/.circuit_breaker_state" 2>/dev/null || echo "CLOSED (default)"
!gh issue list --label "assign:ralph" --state open --json number,title,state --jq '.[] | "#\(.number): \(.title)"' 2>/dev/null || echo "gh CLI not available or no issues"
!gh run list --workflow=ci.yml --limit 3 --json status,conclusion,displayTitle --jq '.[] | "\(.conclusion // .status)\t\(.displayTitle)"' 2>/dev/null || echo "gh CLI not available"
!tail -10 "$(git rev-parse --show-toplevel)/.ralph/god_mode_log.jsonl" 2>/dev/null || echo "(no events yet)"
!bash "$(git rev-parse --show-toplevel)/.ralph/god_mode.sh" --text 2>/dev/null || echo "god_mode.sh not found"
After reviewing all data above:
var/trinity/output/ or generated/ (VIBEE-first violation)no_progress_count >= 5 (circuit breaker should trip)If $ARGUMENTS is "agents" — focus on agent details only.
If $ARGUMENTS is "tasks" — focus on task queue only.
If $ARGUMENTS is "violations" — focus on rule violations only.
Otherwise — show full dashboard.