status

Monitor project memory health and capacity against defined thresholds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear dashboard of your project's memory usage, helping you understand its health, identify potential issues, and optimize performance.

Core Features & Use Cases

  • Memory Health Dashboard: View line counts, topic files, capacity status, and stale entries.
  • Capacity Analysis: Understand if your memory is nearing critical levels.
  • Stale Entry Detection: Identify references to files that no longer exist, helping to clean up memory.
  • Use Case: Run /si:status to get a quick overview of your project's memory state before starting a new development cycle.

Quick Start

Run the status skill to get a 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 project memory capacity and health status?

You can identify stale memory entries by detecting references to files that no longer exist, allowing you to clean up orphaned data and optimize memory usage based on the provided health metrics.

What is a memory health dashboard used for in software engineering?

Memory capacity analysis evaluates current usage against healthy, warning, and critical thresholds, alerting you when your project memory is nearing critical levels so you can take optimization and cleanup actions.

How do I detect stale memory entries in my project?

You identify stale memory entries by scanning for references to files that no longer exist, enabling you to clean up orphaned data and optimize memory usage based on the reported health metrics.

Can I get recommendations for memory optimization and cleanup?

You can get recommendations for memory optimization and cleanup based on evaluated memory metrics, which analyze topic files, line counts, and capacity status to suggest actionable performance improvements.