Claude-skill-registry context-health
Use when validating or diagnosing the cortex environment (consistency, duplicates, redundancy, optimization) - provides a diagnostic workflow and reporting structure for context health checks.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/context-health" ~/.claude/skills/majiayu000-claude-skill-registry-context-health && rm -rf "$T"
manifest:
skills/data/context-health/SKILL.mdsource content
Context Health
Overview
Provide a consistent diagnostic workflow for cortex environments: verify config integrity, detect duplicates, surface redundancies, and report actionable issues.
When to Use
- Checking system health after changes to agents, modes, or rules
- Troubleshooting unexpected cortex behavior
- Performing periodic maintenance checks
Avoid when:
- The task is unrelated to cortex configuration or context
Quick Reference
| Task | Load reference |
|---|---|
| Environment diagnostics | |
Workflow
- Confirm target scope and environment.
- Load the diagnostics reference.
- Run checks and gather findings.
- Summarize issues by severity.
- Recommend fixes and next steps.
Output
- Diagnostic report with severity levels
- Recommended fixes or follow-up actions
Common Mistakes
- Running fixes without reviewing findings
- Skipping context scope verification