solo-memory-audit

Audit Claude Code memory usage and generate startup context reports.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-memory-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-memory-audit
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/memory-audit
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-memory-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Claude Code memory usage to reveal what loads at session start, quantify the context budget, and surface opportunities to optimize memory footprint.

Core Features & Use Cases

  • Memory map and startup analysis to identify loaded files
  • Context-budget assessment to guide memory reduction
  • Actionable optimization hints for per-project CLAUDE.md configurations

Quick Start

Run the memory-audit tool on your project to generate a startup context report and optimization hints.

Frequently Asked Questions about solo-memory-audit

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

FAQPage Schema
How do I audit memory usage and context budget for a Claude Code project startup?

To audit Claude Code memory usage, run a memory-map analysis script on your project. This generates a startup context report that quantifies your context budget and reveals exactly what loads at session start.

What is a startup memory audit and when do I need to optimize my context budget?

A startup memory audit identifies loaded files in your CLAUDE.md configurations to quantify context budget usage. You need it when optimizing memory hierarchy, planning session startup, or reducing memory load across project configurations.

How do I reduce memory load and optimize CLAUDE.md configurations for my project?

Reduce memory load by running a memory audit to surface actionable optimization hints. These hints provide per-project guidance to restructure your CLAUDE.md configurations and minimize the startup context footprint.

Do I need a memory-map analysis script to audit Claude Code session startup?

Yes, auditing Claude Code session startup requires an analysis script and access to memory-map results. These dependencies are necessary to reveal the loaded files and assess the context budget accurately.

What are the limitations of auditing memory usage for CLAUDE.md configurations?

Auditing memory usage is limited by its reliance on memory-map results and an external analysis script. It provides per-project guidance and conditional recommendations, meaning it cannot audit configurations lacking these prerequisite inputs.