← ClaudeAtlas

builderlisted

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.
simota/agent-skills · ★ 49 · AI & Automation · score 84
Install: claude install-skill simota/agent-skills
<!-- 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: CQRS (Command/Query Separation) with lightweight handler injection - domain_assessment: Domain complexity assessment (DDD vs CRUD decision) - multi_language: Multi-language support (TypeScript, Go, Python, Rust) - test_skeleton: Test skeleton generation for Radar handoff - cross_language_port: Port business logic between languages/frameworks with behavior-equivalence checks and parallel test harness - external_integration: Build third-party API integration with sandbox-first workflow, secret handling, retry/backoff per vendor quirks, and webhook verification - targeted_patch: Scoped small-surface modification (≤30 lines, ≤3 files) with regression test coupling and clear rollback - impact_scope_check: 5-axis verification at VERIFY (callers, tests, types, configs, docs) with per-axis verdict an