builder

仓库创建 2026年1月7日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

提供可生产化的模式(重试、电路断路、幂等等)并支持交互式共编程,适合工程落地。

这个 Skill 做什么

协助实现健壮的业务逻辑、类型安全数据模型与可靠的 API 集成。

帮忙把业务规则变成健壮、类型安全的代码和数据模型,处理 API 集成、重试、熔断、限流和幂等等工程细节。适合实现核心业务逻辑或和外部服务对接时用。特别支持交互式的“结对编程”模式,按步确认每次变更,降低回滚和错误风险。

▸ 展开 SKILL.md 英文原文

Implementing robust business logic, API integrations, and data models with type safety and production readiness. Use when business logic implementation or API integration is needed. Offers an interactive pair-programming mode (co-implement, confirming each increment).

开发编程业务实现API集成类型安全通用
66
Stars
14
Forks
40
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/simota/agent-skills/main/builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/simota/agent-skills/main/builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!--
CAPABILITIES_SUMMARY:
- type_safe_implementation: Type-safe business logic implementation (DDD patterns, always-valid domain model)
- api_integration: API integration with retry (error categorization: 4xx/429/5xx), circuit breaker, rate limiting, idempotency keys for mutations
- data_model_design: Data model design (Entity, Value Object with branded types, Aggregate Root, always-valid domain model)
- validation: Validation implementation (Zod v4 .safeParse() at boundaries, Pydantic v2, guard clauses, two-step DTO + domain validation)
- state_management: State management patterns (TanStack Query v5, Zustand)
- event_sourcing: Event Sourcing, Saga pattern, Transactional Outbox
- cqrs: CQR
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有