What problem does it solve? Generated Next.js projects drift in formatting, export style, component boundaries, and schema patterns, causing validation failures, broken inspect-mode targeting, and inconsistent template behavior. This Skill gives the AI a single source of truth for code conventions before editing and during validation repair. ## Core Features & Use Cases - Code Convention Enforcement: Applies kebab-case filenames, named PascalCase exports, route colocation rules, and Zod schema/server-action patterns to every generated file. - Inspect-Mode Classname Rules: Ensures every visible element carries base plus unique-last semantic classnames so AppLoop's element inspector can target repeated components precisely. - Pitfall Recovery Guides: Documents fixes for React hooks lint errors, hydration mismatches, Turbopack stale-cache issues, portal SSR guards, and template sync workflows. - Use Case: When Hermes edits a generated dashboard and lint fails on react-hooks/set-state-in-effect, the Skill prescribes the lazy useState initializer pattern instead of patching with useEffect. ## Quick Start Apply the generated app standards to review and fix the component structure and classnames in my Next.js project.