00-system/skills/system/validate-system/SKILL.md
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
npx skillsauth add abdullahbeam/nexus-design-abdullah validate-systemInstall 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.
Check system integrity, auto-fix issues, validate maps, and run optional Python validation hooks.
The validate-system skill performs comprehensive system health checks, validates structural integrity, checks navigation map accuracy, runs optional Python validation hooks, and attempts to auto-fix common issues. Use this skill when navigation seems stale, after manual file changes, or as periodic maintenance.
Key Features:
Time Estimate: <10 seconds for full validation
Create TodoWrite with all validation steps:
- [ ] Check core files
- [ ] Check folder structure
- [ ] Check memory files
- [ ] Check navigation files
- [ ] Validate projects
- [ ] Validate skills
- [ ] Check map integrity
- [ ] Run Python hooks (if available)
- [ ] Auto-fix issues
- [ ] Generate report
- [ ] Display report
- [ ] Close session to save progress
Mark tasks complete as you finish each step.
This skill performs comprehensive system validation with the following checks:
Detailed validation steps: See references/validation-checks.md
Report templates: See references/report-templates.md
Time Estimate: <10 seconds for full validation
Automatically trigger the close-session skill:
Auto-triggering close-session to save progress...
This ensures all validation results and any auto-fixes are properly saved to memory.
Scenario: framework-map.md, orchestrator.md, or claude.md missing
Action:
Scenario: Python hook script crashes or returns invalid JSON
Action:
Scenario: Auto-fix fails due to file permission issues
Action:
Scenario: Memory/ files exist but are not valid markdown
Action:
Scenario: Projects/ exists but is empty (only during first-time setup)
Action:
Scenario: Skills/ exists but is empty
Action:
When to Run validate-system:
Auto-Fix Safety:
Python Hooks:
Hook JSON Format:
{
"valid": true/false,
"errors": [
{"file": "path", "line": 42, "message": "error description", "severity": "error"}
],
"warnings": [
{"file": "path", "line": 15, "message": "warning description", "severity": "warning"}
]
}
Map Integrity Importance:
Validation Frequency:
Integration with close-session:
Remember: validate-system is your system health check. Run it when things seem off, and let it auto-fix what it can!
development
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.
testing
Validate workspace-map.md accuracy against actual 04-workspace/ structure (3 levels deep). Load when user says "validate workspace map", "update workspace map", "check workspace map", or from close-session. Ensures deep structure validation with comprehensive documentation.