Memory Status
Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations.
Before & after
Same prompt, same agent — the only difference is the skill.
Let me check your memory for you. It looks like you have quite a bit stored, which is pretty normal. You might have some topics that are older or less relevant anymore, so you could consider cleaning those up at some point. Memory management is important when things start getting large. If you want, I can help you organize it better. What kind of information do you mainly store in your memory?
MEMORY HEALTH DASHBOARD CAPACITY: 67% (12,847 lines / 19,200 limit) TREND: Growing 340 lines/week (critical at current rate: full in 20 weeks) TOPIC BREAKDOWN • agentvolt-branding: 2,100 lines (16% of total) ✓ Active, referenced 8x this month • agentvolt-deploy-migration-check: 890 lines (7%) ⚠ Referenced 2x; candidate for archive • agentvolt-trial-offer-creator-only: 650 lines (5%) ✓ Active • agentvolt-env-setup: 1,200 lines (9%) ⚠ Obsolete (ADMIN_SECRET rotated 2026-07-27; update immediately) • test-accounts-seed-data: 340 lines (3%) ⚠ Stale (seeded demo rows flagged for cleanup) • affiliate-program-live: 780 lines (6%) ✓ Active • connect-webhook-account-scoped: 1,050 lines (8%) ✓ Critical, keep • browser-pane-no-raf: 420 lines (3%) ⚠ Platform-specific; archive if not on Claude Code IMMEDIATE ACTIONS (priority order) 1. Delete agentvolt-env-setup (890 lines freed) → superseded by production secrets 2. Archive 4 low-reference topics (1,200+ lines) → move to external doc 3. Consolidate test-accounts (340 lines) with deploy-migration-check CAPACITY AFTER CLEANUP: 41% (7,417 lines remaining)
About this skill
name: memory-status description: Use when Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations.
Memory Status
Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:memory-status or asks how full or healthy the agent memory is.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the memory-status skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Memory Status; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: memory-status
description: Use this skill when the user runs /si:memory-status or asks how full or healthy the agent's memory currently is.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Memory Status
Produces a memory health dashboard showing line counts, topic files, capacity, stale entries, and concrete recommendations.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.