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

ddd

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

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

이 저장소의 skills

ddd-module-orchestrator
소프트웨어 개발자

Centralized orchestration of all DDD modules from the Core project. Study, update, release, and propagate changes across the entire module ecosystem. Use when making cross-module changes, releasing versions, updating documentation, or propagating dependency upgrades.

2026-06-23
ddd-endpoint-specialist
소프트웨어 개발자

Create REST API controllers, DTOs, route attributes, error handling, and OpenAPI documentation in the mgamadeus/ddd framework. Use when creating or modifying API endpoints, request/response DTOs, or controller logic.

2026-06-23
ddd-entity-specialist
소프트웨어 개발자

Create and design DDD entities, entity sets, value objects, DB repositories, lazy loading, relationships, and entity attributes in the mgamadeus/ddd framework. Use when creating, modifying, or reasoning about domain entities and their persistence layer.

2026-06-23
ddd-service-specialist
소프트웨어 개발자

Create and design DDD services, implement business logic, QueryBuilder patterns, rights protection, and entity access control in the mgamadeus/ddd framework. Use when creating services, writing custom queries, or implementing rights restrictions.

2026-06-20
ddd-database-schema-diff-specialist
데이터베이스 아키텍트

Understand and operate the DDD live-vs-target database schema diff system, and stand up an admin interface for it in a consuming application. Use when computing diffs between entity-derived schema and the live database, applying drift fixes, debugging false positives, or wiring the diff endpoints + admin screen into a new project.

2026-06-18
ddd-cli-command-specialist
소프트웨어 개발자

Create Symfony console commands in the mgamadeus/ddd framework. Covers command structure, arguments/options, admin auth context setup, service access, output formatting, batch processing patterns, memory/time limits, and signal handling.

2026-06-18
ddd-code-inspect-with-qodana
소프트웨어 품질 보증 분석가·테스터

Run JetBrains Qodana PHP static analysis, parse SARIF results, and fix or suppress findings. Use when asked to run inspections, check code quality, or fix static analysis warnings.

2026-06-18
ddd-composer-update-version
소프트웨어 개발자

Bump composer.json version, commit, push, and create a git tag that triggers Packagist update. Use when releasing a new version of any DDD package (core or module).

2026-06-18
ddd-geometry-and-vector-specialist
소프트웨어 개발자

Pick, declare, query, and migrate geometry and vector value objects in the mgamadeus/ddd framework. Use when working with GeoPoint, GeoBounds, Vector, or the Cartesian geometry family (Point2D, Polyline, Polygon, BoundingBox2D) — choosing the right type, mapping to the right native DB column, writing spatial / vector queries, or reasoning about schema-diff impact.

2026-06-18
ddd-message-handler-specialist
소프트웨어 개발자

Create Symfony Messenger message + handler pairs for async background processing in the mgamadeus/ddd framework. Covers message classes, handler classes, auth context propagation, workspace routing, logging, messenger.yaml transport/routing config, and supervisor consumers.

2026-06-18
ddd-query-options-specialist
소프트웨어 개발자

Work with the OData-style QueryOptions system in the mgamadeus/ddd framework -- filtering, sorting, pagination, field selection, and entity expansion. Use when implementing or debugging QueryOptions in controllers, DTOs, services, or entities.

2026-06-18
ddd-rights-specialist
소프트웨어 개발자

Implement entity-level access control in the mgamadeus/ddd framework -- applyReadRightsQuery, applyUpdateRightsQuery, applyDeleteRightsQuery, mapToEntity property hiding, RolesRequiredForUpdate, and rights restriction snapshots. Use when implementing or debugging entity access control in DB repositories.

2026-06-18
ddd-serializer-specialist
소프트웨어 개발자

Work with the SerializerTrait in the mgamadeus/ddd framework — toObject, toJSON, setPropertiesFromObject, property hiding, aliases, persistence exclusion, and TOON (Token-Oriented Object Notation) compact array serialization. EVERY DDD object uses this serializer (Entity, EntitySet, ValueObject, ObjectSet, RequestDto, ResponseDto, AppMessage all extend DefaultObject which uses SerializerTrait), so this skill applies to ALL serialization across the entire framework — API output, DB persistence, request hydration, message payloads. Use when configuring entity serialization, hiding sensitive fields, renaming output properties, or emitting compact tabular formats for high-cardinality arrays.

2026-06-18