一键导入
status
Live system dashboard — 12-dimension ouroboros score, verdict v3, agents, build health, recommendations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Live system dashboard — 12-dimension ouroboros score, verdict v3, agents, build health, recommendations
用 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 | status |
| description | Live system dashboard — 12-dimension ouroboros score, verdict v3, agents, build health, recommendations |
For system state collection, follow .claude/skills/_shared/data_collection.md.
For output formatting conventions, follow .claude/skills/_shared/output_format.md.
Check $ARGUMENTS:
.claude/skills/tri/lang.md, default: ru)Run ALL of these in parallel (they are independent):
# 1. Ouroboros state
cat .trinity/ouroboros_state.json 2>/dev/null || echo '{"cycle":0}'
# 2. Verdict score (live — 12 dimensions)
zig-out/bin/tri verdict --explain 2>&1
# 3. Ouroboros status
zig-out/bin/tri ouroboros status 2>&1
# 4. Build health
zig build --summary none 2>&1; echo "EXIT:$?"
# 5. Git state
git status --porcelain | wc -l
git log --oneline -3
# 6. Agents alive
pgrep -la ralph-agent 2>/dev/null; pgrep -la tri-bot 2>/dev/null; pgrep -la trinity-mcp 2>/dev/null
# 7. Verdict history trend
cat .trinity/verdict_history.json 2>/dev/null | tail -c 500
# 8. Experience count
find .trinity/experience -name '*.json' 2>/dev/null | wc -l
# 9. Patent/IP status
cat .trinity/patent/status.json 2>/dev/null
Compact dashboard, ~25 lines:
🐍 OUROBOROS v3 — HUNGRY SNAKE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Score: {score}/100 {emoji} {level}
Cycle: {cycle} | Strategy: {strategy}
Stagnation: {stag}/3
Build: {pass|fail}
Agents: {list or "none"}
Experience: {N} episodes
TIER 1 — CRITICAL (50%)
BUILD {score}/100
TEST_PASS {score}/100
TEST_COVER {score}/100
TIER 2 — CODE HEALTH (30%)
TODO_DEBT {score}/100
GOD_FILES {score}/100
DEAD_CODE {score}/100
DUPLICATION {score}/100
SPEC_GAP {score}/100
TIER 3 — EVOLUTION (20%)
RESEARCH {score}/100
TOKEN_COST {score}/100
ENERGY {score}/100
Weakest: {dimension} ({dim_score}/100) ← next target
Rx: {prescription one-liner}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
{timestamp} | tri ouroboros
Everything from QUICK, plus:
Table with all 12 dimensions grouped by tier, their scores, status (STRONG/OK/WEAK/CRITICAL), weight, and reason.
Last 5 entries from .trinity/verdict_history.json as mini sparkline or table:
History: 99.4 → 27 → 35 → 42 → ...
↓72 ↑8 ↑7
Show 4 discoveries from .trinity/patent/status.json:
IP PROTECTION
ternary-resonance-law DOI ✅ Patent ❌
square-attention DOI ✅ Patent ❌
0-dsp-fpga-inference DOI ✅ Patent ❌
self-evolving-ouroboros DOI ✅ Patent ❌
Based on current state, generate 3 actionable recommendations:
tri ouroboros --cycles 5 immediately"tri ouroboros --cycles 3 --dimension BUILD"tri ouroboros --dimension {weakest}"tri ouroboros --cycles 5"tri ouroboros --dimension {dim}"tri patent status"Last 3 commits with timestamps.
Bullet list of concrete tri commands to run based on the data above.
For language detection and translations, follow .claude/skills/_shared/language.md.
Default: ru. Technical terms stay in English.
After rendering the dashboard, send a summary to Telegram.
Set TG_TEXT to the ouroboros summary (score, level, weakest dimension, 2-3 sentences in Russian, no mood signature).
Set TG_MODE=dedup, TG_DEDUP_FILE=.trinity/tg_dedup_status.hash.
Then execute the shared Telegram template from .claude/skills/_shared/telegram.md.
After rendering the dashboard and sending Telegram, execute the top-priority action automatically. Do NOT just list recommendations — ACT on the highest priority one.
zig build 2>&1, diagnose, fix the error, verifytri ouroboros --cycles 1 --dimension {weakest} to recovertri ouroboros --cycles 3 to break plateauAfter auto-action completes, update the relevant GitHub issue with real-time status.
# Find the active status tracking issue (or use #357 as default farm tracker)
TRACKER=$(gh issue list -R gHashTag/trinity --label "status:in-progress" --json number --limit 1 -q '.[0].number' 2>/dev/null || echo "357")
# Post status comment with score, action taken, and current state
gh issue comment "$TRACKER" --body "## 🐍 Ouroboros Status — $(date +%Y-%m-%d\ %H:%M)
**Score**: {score}/100 ({level})
**Weakest**: {dimension} ({dim_score}/100)
**Action**: {what was done}
**Result**: {outcome}
**Dirty**: {count} files
**Farm**: {active} services, leader {name} PPL={ppl}" 2>/dev/null
After each /status run, note key metrics for next session:
This builds context for the next conversation's /status call.