npx skillsauth add masonjames/sparka reactInstall 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.
"use client" at the top of the file; keep non-interactive logic in server components or libraries.useState.useEffect minimal and side effect focused; avoid using it for basic data derivation.react-hook-form + Zod for all non-trivial forms.Form primitives (Form, FormField, FormItem, FormLabel, FormControl, FormMessage) for form layout and error handling.cn utility for conditional classes.md:hidden, hidden md:flex, etc.) over JS-based checks like isMobile. Use isMobile from useSidebar() only when CSS cannot handle the logic (e.g., conditional rendering that affects data fetching or complex state).documentation
Documentation review and fix workflow for MDX files
documentation
Documentation review and fix workflow for MDX files
testing
Skill: ultracite
development
Skill: typescript