cc-inspect

Inspect Claude Code runtime state and plugin configuration via Bash script.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune --skill cc-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-inspect
Source: https://github.com/vinhnxv/rune/tree/main/plugins/rune/skills/cc-inspect
Command: npx skills add https://github.com/vinhnxv/rune --skill cc-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code runtime environment inspector provides a comprehensive overview of the current runtime state to help diagnose environment issues, verify session isolation, and ensure plugin loading correctness.

Core Features & Use Cases

  • Reports environment variables, session identity, config directory, plugin paths, system toolchain versions, Rune runtime state, and platform details.
  • Supports debugging during plugin development and deployment by verifying config resolution, session integrity, and toolchain availability.
  • Use Case: When Claude Code sessions behave unexpectedly, run this tool to surface configuration issues and runtime health indicators for quick remediation.

Quick Start

Run the diagnostic script to produce an in-context report for the active Claude Code session.

Frequently Asked Questions about cc-inspect

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

FAQPage Schema
How do I diagnose Claude Code runtime environment issues?

To diagnose Claude Code runtime environment issues, run a diagnostic script that collects environment variables, session identity, config paths, and plugin data to surface configuration problems and verify health.

What is the best way to verify Claude Code plugin loading correctness?

The best way to verify plugin loading correctness is to inspect the Claude Code runtime state, which checks plugin paths and config directory resolution to ensure plugins are loading properly during session initialization.

How do I check session isolation and toolchain availability in Claude Code?

You check session isolation and toolchain availability by inspecting the runtime state, which reports session identity, system toolchain versions, and config paths to confirm the environment is correctly isolated and equipped.

Can I get JSON output from a Claude Code runtime diagnostic?

Yes, you can get JSON output from a Claude Code runtime diagnostic. The inspection script collects environment, session, system, and plugin data, and can emit JSON when requested for structured troubleshooting.

When should I run a Claude Code runtime health check?

You should run a Claude Code runtime health check when sessions behave unexpectedly or during plugin development and deployment, as it surfaces configuration issues and verifies config resolution for quick remediation.