aget-check-sessions

Monitor sessions directory health by validating structure, file counts, naming, and disk usage.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-check-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-check-sessions
Source: https://github.com/aget-framework/template-executive-aget/tree/main/.claude/skills/aget-check-sessions
Command: npx skills add https://github.com/aget-framework/template-executive-aget --skill aget-check-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain the integrity and organization of an agent's session data by proactively monitoring the sessions/ directory for anomalies and potential issues.

Core Features & Use Cases

  • Directory Structure Validation: Detects non-standard subdirectories (e.g., date-based) that could indicate organizational drift.
  • File Inventory and Counting: Tracks the number of session files and checkpoints to identify unexpected growth or missing data.
  • Naming Convention Enforcement: Verifies that session files adhere to the expected naming patterns.
  • Disk Usage Monitoring: Assesses the storage consumed by the sessions directory against defined thresholds.
  • Use Case: An agent can use this skill to automatically check if its session data is being stored correctly and efficiently, alerting administrators to any deviations from best practices before they become critical problems.

Quick Start

Run the aget-check-sessions skill to assess the health of the sessions directory.

Frequently Asked Questions about aget-check-sessions

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

FAQPage Schema
How do I monitor agent session directory health?

To monitor agent session directory health, run this Skill to check for date subdirectories, count session and checkpoint files, validate naming conventions, and track disk usage against predefined thresholds.

What does session data directory structure validation check for?

Session data directory structure validation detects non-standard date subdirectories to identify organizational drift, ensuring your agent session files adhere to expected naming patterns and storage best practices.

How can I track checkpoint files and disk usage in my sessions directory?

You can track checkpoint files and disk usage by running this Skill, which counts session files and assesses storage consumed by the sessions directory against defined thresholds to flag unexpected growth.

Why does session file naming convention enforcement matter?

Session file naming convention enforcement matters because it verifies files adhere to expected patterns, preventing organizational drift and maintaining data integrity before missing data issues become critical.

Can I use this session monitoring tool without any external dependencies?

Yes, you can use this session monitoring tool without external dependencies, as it operates independently using internal scripts and references to validate directory structures and file inventory.

What are the limitations of automated disk usage monitoring for session files?

Automated disk usage monitoring for session files relies on predefined thresholds for file counts and disk size, meaning it provides a health status based on static limits rather than dynamic scaling.