resource-snapshot

Renders a real-time Markdown report of Claude Code sessions, MCP servers, and memory usage.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill resource-snapshot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resource-snapshot
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/resource-manager/skills/resource-snapshot
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill resource-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill captures a real-time snapshot of Claude Code processes, MCP servers, and memory usage and renders it into a portable Markdown report that can be shared in chat or CI logs.

Core Features & Use Cases

  • One-shot report generation: Produces a Markdown summary of active Claude Code processes, MCP servers, orphaned components, and total memory.
  • Self-contained execution: Uses Python stdlib and Bash to enumerate and render with no external dependencies.
  • Use Case: Ideal for quick health checks in development environments or CI pipelines when you need an at-a-glance view of runtime resources.

Quick Start

Run the resource-snapshot command to generate a current Markdown report of Claude processes, MCPs, and memory usage.

Frequently Asked Questions about resource-snapshot

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

FAQPage Schema
How do I generate a resource usage report for Claude Code and MCP servers?▼

Generate a resource usage report by running a one-shot command that enumerates active Claude Code processes, MCP servers, and memory usage, rendering the results into a portable Markdown summary.

Can I monitor Claude Code memory usage without installing external dependencies?▼

Yes, you can monitor Claude Code memory usage without external dependencies by using a self-contained Bash and Python stdlib utility that enumerates processes and renders the snapshot natively.

What is included in a Claude Code resource snapshot for CI pipelines?▼

A Claude Code resource snapshot includes active processes, MCP servers, orphaned components, and total memory usage, formatted as a Markdown report suitable for CI logs or chat.

How do I check for orphaned MCP server components in my development environment?▼

Check for orphaned MCP server components by generating a real-time resource snapshot that enumerates the active process tree and flags orphaned components within the Markdown report output.

Does the resource snapshot utility work in local development environments?▼

Yes, the resource snapshot utility works in local development environments and CI pipelines, performing quick health checks by aggregating runtime resource data into a shareable Markdown format.

What is the best way to monitor multiple Claude Code sessions at a glance?▼

The best way to monitor multiple Claude Code sessions is generating a one-shot Markdown report that aggregates process trees, MCP servers, and memory usage into a single portable view.