Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

laa-inquests-api

يحتوي laa-inquests-api على 6 من skills المجمعة من ministryofjustice، مع تغطية مهنية على مستوى المستودع وصفحات 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