원클릭으로
odin-scout-ent
odin-scout-ent에는 dream-horizon-org에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Scaffold a new REST API endpoint in odin-scout-ent following hexagonal architecture. Creates the full stack: domain model, port, service, infrastructure adapter, DTOs, and controller. Use when the user asks to add a new endpoint, API, route, or feature.
Build odin-scout-ent, run it locally, and test APIs. Use when the user asks to build the project, run it, test endpoints, restart the server, or verify changes work.
Monitor GitHub Actions CI after a git push and deploy odin-scout to acc-onb via the odin CLI. Use proactively after any git push to the odin-scout-ent repository. Offers to poll CI status and trigger deployment when checks pass.
Start odin-scout-ent locally via run-local.sh. Use when the user asks to start, run, or restart Scout.
Add a new AWS service integration to odin-scout-ent. Covers adding SDK dependencies, creating client methods in AwsDiscoveryAdapter, and wiring through ports and services. Use when the user wants to integrate a new AWS service, add AWS API calls, or extend cloud discovery.