Meta-development toolkit for creating Skills, Subagents, Hooks, Commands, and Plugins. Accelerates Claude Code extensibility development with intelligent generators and templates.
Create a new specialized Claude Code subagent
Create a new Claude Code hook for event-driven automation
Scaffold a new Claude Code plugin structure
Create a new Claude Code Skill with intelligent defaults
Validates Claude Code plugin directory structures and organization. Invoke when checking plugins, verifying installations, or ensuring proper setup of Skills/Agents/Commands/Hooks. Checks directory layout, required files, naming conventions, and component organization.
Specialized in validating YAML frontmatter in Claude Code Skills and subagents. Invoke when checking Skills, subagents, or other .md files with YAML frontmatter for correctness. Validates syntax, required fields, field constraints, and best practices.
Advises on choosing the right Claude Code extensibility approach (Skills, Commands, Subagents, Hooks, Plugins, MCP, Output Styles). Activates when user discusses extending Claude Code, creating automation, or is unsure which feature to use. Analyzes use cases and recommends appropriate solutions with trade-off explanations. Use when user mentions "should I use", "what's the best way", "skill or command", "which approach", or discusses extensibility options.
Creates and configures Claude Code hooks for event-driven automation. Activates when user wants to automate tasks, create event handlers, add formatting/logging/notifications, or ensure deterministic behaviors. Updates settings.json safely with hook configurations. Use when user mentions "create hook", "automate", "on save", "pre/post tool", "notification", "formatting hook", or wants always-on behaviors.
Scaffolds complete Claude Code plugin structures with all necessary directories, manifest, and documentation. Activates when user wants to create a new plugin, package features together, or prepare for marketplace distribution. Creates plugin.json, directory structure, and starter documentation. Use when user mentions "create plugin", "new plugin", "scaffold plugin", "plugin structure", or "share via marketplace".
Generates new Claude Code Skills with intelligent defaults. Activates when user discusses creating a new skill, capability, or reusable workflow. Infers purpose from context, creates proper YAML frontmatter, suggests tool restrictions, and sets up supporting file structure. Use when user mentions "create a skill", "new skill", "skill for", or discusses adding reusable capabilities.
Generates custom Claude Code subagents with specialized expertise. Activates when user wants to create a subagent, specialized agent, or task-specific AI assistant. Creates properly formatted .md files with YAML frontmatter, suggests tool restrictions and model selection, generates effective system prompts. Use when user mentions "create subagent", "new agent", "specialized agent", "task-specific agent", or wants isolated context for domain-specific work.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A meta-development toolkit for creating Claude Code extensibility features. Build Skills, Subagents, Hooks, Commands, and Plugins faster with intelligent generators and proven templates.
Claude Builder is a comprehensive plugin that helps you create and manage Claude Code extensibility features. It uses a hybrid approach:
skill-generator - Create new Skills with intelligent defaults
plugin-scaffolder - Scaffold complete plugin structures
subagent-generator - Generate custom subagents
hook-generator - Create and configure hooks
extensibility-advisor - Choose the right approach
Invoke these directly when you want immediate action:
/new-skill [name] - Create a new Skill/new-plugin [name] - Scaffold a new plugin/new-agent [name] - Generate a new subagent/new-hook [event] - Create a new hookPre-built templates for common patterns:
Skills:
Agents:
Hooks:
Plugins:
/plugin marketplace add squirrelsoft-dev/squirrelsoft-marketplace
/plugin install claude-builder@squirrelsoft-dev
# Create a dev marketplace
mkdir -p ~/.claude/marketplaces/dev/.claude-plugin
echo '{"name": "dev", "description": "Development marketplace"}' > ~/.claude/marketplaces/dev/.claude-plugin/marketplace.json
# Link claude-builder plugin
ln -s /path/to/claude-builder ~/.claude/marketplaces/dev/claude-builder
# Add marketplace and install
/plugin marketplace add ~/.claude/marketplaces/dev
/plugin install claude-builder@dev
Add to your project's .claude/settings.json:
{
"plugins": {
"marketplaces": [
{
"path": "/path/to/marketplace"
}
],
"installed": [
{
"name": "claude-builder",
"marketplace": "dev"
}
]
}
}
Just start discussing what you want to create:
You: I need a skill that helps me review security issues in code
Claude: [skill-generator activates and helps you create it]
Use slash commands for immediate action:
You: /new-skill security-reviewer
Claude: [Creates a new security-reviewer skill with intelligent defaults]
When unsure which approach to use:
You: I want to automatically format code after edits. Should I use a skill or a hook?
Claude: [extensibility-advisor explains that hooks are better for deterministic automation]
You: I want to create a skill that helps me write API documentation
Claude: I'll help you create an API documentation skill. Let me generate it with intelligent defaults.
[skill-generator creates:]
- skills/api-doc-generator/SKILL.md
- Proper YAML frontmatter
- System prompt for API documentation
- Tool restrictions (Read, Grep, Glob for analyzing code)
You: /new-plugin team-productivity
Claude: Creating a new plugin structure...
[plugin-scaffolder creates:]
- team-productivity/
- .claude-plugin/plugin.json
- skills/
- commands/
- agents/
- README.md
You: I need a specialized agent for database query optimization
Claude: I'll create a database optimization subagent with appropriate tools.
[subagent-generator creates:]
- agents/db-optimizer.md
- Tool access: Read, Grep, Bash (for analyzing queries)
- Model: Sonnet (good balance for analysis)
Comprehensive workflow automation toolkit for the complete software development lifecycle. Includes 51+ specialized agents, composable workflow commands, and intelligent orchestration for requirements gathering, planning, implementation, testing, and deployment.
Fetches, caches, and versions documentation from web sources to provide accurate, version-specific context for AI coding agents
npx claudepluginhub squirrelsoft-dev/squirrelsoft-marketplace --plugin claude-builderCreate skills, subagents, hooks, commands, and plugins for Claude Code
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.