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:
parent
bcda757fff
commit
5a17f570db
1 changed files with 5 additions and 2 deletions
|
|
@ -81,8 +81,11 @@ Each plugin follows the standard Claude Code plugin structure:
|
|||
plugin-name/
|
||||
├── .claude-plugin/
|
||||
│ └── plugin.json # Plugin metadata
|
||||
├── commands/ # Slash commands (optional)
|
||||
├── agents/ # Specialized agents (optional)
|
||||
├── commands/ # Slash commands (optional)
|
||||
├── agents/ # Specialized agents (optional)
|
||||
├── skills/ # Agent Skills (optional)
|
||||
├── hooks/ # Event handlers (optional)
|
||||
├── .mcp.json # External tool configuration (optional)
|
||||
└── README.md # Plugin documentation
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue