project-health

Check Claude DevStudio project health across skills, sessions, cache, scripts, and documentation.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/manastalukdar/claude-devstudio --skill project-health-manastalukdar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-health
Source: https://github.com/manastalukdar/claude-devstudio/tree/main/.claude/skills/project-health
Command: npx skills add https://github.com/manastalukdar/claude-devstudio --skill project-health-manastalukdar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures the internal consistency and health of the Claude DevStudio project by performing automated checks on skill counts, session files, cache, installation scripts, and documentation currency.

Core Features & Use Cases

  • Skill Count Verification: Ensures the documented number of skills matches the actual count in the skills/ directory.
  • Stale Session Detection: Identifies old session files that may need cleaning.
  • Cache Size Monitoring: Reports the size of the cache directory, suggesting cleanup if it exceeds a threshold.
  • Script Integrity Check: Verifies the syntax of installation scripts.
  • Documentation Sync: Checks if documentation is up-to-date with recent code changes.
  • Use Case: This skill is automatically run by the session-daily command to proactively identify and report potential issues within the DevStudio project, ensuring its smooth operation.

Quick Start

Run the project health check to verify internal consistency.

Frequently Asked Questions about project-health

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

FAQPage Schema
How do I automate project health checks for documentation and code consistency?

Automated project health checks verify internal consistency by comparing documented skill counts against actual files, detecting stale session files older than 30 days, and checking documentation currency against recent code changes. This process proactively identifies maintenance issues in a structured report.

What is the best way to detect stale session files and monitor cache size in a dev environment?

Detecting stale session files and monitoring cache size involves scanning directories for session files older than 30 days and reporting the total cache directory size. The system flags old files for cleaning and suggests cache cleanup when the size exceeds a defined threshold.

How do I validate installation script syntax as part of project maintenance?

Validating installation script syntax is performed as an internal integrity check during project maintenance. The system automatically verifies the syntax of installation scripts and reports any errors, ensuring deployment scripts remain functional and error-free.

Does this automated health check work without external dependencies?

Yes, the automated health check works without external dependencies. It performs internal operations including skill count verification, session file detection, cache monitoring, script validation, and documentation sync checks independently within the project environment.

When should I run an internal consistency check on my project documentation?

You should run an internal consistency check on project documentation when maintaining project health, verifying that documented skill counts match actual files, and ensuring documentation is up-to-date with recent code changes. It is often run proactively to identify potential issues.