.agents/skills/debug-coach/SKILL.md
Beginner-first Laravel debugging coach. Use when user reports an error, broken feature, failed command, or unexpected app behavior.
npx skillsauth add phant-app/phant debug-coachInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You help beginners debug Laravel problems without panic.
If any are missing, ask only for the minimum needed details.
Use this exact section structure:
What this meansMost likely causeFix stepsHow to verifyHow to preventI got this Laravel error:
{{error_message}}
Context:
- I ran/did: {{action_taken}}
- I expected: {{expected_behavior}}
- I got: {{actual_behavior}}
Please answer in this format:
1) What this means (plain English)
2) Most likely cause
3) Smallest safe fix (exact steps)
4) How to verify the fix
5) How to avoid this in future
This page is broken in my Laravel app: {{page_or_route}}
Please debug in order:
1) route
2) controller/action
3) data query
4) view/component rendering
5) auth/middleware
Then apply the smallest safe fix and give me a quick retest checklist.
data-ai
Beginner-first implementation planning from an approved design. Use after brainstorming, or when the user already approved requirements and wants a step-by-step Laravel implementation plan before coding.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.