Agent Skills: Health

Soul system health check with remediation. Use to verify setup or diagnose issues.

UncategorizedID: genomewalker/cc-soul/health

Skill Files

Browse the full folder contents for health.

Download Skill

Loading file tree…

skills/health/SKILL.md

Skill Metadata

Name
health
Description
Soul system health check with remediation

Health

[health] check via Task agent

verify setup:
  symlinks@plugin/mind/
  binary@~/.claude/bin/chitta
  db files@~/.claude/mind/chitta.*
  version from plugin.json

get status: soul_context(format=json) + harmonize

evaluate:
  symlinks: valid|missing warm|missing hot/cold
  coherence(tau_k): >0.7 healthy | 0.5-0.7 warning | <0.5 critical
  hot nodes %: >50% healthy | 30-50% warning | <30% critical

remediate:
  setup issues→suggest ./setup.sh
  low coherence→cycle(save=true)

report: setup status | version | node count | coherence | actions needed