Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-sage.
Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-sage.
Plugin Claude Code
Modern WordPress development with Sage, Acorn & Lando. Workflow skills: /architecture-discovery, /plan-generator, /building, /designing, /verifying (+ /architecting compatibility alias), with design tool integration, content modeling, visual verification, and comprehensive hooks.
Instructions file CodexOpenCode
Instructions for hekivo/superpowers-sage, covering superpowers sage — universal rules, environment, protected files (never edit directly), tailwind v4 and routing & content.
Instructions file
Instructions for hekivo/superpowers-sage, covering superpowers sage — universal rules, environment, protected files (never edit directly), tailwind v4 and routing & content.
Agent
Analyzes procedural WordPress theme code (functions.php, inc/ files, classic theme templates) and produces a phased migration plan to Acorn/Sage architecture. Detects registerposttype (migrate to Poet config/poet.php), addaction/addfilter hooks (migrate to Service Provider boot()), global $wpdb queries (migrate to…
Agent
Analyzes block/component content and recommends data modeling; classifies content as static ACF fields, dynamic CPT collections, global Options Pages, or relational content with Poet configuration.
Agent
Extracts precise design specifications from Paper/Figma/Stitch MCPs or local reference images; produces structured spec files (typography, colors, spacing, SVGs, layout) in two modes — PANORAMIC for full-project token extraction and SURGICAL for per-component deep extraction.
Agent
HTML Forms + Sage specialist — analyzes existing form implementations (Blade form view, JS validation module, block wiring, CSS hygiene, DOM event handlers) against sage-forms skill patterns, proposes concrete fixes, and applies them atomically behind a single approval gate. Also scaffolds new forms standalone outside…
Agent
Diagnoses Livewire components that fail to mount, update, or emit events in Sage/Acorn projects. Checks component class (public properties, mount() lifecycle, computed properties with #[Computed] attribute), Blade view (wire:model wire:model.live wire:click wire:submit bindings, @livewireScripts @livewireStyles…
Agent
Extracts design specs from Pencil MCP (.pen files); operates in three modes — PANORAMIC for global token extraction from .lib.pen files, SURGICAL for per-section spec production, and COMPONENTMAP for bridging the Pencil component library to suggested Blade components.
Agent
Analyzes feature requirements, consults design tools, invokes content modeling, and recommends architecture for Sage/Acorn/Lando projects following stack conventions and opinionated preferences.
Agent
Diagnoses issues in Sage/Acorn/Lando projects by checking logs, configs, cache, autoload, and service status with knowledge of common pitfalls like Blade cache and OPcache.
Agent
Reviews Sage/Acorn code against stack conventions, checking providers, hooks, ACF patterns, Blade structure, content modeling decisions, and visual alignment with design reference.
Agent
Audits Sage/Tailwind v4 projects across five categories: v3-to-v4 syntax migration (tailwind.config.js, theme() calls, @apply overuse), arbitrary value tokenization (text-[px] tracking-[px] max-w-[px] replace with @theme tokens), PHP color-prop resolution (match($tone) Tailwind class strings, tone="fg" prop drilling…
Agent
Compares implemented sections against design reference using screenshots; reads plan spec files and reference images, captures implementation via Playwright MCP, checks for arbitrary Tailwind values, reports visual match, drift, or missing elements.
Command
Scaffolds a new ACF field group as a PHP class via Acorn's ACF scaffolding command.
Command
Scaffolds a new Livewire component via the project's create-component script.
Command
Reports Lando health, stack versions, active plan, and design tools for the current Sage project.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-activate.sh via bash. From hekivo/superpowers-sage.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From hekivo/superpowers-sage.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-edit.sh via bash. From hekivo/superpowers-sage.
Hook
Runs after the context is compacted, executing post-compact.sh via bash. From hekivo/superpowers-sage.
Hook
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing pre-commit.sh and pre-write-protected.sh via bash (2 commands). From hekivo/superpowers-sage.
Hook
Runs when a subagent finishes, executing post-subagent.sh via bash. From hekivo/superpowers-sage.