Claude code plugins
Skill JamesPrial/claude-plugins/claude-code-guide/skills/claude-code-plugins
Sample/PoC Claude plugin marketplace
npx -y skills add JamesPrial/claude-plugins --skill claude-code-pluginsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Contains all relevant documentation for Claude Code Plugins. ALWAYS PROACTIVELY use when working on or with plugins, hooks, skills, MCP servers, or settings.
SKILL.md
1.3 KB, as published. Nobody here has run it
Claude Code Plugins
Comprehensive documentation for Claude Code extensibility. Plugins let you extend Claude Code with custom functionality that can be shared across projects and teams. Install plugins from marketplaces to add pre-built commands, agents, hooks, Skills, and MCP servers, or create your own to automate your workflows.
Start with Plugins. Only read what you need. Come back if you need more.
References
- Plugins - Tutorials and practical usage
- Plugin Reference - Technical specifications and schemas
- Plugin Marketplaces - Creating and managing plugin marketplaces
- Slash Commands - Slash command development details
- Subagents - Custom AI subagent definitions
- Hooks - Event handling and automation
- MCP - External tool integration via Model Context Protocol
- Settings - Configuration options for Claude Code
- Skills - Agent skill development