·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 中使用

這個 Skill 的原始碼在哪?

https://github.com/gilbertopsantosjr/fullstacknextjs