Generates standardized templates and file structures for building custom Claude Code plugin components like agents, hooks, and commands.
The Plugin Scaffolding skill provides a comprehensive framework for developing custom Claude Code plugins by offering pre-defined templates and a consistent directory structure. It streamlines the creation of sub-agents, event hooks, slash commands, and library scripts, ensuring all components adhere to the required YAML frontmatter and JSON specifications for seamless integration. This tool is essential for developers looking to extend Claude's capabilities with consistent, production-ready plugin architecture.
主要功能
01Standardized templates for agents, hooks, commands, and skills
02Support for specialized sub-agent definitions and trigger keywords
03Automated frontmatter generation with required metadata fields
04Pre-defined directory structures for consistent plugin development
05JSON output schemas for event-based plugin hooks
061 GitHub stars
使用场景
01Add custom slash commands to extend the Claude Code CLI functionality
02Create specialized sub-agents with specific tools and domain instructions
03Bootstrap a new Claude Code plugin with a complete file hierarchy