What problem does it solve?
This Skill diagnoses why a Claude Code plugin or one of its skills fails to load, does not trigger when expected, errors at runtime, or behaves unexpectedly, turning vague user reports into concrete defect findings and actionable fixes.
Core Features & Use Cases
- Manifest and Structure Validation: Verify .claude-plugin/plugin.json, required directories, and referenced files exist and are well-formed.
- Skill and Description Quality Checks: Validate YAML frontmatter, detect weak or missing trigger phrases, spot bare variables outside code blocks, and identify description-driven trigger failures.
- Hooks, Agents, and Runtime Context: Confirm hooks configuration and executables, check agent tool lists, inspect install status and remote repo issues, and detect conflicting plugins.
- Use Case: When a user reports "this skill should have fired" or a hook silently fails, run this Skill to locate the defect, assign severity, and recommend precise code or configuration changes.
Quick Start
Diagnose the plugin in the current directory for load, trigger, and hook problems and include --skill SKILL-NAME to focus the investigation.