| id | agents.docs.install.claude-code | ||
|---|---|---|---|
| title | Install WebDev Agent Kit for Claude Code | ||
| doc_type | user-guide | ||
| layer | docs | ||
| status | active | ||
| publishable | true | ||
| local_only | false | ||
| tags |
|
||
| parent |
|
||
| related |
|
||
| depends_on |
-
Download the latest Claude Code package.
-
Extract the archive into a permanent local directory outside the project. The extracted plugin root must be the
webdev-agent-kit/directory containing.claude-plugin/plugin.jsonand.claude-plugin/marketplace.json. -
Add the extracted directory as a local marketplace. Replace the quoted path with the absolute path to the
webdev-agent-kit/directory:claude plugin marketplace add "<path-to-directory>/webdev-agent-kit" -
Install the plugin in user scope so it is available in every project and does not modify
.claude/settings.jsonin the current repository:claude plugin install webdev-agent-kit@webdev-agent-kit --scope user -
Start Claude Code. If the installation was performed during an open session, apply the changes without restarting:
/reload-plugins -
Verify the installation with
claude plugin list, or open/pluginand confirm thatwebdev-agent-kit@webdev-agent-kitis enabled in user scope.