بنقرة واحدة
agent-doctor
Agent fleet health utilities — path preflight checker and auto-remediating weekly doctor with apply mode.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Agent fleet health utilities — path preflight checker and auto-remediating weekly doctor with apply mode.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Local-only multi-agent orchestrator with token optimization, 6-signal composite routing, and persistent memory. Routes all tasks through local executor bridges (Claude Code, Hermes, Gemini, Codex) with DAG dependencies, auto-episode creation, and cognitive profiles.
Change-gated progress monitor for long-running builds. A deterministic process scans canonical PROGRESS.md files and sends one consolidated email only when a material milestone, blocker, recovery, scope change, stall, or completion occurs. Use to monitor multi-step work without recurring model sessions or notification noise.
Change-gated progress monitor for long-running builds. A deterministic process scans canonical PROGRESS.md files and sends one consolidated email only when a material milestone, blocker, recovery, scope change, stall, or completion occurs. Use to monitor multi-step work without recurring model sessions or notification noise.
Local-only multi-agent orchestrator with token optimization, 6-signal composite routing, and persistent memory. Routes all tasks through local executor bridges (Claude Code, Hermes, Gemini, Codex) with DAG dependencies, auto-episode creation, and cognitive profiles.
Zouroboros self-healing watchdog that monitors scheduled agent models and automatically switches failing agents to backup models, restoring originals when they recover.
Hybrid SQLite + Vector persona memory system for Zo Computer. Episodic memory with temporal queries, graph-boosted search, BFS path finding, knowledge gap analysis, auto-capture pipeline, and per-workload model routing. Default generation workloads use OpenAI `gpt-4o-mini`; embeddings use OpenAI `text-embedding-3-small`.
| name | agent-doctor |
| description | Agent fleet health utilities — path preflight checker and auto-remediating weekly doctor with apply mode. |
| compatibility | Created for Zo Computer |
| metadata | {"author":"marlandoj.zo.computer"} |
Auto-remediating fleet doctor. Audits all scheduled agents for cost waste, zombies, duplicates, and hygiene drift.
bun Skills/agent-doctor/scripts/doctor.ts # report-only (diagnose)
bun Skills/agent-doctor/scripts/doctor.ts apply # auto-apply safe fixes
bun Skills/agent-doctor/scripts/doctor.ts summary # one-line summary
bun Skills/agent-doctor/scripts/doctor.ts zombies # single check
Exit codes: 0 = clean, 2 = findings present (or changes applied), 1 = apply error.
Auto-applied (safe): zombie deactivation (no next_run), cost-fitness model downgrade, delivery-method silence. Manual review only: duplicates, instruction-hygiene, frequency-waste, persona-fitness, schedule-collision, instruction-length, output-delta.
Safety excludes (never mutated): 01a6df7e-6bd4-4772-bfe4-d04404106b8b (Agent Doctor self), 14cfe6a6-105e-4160-bf95-a93e95f871a0 (Model Healer).
Requires assets/model-tiers.json in the same skill directory.
Verifies that all given file paths exist on disk. Exits 0 if all OK, exits 1 with BROKEN PATH: <path> lines for any missing files.
bun Skills/agent-doctor/scripts/preflight-paths.ts /path/to/file1.ts /path/to/file2.ts