|
|
пре 9 месеци | |
|---|---|---|
| .claude-plugin | 4ca561fb85 creating intital scaffolding for claude code plugins | пре 9 месеци |
| external_plugins | 4ca561fb85 creating intital scaffolding for claude code plugins | пре 9 месеци |
| plugins | 4ca561fb85 creating intital scaffolding for claude code plugins | пре 9 месеци |
| README.md | cecebb12fb added readme | пре 9 месеци |
A curated marketplace of high-quality plugins for Claude Code.
/plugins - Internal plugins developed and maintained by Anthropic/external_plugins - Third-party plugins from partners and the communityPlugins can be installed directly from this marketplace via Claude Code's plugin system.
Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.
Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval.
Each plugin follows a standard structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skill definitions (optional)
└── README.md # Documentation
For more information on developing Claude Code plugins, see the official documentation.