status

Monitor memory system health and capacity against defined thresholds.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill status-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering-team/self-improving-agent/skills/status
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill status-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of the memory system's health, helping users understand and manage their data storage effectively.

Core Features & Use Cases

  • Memory Dashboard: Displays key metrics like line count, topic files, capacity, and stale entries.
  • Capacity Analysis: Offers a clear visual and textual representation of memory usage against defined limits.
  • Stale Entry Check: Identifies references to non-existent files, aiding in cleanup.
  • Use Case: Before running a large data processing task, quickly check the memory status to ensure sufficient capacity and identify potential issues.

Quick Start

Run the /si:status command to view the full memory health dashboard.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check memory health and capacity in MEMORY.md files?

To check memory health and capacity, run the status command to view a dashboard displaying line counts, topic files, capacity usage, and stale entries for MEMORY.md and CLAUDE.md files. It analyzes memory usage against defined health thresholds and identifies stale references to non-existent files.

What is a stale entry in memory files and how do I identify them?

A stale entry in memory files is a reference to a non-existent file. You can identify stale entries by running the status command, which scans MEMORY.md and CLAUDE.md files, detects these invalid references, and provides recommendations for cleanup and optimization.

How do I monitor line counts and topic files for memory capacity analysis?

You can monitor line counts and topic files by running the memory status dashboard command. It displays key metrics including line count, topic files, and capacity usage, offering a clear visual and textual representation of memory usage against defined limits.

Does the memory health dashboard work with CLAUDE.md files?

Yes, the memory health dashboard works with CLAUDE.md files. It monitors and reports on the health and capacity of memory systems by analyzing usage against defined health thresholds specifically for both MEMORY.md and CLAUDE.md files.

When should I check memory status before running large data processing tasks?

You should check memory status before running large data processing tasks to ensure sufficient capacity and identify potential issues. The status command provides a comprehensive overview of memory health, helping you manage data storage effectively and avoid stale references.

What are the limitations of using scripts for memory health monitoring?

The memory health monitoring scripts analyze line counts, topic files, capacity, and stale entries in MEMORY.md and CLAUDE.md files. Limitations include dependency on defined health thresholds and the scope of detecting only stale references to non-existent files for optimization recommendations.