Agent Skills: Health

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

health-checkID: genomewalker/cc-soul/health

Install this agent skill to your local

pnpm dlx add-skill https://github.com/genomewalker/cc-soul/tree/HEAD/skills/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 + hygiene_stats

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 scripts/smart-install.sh
  low coherence→cycle(save=true)

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