This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/reference/plugins-skills.md
2026-03-31 15:38:58 +05:00

766 B

Plugins and skills

Primary paths: src/plugins/, src/skills/, src/utils/plugins/, src/utils/skills/, src/tools/SkillTool/, src/services/plugins/

Bundled plugins ship under plugins/bundled/; PluginInstallationManager and CLI commands under services/plugins/ support install/update scopes. Skills load from project and user directories; skillChangeDetector watches for changes.

SkillTool exposes skill invocation to the model. Hooks and commands defined by plugins align with Plugins and Skills.

See also: Plugins reference, Discover plugins.