Skip to main content
Back to registry

nuqs

pproenca/dot-skills

Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review.

Installs426
Install command
npx skills add https://github.com/pproenca/dot-skills --skill nuqs
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: - Implementing URL-based state with nuqs - Setting up nuqs in a Next.js project - Configuring parsers for URL parameters - Integrating URL state with Server Components - Optimizing URL update performance - Debugging nuqs-related issues - parser-use-typed-parsers - Use typed parsers for non-string values - parser-with-default - Use withDefault for non-nullable state - parser-enum-validation - Use enum parsers for constrained values - parser-array-format - Choose correct array parser format - parser-json-validation - Validate JSON parser input - parser-date-format - Select appropriate date parser - parser-index-offset - Use parseAsIndex for 1-based URL display - parser-hex-colors - Use parseAsHex for color values - setup-nuqs-adapter - Wrap app with NuqsAdapter - setup-use-client - Add 'use client' directive for hooks - setup-import-server - Import server utilities from nuqs/server - setup-nextjs-version - Ensure compatible Next.js version - setup-shared-parsers - Define shared parsers in dedicated file - state-use-query-states - Use useQueryStates for related...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nuqs do?

Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review.

Is nuqs good?

nuqs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nuqs work with?

nuqs currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to nuqs?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nuqs?

npx skills add https://github.com/pproenca/dot-skills --skill nuqs

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering