Collection of Claude Code plugins, commands, skills, and agents for enhancing development workflows
npx claudepluginhub shawn-sandy/claude-codeExample plugin demonstrating all Claude Code component types: commands, skills, agents, hooks, and MCP configuration
Plugin development toolkit with skills and utilities for creating, scaffolding, and managing Claude Code plugins
A collection of plugins, commands, skills, agents, and hooks for Claude Code - extending Claude's capabilities for development workflows.
Add this marketplace to your Claude Code installation:
/plugin marketplace add shawn-sandy/claude-code
Then install any plugin:
/plugin install starter-plugin@claude-code-marketplace
For local testing or development, you can add this marketplace from your filesystem:
# Add marketplace from local directory
/plugin marketplace add /path/to/claude-code
# Or use a relative path
/plugin marketplace add ./path/to/claude-code
# Then install plugins
/plugin install starter-plugin@claude-code-marketplace
This is useful when:
This repository uses Husky git hooks for automated validation. The hooks run automatically and require no npm/node setup:
Validation Hooks:
pre-commit - Validates JSON, shell scripts, and YAML frontmattercommit-msg - Enforces conventional commit format (<type>: <description>)pre-push - Runs OpenSpec validation and security checksprepare-commit-msg - Provides helpful commit message templateThe hooks use system tools (jq, bash, openspec) without additional dependencies.
Commit Message Format:
# Required format
<type>: <description>
<type>(<scope>): <description>
# Examples
docs: update README with installation steps
feat(plugins): add new testing plugin
fix: resolve JSON validation issue
For troubleshooting and bypassing hooks, see CONTRIBUTING.md.
A comprehensive example plugin demonstrating all Claude Code component types with detailed documentation and best practices.
Components:
/example) with frontmatter configurationInstall:
/plugin install starter-plugin@claude-code-marketplace
Usage Examples:
# Try the example command
/example Hello from the marketplace!
# Skills are automatically triggered by Claude based on context
# Try asking: "Show me how to create a skill"
# Agents are launched via the Task tool
# Try asking: "Use the example-agent to explain agents"
Plugin development toolkit with interactive skills for creating, scaffolding, and managing Claude Code plugins.
Components:
plugin-setup - Interactive plugin scaffolding with comprehensive validationInstall:
/plugin install plugin-dev@claude-code-marketplace
Usage Examples:
# The plugin-setup skill triggers automatically when you say:
"Create a new plugin"
"Setup a plugin"
"Add a skill to my plugin"
"Create a command"
# The skill will guide you through:
# 1. Gathering plugin requirements
# 2. Creating proper directory structure
# 3. Generating component templates
# 4. Updating marketplace catalog
# 5. Running comprehensive validation
# 6. Providing local testing instructions
User-invoked actions that start with /. Perfect for:
Structure: commands/command-name.md with YAML frontmatter
Autonomously triggered capabilities that enhance Claude's abilities. Perfect for:
Structure: skills/skill-name/SKILL.md with YAML frontmatter
Best Practice: Complex skills should include README.md for user documentation separate from the system prompt. See templates/skill-readme-template.md for template.
Specialized subagents for complex, domain-specific tasks. Perfect for:
Structure: agents/agent-name.md with YAML frontmatter
Event-driven automation that responds to tool usage and session events. Perfect for:
Structure: hooks/hooks.json with hook configurations
Model Context Protocol integrations for external services. Perfect for:
Structure: .mcp.json with server configurations
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations