Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

clean-architecture-kotlin

clean-architecture-kotlin에는 wakita181009에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
0
업데이트
2026-03-18
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

jooq-ddl
데이터베이스 아키텍트

jOOQ DDL-based code generation and runtime configuration. Use when setting up jOOQ codegen, writing blocking JDBC repository implementations, or troubleshooting identifier case issues.

2026-03-18
arrow-kt
소프트웨어 개발자

Arrow-kt patterns for this Clean Architecture Kotlin project. Use when writing or reviewing code that involves error handling with Either, either{} DSL, bind(), mapLeft(), Either.catch(), ensure(), or fold(). Covers all Arrow-kt APIs used in domain, application, infrastructure, and presentation layers.

2026-02-23
ca-kotlin
소프트웨어 개발자

Clean Architecture rules and patterns for Kotlin + Spring Boot + Arrow-kt projects. Use when implementing or reviewing any CA layer: domain modeling, use case design, repository patterns, infrastructure implementation, or controller/DataFetcher wiring. Triggers on: domain entity design, value object creation, repository interface definition, use case implementation, jOOQ repository, REST controller, DGS DataFetcher, DI wiring.

2026-02-23
fp-kotlin
소프트웨어 개발자

Functional programming patterns for Kotlin with Arrow-kt. Use when writing immutable domain models, designing pure functions, working with Either error handling, creating value objects, or applying sealed interface error hierarchies. Triggers on: value object design, Either usage, sealed class/interface design, entity mutation patterns, extension function mapping.

2026-02-23
sdd-spec
소프트웨어 개발자

SDD (Specification-Driven Development) for Kotlin CA/FP projects. Produces precise, layer-aware spec files that drive tests and implementation. Use when planning a feature, designing the domain model, specifying API contracts, or writing acceptance criteria. Triggers on: spec writing, feature planning, domain model design, error hierarchy design.

2026-02-23
sdd-tdd
소프트웨어 품질 보증 분석가·테스터

SDD+TDD workflow for this Clean Architecture Kotlin project. Use when implementing a new feature end-to-end: spec → tests (red) → implementation (green) → refactor. Covers spec-to-layer mapping, test-first patterns per layer, coroutine testing, property-based testing, and the red-green-refactor cycle.

2026-02-23
tdd-kotlin
소프트웨어 품질 보증 분석가·테스터

TDD patterns for Kotlin CA/FP projects using Kotest + MockK + Arrow-kt. Use when writing tests, designing test cases, or following the red-green-refactor cycle. Triggers on: test file creation, writing value object tests, use case tests with mocked repositories, controller tests, property-based testing, coEvery/coVerify patterns.

2026-02-23