plugin-integration-checker

Detect plugin context and validate skill integration within Claude Code plugins.

4.9k|384|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/libukai/awesome-agent-skills --skill plugin-integration-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-integration-checker
Source: https://github.com/libukai/awesome-agent-skills/tree/main/plugins/agent-skills-toolkit/skills/plugin-integration-checker
Command: npx skills add https://github.com/libukai/awesome-agent-skills --skill plugin-integration-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that a skill is properly integrated into a Claude Code plugin, validating its placement and references within commands and agents.

Core Features & Use Cases

  • Detect plugin context and locate the plugin root to assess plugin association.
  • Validate integration with commands and agents following the three-layer architecture.
  • Generate a structured integration report with findings and actionable recommendations.

Quick Start

After creating or updating a skill inside a plugin, run the integration checker to validate its plugin wiring.

Frequently Asked Questions about plugin-integration-checker

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

FAQPage Schema
How do I verify a skill is properly integrated into a Claude Code plugin?

To verify skill integration, run the checker to detect the plugin root via .claude-plugin or plugin.json, validate its references within commands and agents, and generate a structured report with findings and recommended improvements.

What is the three-layer architecture for plugin commands and agents?

The three-layer architecture validates how skills are wired within a plugin by checking associations between the skill, commands, and agents, ensuring proper plugin context and structural adherence before reporting standalone usage or reference errors.

How do I extract plugin metadata and context for a specific skill?

Extract plugin metadata and context by locating the plugin root containing .claude-plugin or plugin.json, then identifying the plugin name, version, and referenced files to validate the skill's placement and contextual wiring.

Does this integration checker identify standalone usage of skills outside plugins?

Yes, the integration checker identifies standalone usage by validating placement against the plugin root, reporting whether the skill is correctly referenced by commands and agents or operating independently outside the plugin context.

What does the structured integration report include after checking plugin wiring?

The structured integration report includes the plugin name, version, referenced files, detected standalone usage, validation findings against the three-layer architecture, and actionable recommended improvements for fixing plugin wiring.