claude-code-analyzer

Analyzes plugin structures and Claude Code configurations for structural issues and opportunities.

13|2|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/kriscard/kriscard-claude-plugins --skill claude-code-analyzer-kriscard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-analyzer
Source: https://github.com/kriscard/kriscard-claude-plugins/tree/main/plugins/essentials/skills/claude-code-analyzer
Command: npx skills add https://github.com/kriscard/kriscard-claude-plugins --skill claude-code-analyzer-kriscard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, python3, shasum, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyzing plugin codebases and Claude Code configurations can be time-consuming and error-prone.

Core Features & Use Cases

  • Analyze project structure and Claude Code integration
  • Detect configuration issues and potential improvements
  • Discover community resources and references

Quick Start

Please run the Claude Code analyzer on your current plugin project to generate a detailed report.

Frequently Asked Questions about claude-code-analyzer

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

FAQPage Schema
How do I analyze my Claude Code plugin structure for configuration issues?

You can analyze plugin structure by running the Claude Code analyzer on your project directory. It validates the project structure, checks that CLAUDE.md exists and is well-formed, and detects configuration issues with actionable recommendations.

What is a CLAUDE.md health check and when do I need it?

A CLAUDE.md health check validates that your configuration file exists and is well-formed. You need it when managing plugin repositories to ensure configurations are correct and to discover structural improvement opportunities across projects.

Do I need python3 and jq installed to check my Claude Code configuration?

Yes, you need python3, jq, and shasum installed. These dependencies are required for the analyzer to parse plugin structures, process configuration files, and generate detailed reports on your Claude Code project.

Can I discover community resources and references across multiple plugin projects?

Yes, the analyzer discovers community resources and references across projects. It scans plugin repositories to identify available resources, providing a comprehensive view of community references within your project structure.

What's the best way to detect structural issues in a Claude Code plugin repository?

The best way to detect structural issues is running the analyzer on your plugin repository. It validates project structure, checks CLAUDE.md health, and identifies configuration problems, delivering a detailed report with actionable recommendations.

Why does my Claude Code plugin project fail configuration checks?

Configuration checks fail when CLAUDE.md is missing or poorly formed, or when project structure is invalid. The analyzer identifies these specific structural issues and provides actionable recommendations to resolve your plugin setup.