The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33> Load custom plugins to extend Claude Code with skills, agents, hooks, and MCP servers through the Agent SDK
44
5Plugins allow you to extend Claude Code with custom functionality that can be shared across projects. Through the Agent SDK, you can programmatically load plugins from local directories to add capabilities to your agent sessions. A plugin can include:
5Plugins let you extend Claude Code with custom functionality that can be shared across projects. Through the Agent SDK, you can programmatically load plugins from local directories to add capabilities to your agent sessions. A plugin can include:
66
77* **Skills**: capabilities Claude invokes autonomously when relevant. You can also invoke a plugin skill directly with `/plugin-name:skill-name`.
88* **Agents**: specialized subagents for specific tasks