Total 57,473 skills
Showing 12 of 57473 skills
Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Read first in Laravel repos; explains runner selection (Sail vs non-Sail), core workflows, and how to apply superpowers skills in Laravel projects without platform lock-in
Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions
Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
Strip the tells of AI-generated writing from prose so it reads like a person wrote it. Use when asked to humanize text, remove AI-isms, make writing sound less like ChatGPT, edit out "AI slop," or review a draft for robotic phrasing without rewriting it. Covers em-dash overuse, puffery, filler, and the AI vocabulary words.
Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable