status

Analyze MEMORY.md and CLAUDE.md files to report memory health metrics and recommendations.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/ano4l/SiteRent --skill status-ano4l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/ano4l/SiteRent/tree/main/skills/self-improving-agent/skills/status
Command: npx skills add https://github.com/ano4l/SiteRent --skill status-ano4l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need a quick, reliable view of memory usage, health of memory systems, and indicators of stale entries to keep projects healthy and maintainable.

Core Features & Use Cases

  • Auto-memory state summary from MEMORY.md, CLAUDE.md, and topic-file counts.
  • Health signals and recommendations to guide cleanup and optimization.
  • Use Case: When reviewing a large codebase, quickly assess memory health and identify stale references to prune.

Quick Start

Execute /si:status to render the full memory health dashboard, or use /si:status --brief for a compact summary.

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 identify stale entries in my codebase?

To check codebase memory health, you can render a dashboard that aggregates metrics from MEMORY.md and CLAUDE.md to report line counts, topic files, capacity, and stale entries. This provides a quick view of memory usage and identifies stale references to prune.

What is a memory health dashboard and how does it work with multi-file repositories?

A memory health dashboard aggregates metrics across multi-file repositories by cross-referencing MEMORY.md, CLAUDE.md, and topic files. It calculates health signals based on line counts and capacity, delivering actionable recommendations for ongoing monitoring and cleanup.

Can I get a compact memory state summary instead of a full dashboard view?

Yes, you can get a compact memory state summary instead of a full dashboard view by using the brief execution flag. This outputs a condensed version of the memory health metrics, ideal for quick checks during large codebase reviews.

Does the memory monitoring dashboard require external dependencies to analyze topic files?

No, the memory monitoring dashboard does not require external dependencies to analyze topic files. It operates independently to cross-reference CLAUDE.md and topic files, calculating capacity and health signals without needing additional environment setup.

What is the best way to monitor MEMORY.md metrics for ongoing codebase maintenance?

The best way to monitor MEMORY.md metrics for ongoing codebase maintenance is to use an aggregated dashboard that reports line counts, topic files, and capacity. It calculates health signals and delivers actionable recommendations to guide cleanup and optimization.