From superpowers-sage
Installs WordPress plugins via Composer in Bedrock/Lando projects. Handles zip files, package names, and slug resolution with wp-packages.org.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-sage:install-plugin [plugin slug|composer package|/absolute/or/relative/path/to/plugin.zip][plugin slug|composer package|/absolute/or/relative/path/to/plugin.zip]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install WordPress plugins through Composer only.
Install WordPress plugins through Composer only.
Announce at start: "I'm using the install-plugin skill to install this plugin with Composer inside Lando."
$ARGUMENTS
wp plugin install for new plugin installation.composer through Lando: lando composer ....composer.json (WordPress/plugin level), not theme composer.json.lando wp plugin activate <slug> after Composer install..lando.yml and root composer.json exist).skills/sage-lando/references/wordpress-composer.md.wp-packages.org repository exists:lando composer config repositories.wp-packages composer https://repo.wp-packages.org
*.zip)$ARGUMENTS../packages/<filename>.zip.plugin-name.zip -> package local/plugin-name, type wordpress-pluginmu-plugin-name.zip -> package local/plugin-name, type wordpress-muplugintype: package repository entry in root composer.json pointing to ./packages/<filename>.zip.lando composer require local/plugin-name
vendor/name)vendor/name, install directly:lando composer require vendor/name
wp-plugin/, no extra conversion is needed.wp-plugin/<slug>.https://wp-packages.org/ and map to the exact slug.lando composer require wp-plugin/<slug>
# Composer package installed
lando composer show wp-plugin/<slug>
# WordPress sees plugin
lando wp plugin list
If user requested activation:
lando wp plugin activate <slug>
wp-packages.org and retry with exact package.composer.json lives.wordpress-plugin vs wordpress-muplugin) or invalid zip structure.Report:
npx claudepluginhub hekivo/superpowers-sageInstall the Roots AI stack (acorn-ai + wordpress/mcp-adapter) in a Sage/Bedrock project via Lando. Probes readiness, installs packages, writes API key, generates .mcp.json, validates handshake.
Installs official WordPress agent-skills from the WordPress/agent-skills GitHub repository. Supports --list and --update flags. Requires user confirmation before installation.
Guides modern WordPress plugin development: scaffolding, debugging, testing, and refactoring. Covers WooCommerce, Gutenberg blocks, custom post types, WordPress REST API, hooks, admin pages, WPCS, PHPUnit, Playwright, and wp-scripts.