.claude/skills/aget-check-health/SKILL.md
Run AGET health inspection and housekeeping checks
npx skillsauth add aget-framework/template-advisor-aget aget-check-healthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run health inspection on an AGET agent. This skill performs sanity checks, validates structure, and reports agent health status.
When this skill is invoked:
Run the housekeeping script:
python3 scripts/aget_housekeeping_protocol.py
The script checks:
.aget/ directory structureversion.json validityidentity.json validity (if exists)governance/ directory contentsReport the health status:
Present the health report:
Sanity Check: [HEALTHY/WARNINGS/ERRORS]
Checks:
- Structure: [PASS/WARN/FAIL]
- Version: [PASS/WARN/FAIL]
- Identity: [PASS/WARN/FAIL]
- Governance: [PASS/WARN/FAIL]
[If warnings/errors, list specific issues]
Recommendations:
- [Action items if any]
--json: Machine-readable output--fix: Attempt auto-fixes for known issues--dir /path: Run on specific agent directorytesting
End AGET session with state capture and sanity checks
tools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.