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

yogieat-server

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

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

이 저장소의 skills

yogieat-agent-router
소프트웨어 개발자

Use when deciding whether a Yogieat prompt should stay on the main thread or consider repo-local agents. Classifies prompts, maps them to `feature_mapper`, `architecture_guard`, `validation_triager`, or `harness_curator`, and keeps delegation intentionally minimal.

2026-05-29
yogieat-clean-architecture-guard
소프트웨어 개발자

Use when deciding where new Yogieat code belongs or when reviewing architecture drift. Focuses on Service vs Facade boundaries, validator extraction, processor naming, transaction placement, dependency minimization, and preserving the existing multi-module structure.

2026-05-29
yogieat-feature-scaffold
소프트웨어 개발자

Use when adding or extending a Yogieat feature in the Java 25 multi-module Spring Boot architecture. Maps the request to the smallest consistent slice across `apps:api/admin`, `apps:domain`, `storage`, `external`, and `support` while preserving the current Service, Facade, Processor, and Validator conventions.

2026-05-29
yogieat-harness-governor
소프트웨어 개발자

Use when repeated Yogieat prompts, review comments, or misunderstandings should be translated into harness candidates or stable rules. Classifies new observations, applies the candidate-to-promotion policy, and keeps harness updates intentional rather than noisy.

2026-05-29
yogieat-java25-gradle-validation
소프트웨어 품질 보증 분석가·테스터

Use when validating Yogieat changes or choosing the smallest Java 25 Gradle proof command. Applies Spotless first, then compile, then module-local or full tests based on repo-specific escalation rules.

2026-05-29
yogieat-testing-guard
소프트웨어 품질 보증 분석가·테스터

Use when writing, refactoring, or reviewing Yogieat tests. Focuses on behavior-first assertions, boundary-only mocking, test layer choice, and smell detection for spy-heavy or verify-heavy tests.

2026-05-29
spring-multimodule-implement
소프트웨어 개발자

yogieat-server 멀티모듈 클린 아키텍처의 구현 가이드. 새 도메인이나 기능을 추가할 때 어떤 모듈에 어떤 파일을 어떤 패턴으로 만들어야 하는지 안내한다. Spring Boot 멀티모듈, 클린 아키텍처, domain Record, Entity 매핑, Repository 인터페이스 패턴 등을 다룬다.

2026-04-08
yogieat-develop
소프트웨어 개발자

yogieat-server 기능 개발 전체 워크플로우를 자동화하는 오케스트레이터. 새 기능, API 추가, 도메인 확장 요청 시 분석 → 구현 → QA 파이프라인을 실행한다. '기능 추가', '도메인 만들어', 'API 구현', '새로운 엔드포인트', 'CRUD 만들어', '~기능 개발해줘' 등의 요청에 반드시 이 스킬을 사용할 것.

2026-04-08
yogieat-qa
소프트웨어 품질 보증 분석가·테스터

yogieat-server 멀티모듈 통합 정합성 QA 체크리스트. 코드 구현 후 모듈 간 경계면을 교차 비교하여 의존성 위반, Entity-Record 매핑 누락, Repository 구현 누락, @Transactional 경계 오류를 탐지한다. 코드 리뷰, QA, 검증, 빌드 확인 요청 시 사용.

2026-04-08