health

Diagnose toolkit health by reporting memory, injection, and session metrics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/Motium-AI/claude-code-toolkit/tree/main/config/skills/health
Command: npx skills add https://github.com/Motium-AI/claude-code-toolkit --skill health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Health Skill provides a concise health report of the toolkit by gathering and presenting metrics on memory state, injection effectiveness, and session diagnostics to help you detect issues early and maintain reliability.

Core Features & Use Cases

  • Live health assessment: generate up-to-date reports on memory usage, injection success, and session status.
  • Historical trends: review recent health snapshots to track progress and detect degradation over time.
  • Actionable recommendations: surface practical steps to improve stability after builds or deployments.

Quick Start

Run the health check against your project root to produce a Markdown health report. See the provided sample execution in the repository.

Frequently Asked Questions about health

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

FAQPage Schema
How do I generate a health report for my Python toolkit?

To generate a health report, run the health check against your project root to produce a structured Markdown report containing Memory Health, Injection Effectiveness, and Session State sections.

What metrics are included in a toolkit health diagnostic report?

A toolkit health diagnostic report includes memory state metrics, injection effectiveness rates, and session diagnostics to help you detect issues and maintain reliability.

Can I track historical health trends for my deployments?

Yes, you can review recent health snapshots to track historical health trends, allowing you to monitor progress and detect system degradation over time after builds or deployments.

Does the health diagnostic toolkit require external dependencies?

No, the health diagnostic toolkit operates without external dependencies, allowing you to directly assess memory, injection, and session metrics without additional environment setup.

When should I run a health diagnostic check on my project?

You should run a health diagnostic check during builds, deployments, and post-change reviews to capture live health data and surface actionable recommendations for improving stability.

Why does my toolkit health report show injection effectiveness issues?

Injection effectiveness issues in a health report indicate failures in the injection mechanism, requiring you to review the actionable recommendations provided in the session state section to resolve the problem.