Agent skills
Instructions you hand your coding agent once and it knows for good. Copy the file, drop it in its folder, done.
- Check on mobile Goes over a screen at phone, tablet and desktop widths and points out what breaks before anyone else sees it.
- Audit accessibility Looks for the accessibility failures that actually lock people out, not the ones that only show up in a report.
- Animate on scroll Adds scroll-linked animation that does not drag performance down or make anyone dizzy.
- FrontLaxWeb Turns a landing into a web experience: parallax, scroll-driven motion and premium gestures, always at 60fps.
- Light and dark theme Sets up light and dark mode that starts on the system theme and never flashes white on load.
- Review the diff Reviews what you changed before you push it, and separates what breaks from what is just taste.
- Debug to the root Finds the real cause of a bug with proof in hand, instead of patching the symptom.
- Refactor without breaking Reshapes code in small verifiable steps, without sneaking behaviour changes along the way.
- Tests that matter Writes tests for what can actually break, instead of chasing a coverage number.
- Finito Closes the session with a summary you can read and a handoff block the next session resumes from without re-reading anything.
- Plan before code Turns a vague request into a short, arguable plan before the first line gets written.
- Clean commit Writes the commit message from the actual diff, telling the why and not repeating what the code already says.
- A README that works Writes the README from the real code, so a newcomer can start the project without asking anything.
- Diretto Forces the agent to answer in numbered steps you can execute, with no filler and no unexplained jargon.
- SmartDefaults Starts the site in the visitor's own theme and language, with no flash and no button to hunt for.
- SiteIndex Leaves a site ready to be found by search engines and AI assistants, and ends in a measurement instead of an opinion.
- Galsas Audits the repository and writes a LEGAL.md with what you are breaking today, ranked by severity, with the fix in the code.
- Spanish CaveMan Answers short and filler-free, caveman style, but in the slang and humour of a regional variety of Spanish.