superpowers-sage:acorn-commands

Scaffold Acorn CLI commands for Sage-based WordPress projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lando, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines the creation and management of Acorn CLI commands for WordPress automation within Sage projects, reducing boilerplate and manual setup.

Core Features & Use Cases

  • Scaffold new Acorn commands with lando acorn make:command and ensure AppServiceProvider registration for auto-discovery.
  • Support artisan-style commands with dependency injection, CLI arguments, options, and output formatting for robust admin tooling.
  • Provide practical references for command scheduling, maintenance tasks, and troubleshooting to accelerate development and reliability.

Quick Start

Invoke the create-command.sh script with a PascalCase command name to scaffold a new Acorn command.

Frequently Asked Questions about superpowers-sage:acorn-commands

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

FAQPage Schema
How do I automate Acorn CLI commands for WordPress Sage projects?

You can automate Acorn CLI commands for WordPress Sage projects by using a dedicated scaffolding script to generate artisan-style commands and register them in the AppServiceProvider for auto-discovery. This reduces manual boilerplate setup.

What is the best way to scaffold new Acorn commands in a Sage theme?

The best way to scaffold Acorn commands in a Sage theme is invoking a helper script with a PascalCase command name, which generates the command structure and ensures it is registered for WordPress auto-discovery.

Do I need Lando to create and manage Acorn CLI commands?

Yes, you need Lando installed and configured for your local development environment to run the Acorn command scaffolding scripts and execute the resulting WordPress automation tasks.

Can I use dependency injection and CLI arguments with Acorn commands in WordPress?

Yes, Acorn commands in WordPress support dependency injection, CLI arguments, options, and output formatting, enabling you to build robust admin tooling and maintenance tasks similar to Laravel artisan commands.

How do I schedule and troubleshoot Acorn CLI commands in WordPress?

You can schedule and troubleshoot Acorn CLI commands in WordPress by referencing provided scheduling and troubleshooting guides, which help accelerate development and ensure command reliability for maintenance tasks.

Why are my custom Acorn commands not auto-discovered in my Sage project?

Custom Acorn commands may not be auto-discovered if they are not properly registered in the AppServiceProvider, a step required after scaffolding to ensure the WordPress application recognizes and loads the commands.