一键导入
cockpit
Display full ecosystem cockpit with dependency graph, repo health, and proactive alerts. The airplane cockpit that sees everything across all repos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display full ecosystem cockpit with dependency graph, repo health, and proactive alerts. The airplane cockpit that sees everything across all repos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cockpit |
| description | Display full ecosystem cockpit with dependency graph, repo health, and proactive alerts. The airplane cockpit that sees everything across all repos. |
| user-invocable | true |
"Le cockpit qui voit tout" - The cockpit that sees everything
/cockpit
Provides omniscient awareness across the entire ecosystem:
/cockpit
/cockpit alerts
/cockpit deps
/cockpit GASdf
The cockpit runs automatically at session start (via awaken.cjs) and stores state in ~/.cynic/cockpit/.
To run a fresh scan:
// In hooks/lib context
const cockpit = require('./scripts/lib/cockpit.cjs');
const state = cockpit.fullScan();
console.log(cockpit.formatCockpitStatus(state));
const state = cockpit.getCockpitState();
| File | Purpose |
|---|---|
status.json | Full ecosystem scan results |
alerts.json | Active alerts (TTL: 1 hour) |
dependencies.json | Dependency graph |
| State | Icon | Meaning |
|---|---|---|
| healthy | ✅ | Clean, on main, up to date |
| warning | ⚠️ | Uncommitted changes or behind remote |
| critical | 🔴 | Major issues needing attention |
| unknown | ❓ | Not a git repo or scan failed |
| Type | Trigger |
|---|---|
health_critical | Repo in critical state |
uncommitted_changes | >10 modified files in critical repo |
behind_remote | >5 commits behind origin |
non_main_branch | Critical repo not on main |
dependency_issue | Circular dependency detected |
The cockpit knows about these core repos:
| Repo | Role | Critical |
|---|---|---|
| CYNIC-new | core brain | ✅ |
| GASdf | gasless infra | ✅ |
| HolDex | K-Score oracle | ✅ |
| asdf-brain | legacy proto | ❌ |
| asdf-manifesto | philosophy | ❌ |
/health - CYNIC services health/ecosystem - Tracked repo updates/patterns - Detected patternsTransform Claude Code into an AI Scientist that orchestrates research workflows using tree-based hypothesis exploration. Triggers on "research project", "scientific experiment", "run experiments", "AI scientist", "tree search experimentation", "systematic study".
Research methodology before coding: digest → search → patterns → wisdom → ecosystem. For when you need to research before any code, ensuring no ideas from the 500k lines are lost.
Analyze code for simplification: orphans, hotspots, giants, duplicates. 'Don't extract, burn' — three similar lines beat a premature abstraction. Use when asked to simplify, reduce complexity, or clean up code.
Evaluate code, decisions, or content with 36-dimension φ-bounded scoring. 5 axioms, geometric mean Q-Score, max 61.8% confidence. Verdicts: HOWL/WAG/GROWL/BARK. Use when asked to judge, assess, rate, score, or evaluate quality.
Philosophical grounding for technical decisions across 19 traditions. Cross-domain synthesis mapped to 5 axioms (FIDELITY/PHI/VERIFY/CULTURE/BURN). φ-bounded at 61.8%. Use when facing dilemmas, questioning assumptions, or seeking wisdom.
Evaluate any item using CYNIC's 36-dimension judgment system (5 axioms × 7 dims + THE_UNNAMEABLE). Use when asked to judge, evaluate, assess, rate, score, or analyze the quality of code, tokens, decisions, patterns, or any content. Returns Q-Score (0-100), verdict (HOWL/WAG/GROWL/BARK), and dimension breakdown.