hekivo

61 mods across 1 repository, 13 stars between them.

Stop

25

hekivo/superpowers-sage

Hook

Runs when the agent finishes a response, executing post-stop.sh via bash. From hekivo/superpowers-sage.

13 2mo ago A tokens not measured copy · 56% MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Creates custom WordPress Abilities for the WP MCP Adapter (WP 6.9+). An Ability is a PHP class extending Roots\AcornAi\Abilities\Ability that exposes a JSON schema and execute() method — auto-discovered by the MCP Adapter and callable via Claude's execute-ability tool. Covers: lando wp acorn make:ability…

13 2mo ago A 137 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Acorn CLI commands for WordPress automation — lando acorn make:command, artisan-style commands, Command::class, $signature, $description, handle() method, command arguments and options, output formatting, dependency injection in commands, calling other commands, AppServiceProvider registration, wp acorn schedule:run…

13 2mo ago A 94 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Eloquent, model, migration, relationship, hasMany, belongsTo, belongsToMany, Acorn Eloquent, custom table, wpposts, wpusers, wppostmeta, factory, query scope, scopePublished, global scope, make:model, make:migration, lando acorn migrate, $fillable, $casts, $timestamps, $primaryKey, HasFactory, db:seed, seeder …

13 2mo ago A 108 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Livewire v3 in WordPress via Acorn: Livewire component, wire:model, wire:model.live, @livewire directive, reactive component, livewire component, make:livewire, Alpine + Livewire, wire:click, wire:submit, WithFileUploads, computed properties, mount lifecycle, hydrate, Acorn Livewire, roots/acorn-livewire, real-time…

13 2mo ago A 104 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Logging in Acorn/WordPress — Log::debug(), Log::error(), Log::channel(), custom log channels, daily log files, stack channel, Slack log notifications, exception handling logging, WordPress debug.log integration, WPDEBUGLOG, structured logging, context arrays, monolog handlers, log levels, emergency info warning error…

13 2mo ago A 88 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

HTTP middleware, JWT authentication, auth middleware, custom guards, JWT guard, route middleware, request filter, middleware group, Acorn middleware, guard, rate limiting, CORS, CheckRole, throttle, bearer token, request filtering, middleware registration, HTTP Kernel — using Acorn's Laravel middleware stack inside…

13 2mo ago A 79 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Background job processing in WordPress via Acorn: Laravel queue, dispatch, queue:work, ShouldQueue, failed jobs, Action Scheduler, asschedulesingleaction, asschedulerecurringaction, job retries, backoff, job chaining, job batching, ShouldBeUnique, Acorn queue, Redis queue driver, database queue driver, queue worker…

13 2mo ago A 96 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Redis caching, sessions, and queue driver in WordPress via Acorn — lando redis-cli, Cache::remember(), Cache::tags(), cache invalidation, WP object cache drop-in, wpcacheset, wpcacheget, Redis facade, session driver redis, REDISHOST, REDISPORT, Lando Redis service, predis, phpredis, queue connection redis, cache tags…

13 2mo ago A 112 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Routes, controller, Acorn routes, web.php, route:list, Route::get, Route::post, Route::resource, Route::apiResource, middleware, route model binding, API endpoint, RouteServiceProvider, named routes, resource controller, single-action controller, invokable controller, route group, route prefix, JSON response, rate…

13 2mo ago A 109 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Guided installation of the Roots AI stack (roots/acorn-ai + wordpress/mcp-adapter) in a Sage/Bedrock project via Lando. Runs detect-ai-readiness probe, identifies gaps, installs missing packages, publishes Acorn AI config, writes API key to .env, generates .mcp.json, validates MCP handshake via discover-abilities.…

13 2mo ago A 123 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Define architecture for a Sage/Acorn feature — architecture decision records, component boundaries, data flow, dependency mapping, pre-implementation design, trade-off analysis, Acorn architecture patterns, ADR, design before building.

13 2mo ago A 51 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Architecture discovery for Sage/Acorn projects — map existing codebase, discover post types, routes, ACF field groups, Livewire components, Service Providers, identify architectural gaps, architecture decision records, ADR, component boundary map, data flow diagram, risk register, implementation sequencing, discovery…

13 2mo ago A 89 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Refactor ACF Composer blocks — evolve blocks along 4 axes: rendering model, field composition, block variants $styles, InnerBlocks adoption; legacy block migration, ACF Composer v2 to v3, block phase classification, atomic vs container, block evolution report, getblockwrapperattributes, $styles, $innerBlocks, refactor…

13 2mo ago A 86 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Scaffold a new ACF Composer block: ACF block, ACF Composer, block registration, Gutenberg block, block view, Blade block, InnerBlocks, block.json, block scaffold, acf:block, custom block, block category, block icon, block supports, block variants, block styles, is-style, create-block, enqueue block, block CSS, block…

13 2mo ago A 102 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Plan-driven implementation in Sage/Acorn — reads docs/plans/ directory, implements components from approved sub-plans, runs scaffold generators (lando acorn acf:block), commits incrementally, auto-invokes block-scaffolding per ACF block, runs lando flush and lando theme-build after changes; full PR workflow with…

13 2mo ago A 139 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Structured troubleshooting for Sage/Acorn/Lando projects — diagnoses PHP errors, Blade rendering failures, Livewire mount errors, Eloquent query issues, Acorn boot failures, queue job failures, WP hook conflicts; uses lando logs, Query Monitor, Xdebug, WPDEBUG. Invoke for: "/debugging", "something is broken and I…

13 2mo ago A 135 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Design UI/UX in a Sage project — Figma to Blade, design tokens to Tailwind v4, Paper/Figma MCP integration, component design, layout design, responsive design, design-to-code workflow, visual design review, design system alignment, design approval before implementation.

13 2mo ago A 63 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Install WordPress plugins in Bedrock — lando composer require, Bedrock plugin management, composer.json for WP plugins, WP packagist, wpackagist-plugin, mu-plugins vs plugins, Bedrock plugin activation, composer.json repositories, lando wp plugin list, plugin compatibility, roots/wordpress-packagist.

13 2mo ago A 74 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

WordPress migration to Sage/Acorn — migrate classic theme to Sage, incremental migration, 7-phase migration contract, rollback playbook, migration hard gates, functions.php to Service Providers, shortcodes to Blade, CPT registration to Poet, field groups to ACF Composer, safe migration reversible steps, migration…

13 2mo ago A 91 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Content modeling for Sage/Bedrock — classify as CPT ACF fields Blade component Livewire component or Options Page, Poet CPT configuration, ACF Composer fields vs GUI, relational content, static vs dynamic, content architecture decisions, config/poet.php, modeling before building, content classification matrix.

13 2mo ago A 66 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Full project analysis for an unfamiliar Sage/Acorn/Lando project — discovers CPTs, routes, ACF field groups, Livewire components, Service Providers, active plans, installed packages; produces a structured project overview with health status and recommended next steps. Invoke for: "/onboarding", "I'm new to this…

13 2mo ago A 130 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Generate implementation plans from approved designs — plan-generator, phase-based plans, parallel batch execution, task dependency graph, owner skill routing, acceptance criteria, global done criteria, plan frontmatter, layout contract, interaction contract, anti-drift rules, plan format, AD-2 byte-for-byte gate…

13 2mo ago A 84 tokens original MIT

hekivo/superpowers-sage

Skill Claude CodeCodex

Convention audit and pre-PR code review for Sage/Acorn projects — checks PHP Blade JS CSS against Sage/Acorn/Tailwind v4 conventions; audits ACF Composer field patterns, Livewire component structure, Eloquent models, Acorn routes, Blade components; verifies design alignment; dispatches sage-reviewer agent; prepares…

13 2mo ago A 141 tokens original MIT