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

laa-inquests-api

laa-inquests-api에는 ministryofjustice에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

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

이 저장소의 skills

domain
소프트웨어 개발자

Rules for writing domain objects in hexagonal architecture. Use this when creating or modifying or reviewing entities, value objects, aggregates, or domain services.

2026-07-07
hexagonal-architecture
소프트웨어 개발자

Core rules for developing code with hexagonal architecture. Use this whenever writing, reviewing, or refactoring any codebase that follows hexagonal architecture or making any recommendations about hexagonal architecture. References the other hex-arch skills for specifics.

2026-07-07
inbound-adapters
소프트웨어 개발자

Rules for writing inbound adapters (also called presenters, controllers, or primary adapters) in hexagonal architecture. Use this when creating or modifying or reviewing any code that receives input from the outside world (HTTP handlers, CLI commands, queue consumers, event listeners, etc.).

2026-07-07
outbound-adapters
소프트웨어 개발자

Rules for writing outbound adapters (also called secondary adapters or infrastructure adapters) in hexagonal architecture. Use this when creating or modifying or reviewing any code that talks to the outside world on behalf of the application (databases, external APIs, file systems, message brokers, etc.).

2026-07-07
ports
소프트웨어 개발자

Rules for defining ports in hexagonal architecture. Use this when creating or modifying or reviewing an interface or abstract type that acts as a boundary between the application and its adapters.

2026-07-07
use-cases
소프트웨어 개발자

Rules for writing use cases in hexagonal architecture. Use this when creating or modifying or reviewing a use case / application service class or function.

2026-07-07