·create-domain-module
</>

create-domain-module

gilbertopsantosjr/fullstacknextjs

10 のアーキテクチャ原則に従って、状態の分離、サービス層のパターン、展開の柔軟性を実現するランタイムに依存しない設計に重点を置いて、完全な実稼働対応の機能モジュールを作成します。 Next.js 15 以降、DynamoDB/OneTable、ZSA、Vitest に適応しました。

1インストール·0トレンド·@gilbertopsantosjr

インストール

$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 |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-02
更新日
2026-02-18

クイックアンサー

create-domain-module とは?

10 のアーキテクチャ原則に従って、状態の分離、サービス層のパターン、展開の柔軟性を実現するランタイムに依存しない設計に重点を置いて、完全な実稼働対応の機能モジュールを作成します。 Next.js 15 以降、DynamoDB/OneTable、ZSA、Vitest に適応しました。 ソース: gilbertopsantosjr/fullstacknextjs。

create-domain-module のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-domain-module インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/gilbertopsantosjr/fullstacknextjs