nuqs Scaffolder Generate a coherent set of nuqs files from one spec. The skill is template-driven — you read the spec, copy the templates, and substitute placeholders. No build step, no codegen runtime; the templates ARE the artifact. When to Apply Use this skill when: - A new Next.js page needs URL-backed filters, pagination, search, or sort state - You're standardising an existing page's ad-hoc filters onto nuqs - A code review keeps catching client/server drift in parser definitions — this skill makes drift mechanically impossible because both sides import the same map - A user asks to "ad…