com um clique
health
Check Claude Code config health across the team + engine drift
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Check Claude Code config health across the team + engine drift
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria
| name | health |
| description | Check Claude Code config health across the team + engine drift |
| when_to_use | Use when checking engine or config health — runs health.sh (counts vs engine.json, plugin parity, vocabulary sync, installed-agent matrix), reports drift, and reads teammates' statuses from the shared dashboard issue. Triggers on: health, config health, is the engine healthy, drift check, team config status. |
| argument-hint | [local|all|report] |
Check Claude Code config health for all team members.
Arguments: $ARGUMENTS (optional: "local" for local-only check, or "all" for team dashboard)
Steps:
Engine consistency (drift check) — bash ~/.claude/scripts/health.sh includes an "engine" section that reads ~/kun/.claude/engine.json (the single source of truth for model + counts) and warns when the docs or repo reality drift from it. It checks: project agent/command/card/rule/MCP counts, stale Opus 4.6/4.7 model refs in docs/ + .claude/CLAUDE.md, and the stale count box in ARCHITECTURE.md. Warnings here mean docs have rotted — update engine.json (if reality changed) or the docs (if they're behind), then re-run. Never fails the gate; warn-only.
Run local health check: bash ~/.claude/scripts/health.sh
If $ARGUMENTS is "all" or empty:
databayt/kun with label config-health for latest reports from all team membersgh issue list --repo databayt/kun --label config-health --state open --json number,title -q '.[0].number'gh api repos/databayt/kun/issues/{number}/comments --jq '.[-4:] | .[].body'If $ARGUMENTS is "report":
bash ~/.claude/scripts/health.sh --report to post local health to GitHubPresent dashboard:
| Member | Status | Last Check | Issues |
|---|---|---|---|
| Abdout | ✅/⚠️/❌ | timestamp | details |
| Ali | ✅/⚠️/❌ | timestamp | details |
| Samia | ✅/⚠️/❌ | timestamp | details |
| Sedon | ✅/⚠️/❌ | timestamp | details |
If any member has errors, suggest: tell [member] to run: cd ~/kun && bash .claude/scripts/setup.sh [role]
Reporting is automatic — the maintain heartbeat supervises every machine:
setup.sh / setup.ps1 arm a daily scheduler (macOS launchd com.databayt.kun-maintain 09:17 · Windows Scheduled Task kun-maintain · Linux cron)~/kun → refresh ~/.claude → health check → state to ~/.claude/.kun-maintain.json → post to the dashboard weekly and immediately on REDbash ~/.claude/scripts/maintain.sh --status (Windows: maintain.ps1 -Status)session-maintain-status hook — in every project, not just kun