aidd-stack

Guide NextJS, React/Redux, and Shadcn UI feature development with TDD.

377|33|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/paralleldrive/aidd --skill aidd-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-stack
Source: https://github.com/paralleldrive/aidd/tree/main/ai/skills/aidd-stack
Command: npx skills add https://github.com/paralleldrive/aidd --skill aidd-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidance for building full-stack features with NextJS, React/Redux, and Shadcn UI, helping maintain consistency and best practices in your codebase.

Core Features & Use Cases

  • Tech Stack Guidelines: Offers best practices for NextJS, React/Redux, and Shadcn UI.
  • Feature Implementation: Ensures features are built with the project's chosen patterns: functional programming, container/presentation split, Autodux for Redux, and TDD.
  • Use Case: When starting a new feature, the Skill helps you set up the correct architecture and coding standards to maintain code quality and consistency.

Quick Start

To implement a new feature using the aidd-stack, run /aidd-stack to ensure you're following the recommended tech stack and patterns.

Frequently Asked Questions about aidd-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain coding standards when building NextJS and React/Redux features?

To maintain coding standards for NextJS and React/Redux features, apply functional programming, container/presentation architecture, and TDD patterns to enforce consistency and architectural best practices across your codebase.

What is the best way to structure Redux state in a NextJS application?

The best way to structure Redux state in NextJS is using the Autodux pattern alongside functional programming and container/presentation component splits to create predictable state management.

Can I use Shadcn UI with a container/presentation component architecture?

Yes, Shadcn UI integrates with container/presentation architecture by rendering presentational UI components within container components, separating UI rendering from state management logic.

How to implement TDD for NextJS and React/Redux feature development?

Implement TDD for NextJS and React/Redux by writing tests before feature code, using guided tech stack conventions to ensure functional programming and container/presentation patterns remain consistent.

Does aidd-stack require any specific dependencies or installed packages?

No, aidd-stack requires no external dependencies or installed packages to start, acting purely as structured guidance for implementing features with NextJS, React/Redux, and Shadcn UI.