Loading...
Loading...
Found 2,090 Skills
Run four parallel read-only subagents that each review the same diff from a different lens — security, performance, correctness, and readability — then merge findings into one report. Use before merging large or risky PRs.
Open the app in Cursor's browser at multiple viewport sizes, screenshot each, and report any layout breakage.
Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.
Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
Use interfaces and dependency injection to decouple code; bind implementations in the container
Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
Structure prompts for clarity—separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments
Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps
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