plugin-integration-checker
Installation
SKILL.md
Plugin Integration Checker
After creating or modifying a skill, this skill checks whether it's part of a Claude Code plugin and verifies proper integration with commands and agents following the three-layer architecture pattern.
When to Use
Use this skill automatically after:
- Creating a new skill that's part of a plugin
- Modifying an existing skill in a plugin
- User asks to check plugin integration
- Skill path contains
.claude-plugins/orplugins/
Three-Layer Architecture
A well-designed plugin follows this pattern:
Command (Orchestration) → Agent (Execution) → Skill (Knowledge)