One-click install
npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-healthcheck-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-healthcheck-sessions
Source: https://github.com/aget-framework/template-advisor-aget/tree/main/.claude/skills/aget-healthcheck-sessions
Command: npx skills add https://github.com/aget-framework/template-advisor-aget --skill aget-healthcheck-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor and validate the health and structure of the sessions/ directory used by AGET agents, catching organizational anomalies and reporting health status.

Core Features & Use Cases

  • Structure validation: detects date-based subdirectories (anomalies) and ensures sessions/checkpoints are present.
  • File inventory and usage: counts session files and checkpoint files to monitor growth and disk usage.
  • Naming policy enforcement: validates session file naming patterns to maintain consistency.
  • Non-destructive diagnostics: reads directory information and outputs a concise health status without modifying files.

Quick Start

Run the healthcheck against the sessions directory to generate a health report.

Frequently Asked Questions about aget-healthcheck-sessions

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

FAQPage Schema
How do I check the health of agent sessions directories?

To check the health of agent sessions directories, validate the directory structure, file counts, naming conventions, and disk usage. This diagnostic process identifies organizational anomalies and outputs a clear, non-destructive health status report.

What is directory healthcheck diagnostics for session files?

Directory healthcheck diagnostics for session files involve validating structure and enforcing naming policies to catch anomalies. This read-only process monitors file inventory growth and disk usage to maintain consistency without modifying any existing data.

How do I detect naming convention anomalies in a sessions directory?

Detect naming convention anomalies in a sessions directory by applying validation checks against expected file patterns. This diagnostic identifies inconsistent session file names and unexpected date-based subdirectories, reporting them as structural anomalies.

Can I monitor disk usage and file counts without modifying session files?

Yes, you can monitor disk usage and file counts without modifying session files by running non-destructive diagnostics. This read-only approach inventories session and checkpoint files to monitor growth while ensuring the original data remains untouched.

Does session directory health checking require any external dependencies?

No, session directory health checking is a self-contained diagnostic process that requires no external dependencies. It operates independently to validate directory structure, enforce naming policies, and report disk usage thresholds directly.

What is the best way to report disk usage anomalies in checkpoints?

The best way to report disk usage anomalies in checkpoints is to run a self-contained diagnostic that applies clear thresholds. This generates a structured, non-destructive report detailing file inventory growth and organizational issues.