Total 39,674 skills
Showing 12 of 39674 skills
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer
Fetch the latest CI pipeline execution for the current branch. Returns the most recent CIPE which may be completed, in progress, or null. Use when you need to review CI status, check failures, or inspect CI state.
Use when exploring unclear requirements or architectural decisions - refines rough ideas into clear requirements/designs through collaborative questioning (one at a time), explores alternatives, validates incrementally. Activates when user has vague feature idea, mentions "not sure about", "exploring options", "what approach", or during spec-driven requirements/design phases.
Proceed with implementation based on the TODO list in Spec.md. Execute review→check→commit after each task is completed.
Implement dashboards in Umbraco backoffice using official docs
Run tests from skill examples and generate a report (project)