CJ_system-health

Scan the ~/.claude/ folder for skill health and filesystem integrity.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/jcl2018/claude-skills-templates --skill cj-system-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CJ_system-health
Source: https://github.com/jcl2018/claude-skills-templates/tree/main/skills/CJ_system-health
Command: npx skills add https://github.com/jcl2018/claude-skills-templates --skill cj-system-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires waza, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive health check for your ~/.claude/ folder, monitoring the status of installed skills, filesystem integrity, and optional waza configuration.

Core Features & Use Cases

  • Dependency Graph: Builds a graph to visualize dependencies between installed skills.
  • Filesystem Health: Checks for issues like stale sessions, temp files, and broken symlinks.
  • Waza Integration: Optionally performs config hygiene checks with waza.
  • Usage Trends: Provides insights into skill usage patterns over time.

Quick Start

Run /CJ_system-health to perform a full health check. Use /CJ_system-health --quick for a quicker check that skips waza integration.

Frequently Asked Questions about CJ_system-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the health of my Claude config folder and installed skills?

To check Claude folder health, run a filesystem scan of the ~/.claude/ directory to verify integrity, detect stale sessions, and monitor installed skills. This health check identifies broken symlinks and temp files while building a dependency graph.

What is a skill dependency graph and how does it visualize installed components?

A skill dependency graph visualizes relationships between installed skills in your ~/.claude/ folder. It maps connections between components to help understand skill interdependencies and identify potential conflicts or orphaned installations.

Do I need waza and jq installed to perform a full system health check?

You need jq installed for core filesystem scanning and dependency graph generation. Waza is an optional dependency for config hygiene checks; skip it by running the quick check mode to bypass waza integration.

How do I fix broken symlinks and stale sessions in the Claude directory?

To fix broken symlinks and stale sessions, run a filesystem health check on the ~/.claude/ folder to detect and report these issues. The scan identifies temp files and integrity problems, providing insights for targeted cleanup.

Can I run a quick filesystem check that skips waza config hygiene integration?

Yes, you can run a quick filesystem check that skips waza config hygiene integration by using the quick mode flag. This performs a faster scan of the ~/.claude/ folder, checking installed skills and filesystem integrity without invoking waza.