Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.73 KB

File metadata and controls

53 lines (42 loc) · 1.73 KB
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
docs/install
client/claude-code
parent
[[docs/install/README|Installation Guides]]
related
[[common/client-adaptation-policy|Client Adaptation Policy]]
[[docs/mcp/claude|MCP in Claude Clients]]
depends_on

Install WebDev Agent Kit for Claude Code

  1. Download the latest Claude Code package.

  2. 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.json and .claude-plugin/marketplace.json.

  3. 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"
    
  4. Install the plugin in user scope so it is available in every project and does not modify .claude/settings.json in the current repository:

    claude plugin install webdev-agent-kit@webdev-agent-kit --scope user
    
  5. Start Claude Code. If the installation was performed during an open session, apply the changes without restarting:

    /reload-plugins
    
  6. Verify the installation with claude plugin list, or open /plugin and confirm that webdev-agent-kit@webdev-agent-kit is enabled in user scope.

← All installation guides · MCP setup · All documentation