superpowers-sage:install-plugin

Automate WordPress plugin installation via Composer in Bedrock projects.

13|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-install-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-sage:install-plugin
Source: https://github.com/codigodoleo/superpowers-sage/tree/main/skills/install-plugin
Command: npx skills add https://github.com/codigodoleo/superpowers-sage --skill superpowers-sage-install-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing WordPress plugins in Bedrock projects is error-prone and manual; this skill standardizes plugin installation through Composer inside Lando, reducing setup time and inconsistency.

Core Features & Use Cases

  • Enforces Composer-based plugin installation inside Bedrock projects
  • Handles local ZIP packages, WordPress plugin packages, and slug-based installations with repository configuration
  • Supports activation after install to enable plugins immediately in WordPress

Quick Start

Install a plugin by providing its slug or path while inside a Bedrock project.

Frequently Asked Questions about superpowers-sage:install-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install a WordPress plugin in a Bedrock project using Composer?

Installing a WordPress plugin in Bedrock via Composer is automated through Lando by validating the project context, configuring wp-packages repositories, and ensuring the correct plugin package type.

Can I activate a WordPress plugin immediately after installing it with Composer?

Yes, plugin activation after installation is supported, enabling plugins immediately within the Bedrock WordPress setup after the Composer package management process completes.

Does this plugin installation method support local ZIP packages in Bedrock?

Yes, the Bedrock plugin installation method supports local ZIP packages, WordPress plugin packages, and slug-based installations, handling repository configuration for each type.

What is the best way to manage WordPress plugin dependencies in a Bedrock setup?

Using Composer through Lando is the best way to manage WordPress plugins in Bedrock, standardizing installation, reducing manual setup inconsistencies, and validating project context for accurate package management.

Do I need Lando to manage WordPress plugins with Composer in Bedrock?

Yes, Lando is required because the Skill automates Composer plugin installation inside Bedrock projects by executing commands through the Lando environment, validating context, and configuring repositories.