@webpresso/claude-plugin
v3.1.12
Published
Claude Code plugin adapter for Webpresso agent-kit skills, commands, and MCP runtime.
Downloads
697
Readme
@webpresso/claude-plugin
@webpresso/claude-plugin is the Claude Code host adapter package for Agent
Kit. It ships the Claude plugin manifest, marketplace metadata, packaged
skills, command docs, and a package-local bin/wp shim that forwards to an
Agent Kit wp CLI resolved at runtime.
This adapter does not declare @webpresso/agent-kit as a package dependency.
Its package-local bin/wp shim resolves the CLI in this order:
WEBPRESSO_WP_BIN, when set to an executable file.- The source-checkout root
../../bin/wp, for local adapter development. @webpresso/agent-kit/bin/wp, when an integrator installed the root package alongside this adapter.wponPATH.
If none of those candidates is available, install or update the root package
through wp setup, wp update, or your package manager, or set
WEBPRESSO_WP_BIN to the desired executable. The shim preserves
WP_SKIP_UPDATE_CHECK=1 by default for host MCP invocations.
The root @webpresso/agent-kit package is CLI/core only: it ships wp, MCP
tools, audits, blueprints, session memory, docs, and catalog sources, but it
does not ship this Claude payload from the root package. Use this adapter when
you need the Claude-native plugin delivery surface.
