mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
docs: Update README with skills and hooks sections (#11818)
* docs: Update README with skills and hooks sections Added sections for skills and hooks to the plugin structure per the [official documentation](https://code.claude.com/docs/en/plugins#plugin-structure-overview). * docs: add .mcp.json --------- Co-authored-by: Anthony Morris <amorriscode@gmail.com>
This commit is contained in:
@@ -81,8 +81,11 @@ Each plugin follows the standard Claude Code plugin structure:
|
|||||||
plugin-name/
|
plugin-name/
|
||||||
├── .claude-plugin/
|
├── .claude-plugin/
|
||||||
│ └── plugin.json # Plugin metadata
|
│ └── plugin.json # Plugin metadata
|
||||||
├── commands/ # Slash commands (optional)
|
├── commands/ # Slash commands (optional)
|
||||||
├── agents/ # Specialized agents (optional)
|
├── agents/ # Specialized agents (optional)
|
||||||
|
├── skills/ # Agent Skills (optional)
|
||||||
|
├── hooks/ # Event handlers (optional)
|
||||||
|
├── .mcp.json # External tool configuration (optional)
|
||||||
└── README.md # Plugin documentation
|
└── README.md # Plugin documentation
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user