create-domain-module
✓遵循 10 项架构原则创建完整的、可用于生产的功能模块,重点是状态隔离、服务层模式和与运行时无关的设计,以实现部署灵活性。适用于 Next.js 15+、DynamoDB/OneTable、ZSA 和 Vitest。
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
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-02