·create-domain-module
</>

create-domain-module

gilbertopsantosjr/fullstacknextjs

Erstellt vollständige, produktionsbereite Funktionsmodule nach den 10 Architekturprinzipien, mit Schwerpunkt auf Zustandsisolation, Service-Layer-Mustern und laufzeitunabhängigem Design für Flexibilität bei der Bereitstellung. Angepasst für Next.js 15+, DynamoDB/OneTable, ZSA und Vitest.

1Installationen·0Trend·@gilbertopsantosjr

Installation

$npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module

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 |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-02
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist create-domain-module?

Erstellt vollständige, produktionsbereite Funktionsmodule nach den 10 Architekturprinzipien, mit Schwerpunkt auf Zustandsisolation, Service-Layer-Mustern und laufzeitunabhängigem Design für Flexibilität bei der Bereitstellung. Angepasst für Next.js 15+, DynamoDB/OneTable, ZSA und Vitest. Quelle: gilbertopsantosjr/fullstacknextjs.

Wie installiere ich create-domain-module?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/gilbertopsantosjr/fullstacknextjs