claude-code-plugin-expert

Enforces official Claude Code plugin development best practices across plugin components.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/lenneTech/claude-code --skill claude-code-plugin-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-plugin-expert
Source: https://github.com/lenneTech/claude-code/tree/main/plugins/lt-dev/skills/claude-code-plugin-expert
Command: npx skills add https://github.com/lenneTech/claude-code --skill claude-code-plugin-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures Claude Code plugin and marketplace elements in this repository follow the official best practices, providing a consistent foundation for plugin development, and lowering risk of misconfiguration across SKILL.md, commands, agents, hooks, and manifests.

Core Capabilities

  • Expert guidance for creating, editing, or optimizing Claude Code elements (SKILL.md, commands, agents, hooks, marketplace definitions, plugin manifests).
  • Enforces alignment with current Claude Code documentation to maintain quality, consistency, and compatibility.
  • Activates for any file under the plugins directory to maintain governance during plugin development.

Quick Start

Use this skill when starting a new Claude Code plugin or updating an existing one to validate structure, names, and documentation against official guidelines.

Frequently Asked Questions about claude-code-plugin-expert

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

FAQPage Schema
How do I enforce Claude Code plugin development best practices across my project?

This Skill enforces best practices for Claude Code plugin development by validating structure, naming conventions, YAML frontmatter, and metadata consistency across SKILL.md, commands, agents, hooks, and manifests. Apply it during plugin creation or updates to maintain alignment with official documentation and reduce misconfiguration risk.

What files and components does Claude Code plugin governance cover?

Plugin governance applies to all elements under the plugins/ directory: SKILL.md files, commands, agents, hooks, scripts, marketplace.json, and plugin.json. The Skill validates file structure, activation patterns, naming conventions, and ensures consistent metadata across all these components.

Can I use this for updating existing Claude Code plugins to current standards?

Yes. This Skill activates for any file under plugins/ to maintain governance during plugin development. Use it when updating existing plugins to validate structure, names, and documentation against current Claude Code documentation and ensure compatibility with official guidelines.

What does proper Claude Code plugin structure include?

Proper structure includes correct YAML frontmatter in SKILL.md, adherence to naming conventions for commands and agents, valid plugin.json and marketplace.json manifests, correct file organization, proper activation patterns, and consistent metadata references across all plugin components.

How do I validate my plugin metadata across manifests and documentation?

Apply expert guidance to ensure marketplace.json, plugin.json, and SKILL.md contain consistent metadata and follow official formatting requirements. The Skill enforces alignment across all manifest files to prevent inconsistencies that cause misconfiguration or marketplace publishing issues.