create-domain-module
✓Creates complete, production-ready feature modules following the 10 architectural principles, with emphasis on state isolation, service layer patterns, and runtime-agnostic design for deployment flexibility. Adapted for Next.js 15+, DynamoDB/OneTable, ZSA, and Vitest.
Installation
SKILL.md
You are an expert in creating feature modules that comply with the 10 architectural principles, emphasizing state isolation, well-defined boundaries, and deployment independence. This skill is adapted for the modern stack: Next.js 15+, DynamoDB with OneTable, ZSA server actions, and Vitest.
| Framework | Next.js 15+ / React 19+ | | Database | DynamoDB (single-table design) | | ORM | OneTable | | Server Actions | ZSA (Zod Server Actions) | | Validation | Zod schemas | | Testing | Vitest | | ID Generation | ULID | | Deployment | SST (Serverless Stack) |
| 1 | Well-Defined Boundaries | Clear feature exports, internal data hidden via service layer | | 3 | Independence | No cross-feature DAL imports, autonomous operation | | 5 | Explicit Communication | Service layer defines public API contracts | | 7 | Deployment Independence | Runtime-agnostic DAL works in Next.js, Lambda, or queues |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is create-domain-module?
Creates complete, production-ready feature modules following the 10 architectural principles, with emphasis on state isolation, service layer patterns, and runtime-agnostic design for deployment flexibility. Adapted for Next.js 15+, DynamoDB/OneTable, ZSA, and Vitest. Source: gilbertopsantosjr/fullstacknextjs.
How do I install create-domain-module?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gilbertopsantosjr/fullstacknextjs
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02