$npx skillfedfor your agent

nextjs-react-redux-typescript-cursor-rules

This skill delivers a complete ruleset for building maintainable Next.js and React applications with Redux Toolkit and TypeScript. It covers code style conventions, component patterns, performance optimization, state management strategies, and accessibility standards grounded in SOLID principles and functional programming approaches.

nextjs-react-redux-typescript-cursor-rules provides comprehensive coding standards and architectural guidelines for Next.js, React, Redux Toolkit, and TypeScript projects.

AI-generated summary based on this skill's SKILL.md

202 30 Apache-2.0updated by Mindrally

Decision gist · record as of 2026-06-09

nextjs-react-redux-typescript-cursor-rules provides comprehensive coding standards and architectural guidelines for Next.js, React, Redux Toolkit, and TypeScript projects. This skill delivers a complete ruleset for building maintainable Next.js and React applications with Redux Toolkit and TypeScript. It covers code style conventions, component patterns, performance optimization, state management strategies, and accessibility standards grounded in SOLID principles and functional programming approaches.

manual: git clone https://github.com/Mindrally/skills → cp -r skills/nextjs-react-redux-typescript-cursor-rules ~/.claude/skills/nextjs-react-redux-typescript-cursor-rules
nextjs-react-redux-typescript-cursor-rules/SKILL.md · version de1060a5

Use it when

  • nextjs-react-redux-typescript-cursor-rules provides complete rulesets for Next.js, React, Redux, and TypeScript development.
  • nextjs-react-redux-typescript-cursor-rules emphasizes SOLID principles and scalable component architecture.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Mindrally/skills/nextjs-react-redux-typescript-cursor-rules

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What best practices does nextjs-react-redux-typescript-cursor-rules cover?

nextjs-react-redux-typescript-cursor-rules delivers comprehensive guidance on coding standards for Next.js, React, Redux Toolkit, and TypeScript development. It includes SOLID principles, component architecture patterns, state management strategies, performance optimization techniques, and accessibility standards. The skill emphasizes functional programming approaches and provides cursor rules for maintaining code quality and consistency across scalable applications.

How do I implement next.js react redux typescript best practices?

nextjs-react-redux-typescript-cursor-rules provides complete rulesets for Next.js, React, Redux, and TypeScript development. It covers code style conventions, component patterns using functional components, Redux state normalization, TypeScript strict mode implementation, and type safety strategies. The skill includes guidelines for Redux Toolkit integration, server components setup, and maintaining consistency through cursor rules and development standards.

What component architecture patterns does this skill teach?

nextjs-react-redux-typescript-cursor-rules emphasizes SOLID principles and scalable component architecture. It covers functional component patterns, proper state management with Redux Toolkit, TypeScript interfaces for props and state, performance optimization with useMemo and useCallback, and error boundary implementation. The skill provides patterns for building maintainable applications that scale effectively.

Does nextjs-react-redux-typescript-cursor-rules include testing and accessibility?

Yes, nextjs-react-redux-typescript-cursor-rules covers testing, accessibility, and security best practices for modern web applications. It includes guidance on React Testing Library and Jest setup, accessibility (a11y) implementation standards, error handling with error boundaries, and form validation using tools like Zod and react-hook-form. These practices ensure robust, accessible, and secure applications.

How does this skill help with TypeScript strict mode?

nextjs-react-redux-typescript-cursor-rules provides strategies for implementing TypeScript strict mode in React development. It covers type safety approaches, proper TypeScript interfaces for Redux state and props, and strict typing patterns for functional components. The skill ensures developers can leverage TypeScript's full type-checking capabilities to catch errors early and maintain code quality.

What cursor rules and development guidelines are included?

nextjs-react-redux-typescript-cursor-rules includes cursor rules specifically designed for React and Next.js development. These guidelines maintain code quality and consistency across projects, covering naming conventions, file organization, component structure, state management patterns, and styling approaches. The rules support scalable application development while ensuring team-wide consistency.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Next.js React Redux TypeScript Cursor Rules

Complete development guidelines for building maintainable, scalable applications with Next.js, React, Redux Toolkit, and TypeScript.

Development Philosophy

  • Produce maintainable, scalable code following SOLID principles
  • Favor functional and declarative approaches over imperative styles
  • Prioritize type safety and static analysis
  • Embrace component-driven architecture

Code Style Standards

  • Indentation: Use tabs
  • Strings: Use single quotes (unless escaping needed)
  • Semicolons: Omit unless disambiguation required
  • Operators: Space around infix operators
  • Functions: Space before declaration parentheses
  • Equality: Always use === over ==
  • Line length: Maximum 80 characters
  • Conditionals: Use braces for multi-line if statements
  • Collections: Trailing commas in multiline arrays/objects

Naming Conventions

Convention Usage
PascalCase

(truncated - see the full file via the links below)

File tree — 1 file
nextjs-react-redux-typescript-cursor-rules/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Find comprehensive coding standards and best practices for Next.js, React, Redux, and TypeScript development”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

redux-toolkit
by Mindrally · Mindrally/skills

Master Redux Toolkit's approach to global state management in React and Next.js projects. Learn to structure slices with createSlice, implement memoized selectors, handle async operations via RTK Query and createAsyncThunk, and apply TypeScript for type safety throughout your store.

Apache-2.0updated Jun 2026
★ 202repo stars
frontend-state-management
by aj-geddes · aj-geddes/useful-ai-prompts

Set up production-ready state management using Redux Toolkit, Zustand, MobX, or Context API with useReducer. Choose the right pattern for your app's complexity, from lightweight stores to full-featured solutions with time-travel debugging and async handling.

MITupdated Mar 2026
★ 299repo stars
redux
by vercel-labs · vercel-labs/json-render

This adapter bridges Redux (or Redux Toolkit) with json-render's state management layer, letting you use your Redux store as the backing state for dynamic UI generation. Configure it with your store instance, a selector for your UI slice, and a dispatch function to sync state changes back through Redux.

Apache-2.0updated Jul 2026
★ 15,776repo stars
State Management Expert
by duck4nh · duck4nh/antigravity-kit

Get expert guidance on choosing and implementing the right state solution for your React app. This skill covers Redux Toolkit for complex global state, Zustand for lightweight stores, TanStack Query for server data, and Context API for simple cases, plus patterns to avoid common pitfalls.

no license declared → metadata onlyupdated Feb 2026
★ 14repo stars
React Native State
by pluginagentmarketplace · pluginagentmarketplace/custom-plugin-react-native

Learn to architect scalable state solutions for React Native apps using Redux Toolkit for complex app state, Zustand for lightweight global stores, and TanStack Query for server-side caching. This skill covers TypeScript integration, data persistence with AsyncStorage and MMKV, and decision frameworks for choosing the right tool per use case.

no license declared → metadata onlyupdated Jan 2026
★ 9repo stars
nextjs-developer
by greedychipmunk · greedychipmunk/agent-skills

Master Next.js 15+ development with App Router architecture, Server Components, and advanced patterns like Partial Prerendering. This skill covers file-based routing, Server Actions, caching strategies, and React 19 features to optimize performance and developer experience. Learn streaming, error boundaries, and production-ready patterns for modern web applications.

MITupdated Jun 2026
★ 12repo stars
Tags
code-style-guidefull-stack-frameworkstate-management-patternstype-safety-firstcomponent-architectureperformance-optimizationaccessibility-standardstesting-strategiessecurity-practicesdeveloper-guidelines