superpowers-sage:sage-lando

Automate Roots Sage project setup with Acorn and Lando workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines the setup and ongoing development workflow for Roots Sage projects by bundling Acorn, Lando, and Bedrock configurations into a single, repeatable pattern.

Core Features & Use Cases

  • Guides local environment provisioning with Lando for WordPress/Bedrock + Sage themes.
  • Provides generator-driven scaffolding (Acorn, ACF Composer, and related tooling) and automation scripts.
  • Serves as a reference for integrating frontend tooling (Vite, Tailwind) and WordPress config in Sage-based projects.

Quick Start

Start the local Sage project with Lando and Acorn to bootstrap the environment and begin generating components.

Frequently Asked Questions about superpowers-sage:sage-lando

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

FAQPage Schema
How do I set up a local WordPress development environment using Lando with Bedrock and Sage?

To set up a local WordPress environment with Lando, Bedrock, and Sage, you need a workflow that provisions the local server while maintaining the dual-root composer structure for WordPress core and theme dependencies. This Skill automates that local environment provisioning and configuration.

How do I generate Acorn components and ACF blocks in a Sage theme?

Generating Acorn components and ACF blocks in a Sage theme requires specific scaffolding commands like make:component, acf:block, and acf:field. This Skill provides the generator-driven scaffolding to automate these commands within your local development setup.

Does the Roots Sage workflow support Vite and Tailwind frontend tooling?

Yes, the Roots Sage workflow supports Vite and Tailwind frontend tooling. This Skill serves as a reference for integrating the Vite frontend stack and Tailwind styles alongside your WordPress configuration in Sage-based projects.

What is the best way to manage dual-root composer contexts in a Bedrock WordPress project?

Managing dual-root composer contexts in a Bedrock WordPress project involves separating dependencies for the root WordPress core and the Sage theme. This Skill ensures both composer contexts are properly aligned and maintained throughout your development workflow.

Why do I need Acorn service providers in my Sage theme development?

You need Acorn service providers in Sage theme development to manage dependency injection and bootstrap framework features within WordPress. This Skill aligns with generator commands like make:provider to help you scaffold and integrate these service providers efficiently.