// Master Claude Code plugin architecture, design patterns, and technical implementation. Learn to build scalable, maintainable plugins with proper structure, performance optimization, and security best practices.
| name | plugin-architecture |
| description | Master Claude Code plugin architecture, design patterns, and technical implementation. Learn to build scalable, maintainable plugins with proper structure, performance optimization, and security best practices. |
{
"name": "my-plugin",
"version": "1.0.0",
"displayName": "My Plugin",
"agents": [...],
"commands": [...],
"skills": [...]
}
Initialization โ Loading โ Execution โ Cleanup
.claude-plugin/plugin.json - Plugin manifestagents/ - Agent definitionscommands/ - Slash commandsskills/ - Learning skillshooks/ - Automation hooks