standards-inertia/SKILL.md
Use when building Inertia.js pages and components, including page props, forms, shared data, navigation, partial reloads, and deferred props.
npx skillsauth add paulund/skills standards-inertiaInstall 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.
useForm hook for submissions<Link> component and router for programmatic navigation| Topic | Reference | Load When |
|-------|-----------|-----------|
| Forms | references/forms.md | useForm, form submissions, validation errors |
| Shared Data | references/shared-data.md | Shared props, flash messages, auth data |
| Navigation | references/navigation.md | Link component, router, partial reloads, deferred props |
useForm for form state and submissionusePage().props.errors<Link> component for navigation (not <a> tags)router.reload({ only: [...] }) for partial reloadswindow.location for navigationtesting
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
development
TypeScript project conventions. Auto-load when editing *.ts or *.tsx files.
development
Use when writing or fixing PHP code, implementing classes, traits, or interfaces, applying PSR standards, or working with PHP 8.3+ patterns like readonly properties, enums, named arguments, match expressions, and union types.
tools
Next.js 15 App Router project conventions. Auto-load when working in app/, src/app/, components/, server actions, or route handlers.