Skip to main content
Execute qualquer Skill no Manus
com um clique
depromeet
Perfil de criador do GitHub

depromeet

Visão por repositório de 31 skills coletadas em 7 repositórios do GitHub.

skills coletadas
31
repositórios
7
atualizado
2026-07-11
explorador de repositórios

Repositórios e skills representativas

git-conventions
Desenvolvedores de software

Use when creating commits, branches, pull requests, or GitHub issues. Covers Conventional Commits format (English only — enforced by commit-msg-check.sh hook), branch naming, PR/issue templates, and merge etiquette. Trigger any time a git/gh command is about to run or when drafting a PR description.

2026-04-26
api-patterns
Desenvolvedores de software

Use when writing or modifying Spring WebMVC controllers and REST endpoints. Covers the `DpmApiResponse<T>` response wrapper, `DpmException` + `ErrorCode` for errors, `@Operation`/`@Tag` Swagger docs (mandatory on every endpoint), request DTO validation, and HTTP status conventions. Trigger on any file ending in `Controller.kt` or when adding a new API route.

2026-04-21
architecture
Desenvolvedores de software

Use when making multi-module design decisions, adding a new domain, or deciding where code should live across ssolv-api-common / ssolv-api-core / ssolv-api-place / ssolv-batch / ssolv-domain / ssolv-infrastructure / ssolv-global-utils. Defines the module dependency graph and forbidden import directions (ssolv-api-core ↔ ssolv-api-place; ssolv-domain must not import from infrastructure or api-* modules). Trigger when crossing module boundaries or introducing a new top-level package.

2026-04-21
async-processing
Desenvolvedores de software

Use when working with Redis Streams for asynchronous task dispatch — place search job producers/consumers, coroutine scopes, retry logic, dead-letter handling, OpenTelemetry Context propagation across dispatcher switches. Trigger when touching `RedisStream*`, `*Dispatcher`, `*Consumer`, job queue code, or when designing any async/background workflow.

2026-04-21
auth
Desenvolvedores de software

Use when working on JWT tokens, Kakao/Apple OAuth flows, `@UserId` custom annotation + `UserIdArgumentResolver`, `SecurityConfig`, `JwtAuthenticationFilter`, or login/logout/withdraw/refresh endpoints. Never use `@AuthenticationPrincipal` directly — always `@UserId`. Trigger on any auth-related controller, service, or filter.

2026-04-21
batch
Desenvolvedores de software

Use when working in the ssolv-batch module — periodic schedulers, `CoroutineWatchdogManager` for watchdog-protected long-running jobs, Redis Streams dead-letter reprocessing, and place data cleanup tasks. Independent from API modules. Trigger on files under ssolv-batch/ or when adding a new scheduled/batch task.

2026-04-21
domain-model
Desenvolvedores de software

Use when creating or modifying domain data classes (in ssolv-domain) vs JPA entities (in ssolv-infrastructure) and their Mappers. Covers Kotlin-JDSL 3.8.0 complex queries, `ErrorCode` enum patterns, `@ConfigurationProperties` groups (never `@Value` direct injection), and keeping domain logic free of Spring/JPA imports. Trigger on any `*Entity.kt`, `*Mapper.kt`, `*Query.kt`, domain data class, or new `@ConfigurationProperties` class.

2026-04-21
notification
Desenvolvedores de software

Use when sending Firebase Cloud Messaging (FCM) push notifications. Covers `FcmClient` in ssolv-infrastructure, device token storage/rotation (`DeviceTokenEntity`), notification event payloads, and opt-out policy. Trigger on any FCM / push / device token / notification-related code.

2026-04-21
Mostrando as 8 principais de 11 skills coletadas neste repositório.
verify
Analistas de garantia de qualidade de software e testadores

구현 직후 결정론적 체크리스트를 실행해 잔존물을 보고한다. 현재 항목: (1) TODO 탐지, (2) 전체 테스트 통과 여부, (3) @Value 탐지, (4) of() 팩토리 탐지, (5) raw 예외 탐지, (6) 역방향 의존 탐지, (7) 누락 테스트 탐지. 사용자가 "/verify" 로 호출할 때 사용.

2026-07-11
go
Desenvolvedores de software

readum 새 작업 착수 진입점. 작업을 유형(Feature/Bug Fix/Refactoring/Chore/Documentation)으로 분류하고, 규모에 맞게 다음 한 걸음과 그 단계에서 읽을 저장소 문서를 안내한다. 사용자가 "~ 해보려고 해", "~ 작업해보려고 해", "~ 처리해보려고 해", "이거 어떻게 진행하지", "/go" 처럼 새 구현 작업 착수를 알릴 때 사용.

2026-07-08
pr
Desenvolvedores de software

readum 프로젝트 컨벤션(한국어 4섹션 + 기능/API 스펙/시나리오 리스트, base=dev, closes

2026-07-05
readum-review
Analistas de garantia de qualidade de software e testadores

readum 서버 저장소에서 PR, diff, 코드 리뷰를 요청할 때 사용한다. 리뷰는 한국어로 작성하고, 명명 명확성을 최우선으로 본 뒤 4-layer 아키텍처, Service/Port/DTO/Entity/Exception/API/JPQL 컨벤션 위반, 더 나은 설계/구현 방향, 보안, 데이터 무결성, 로직 오류, 테스트 누락을 점검한다. 사용자가 "리뷰해줘", "PR 리뷰", "diff 리뷰", "코드 리뷰"처럼 요청할 때 특히 적합하다.

2026-07-05
issue
Desenvolvedores de software

readum 프로젝트 컨벤션(한국어 본문 + bug/task/user-story 템플릿 + Epic 메인 이슈, 라벨·마일스톤은 조회해 사용자에게 물어 부착, Project '18th team-4 server backlog' 연결, Epic↔서브 이슈 연결)에 맞춰 GitHub 이슈를 작성하고 사용자 confirm 후 gh issue create 까지 진행한다. 사용자가 "이슈 등록", "이슈 만들어줘", "이슈 파줘", "메인/Epic 이슈 열고 서브 이슈로", "/issue" 등으로 호출할 때 사용.

2026-06-18
create-issue-epic
Especialistas em gestão de projetos

GitHub에 Epic 이슈를 생성할 때 사용하는 스킬. 이 스킬은 다음과 같은 요청에 반드시 사용한다: "Epic 이슈 만들어줘", "에픽 이슈 생성", "create-issue-epic", "/create-issue-epic". 여러 하위 작업을 묶는 큰 단위의 마일스톤을 GitHub Issue로 만들거나, Epic 본문 초안을 작성하는 맥락이면 이 스킬을 사용한다.

2026-04-25
create-sub-issue
Especialistas em gestão de projetos

GitHub에 Epic 하위 작업 이슈를 생성할 때 사용하는 스킬. 이 스킬은 다음과 같은 요청에 반드시 사용한다: "하위 이슈 만들어줘", "서브 이슈 생성", "sub issue 생성", "create-sub_issue", "/create-sub_issue". Epic 아래의 구체적인 단일 작업 이슈를 만들거나, 하위 작업 이슈 본문 초안을 작성하는 맥락이면 이 스킬을 사용한다.

2026-04-25
design-system-sync
Desenvolvedores de software

Figma SSOT의 토큰/컴포넌트/에셋 변경을 OBRit 안드로이드 코드(shared/design-system, android/core/design-system)에 반영하는 동기화 스킬. 이 스킬은 다음과 같은 요청에 반드시 사용한다: "디자인 동기화", "디자인 시스템 동기화", "토큰 반영", "Figma 변경 반영", "디자이너 코멘트 반영", "디자인 시스템 업데이트", "Atom 토큰 갱신", "Semantic 토큰 갱신", "/design-system-sync". 디자이너가 SSOT에 변경사항과 코멘트를 남겼고 그것을 코드로 옮겨야 하는 맥락이면 이 스킬을 사용한다.

2026-04-25
clear-with-lessons
Desenvolvedores de software

세션을 종료하기 전에, 이번 세션에서 의미 있는 교훈이 있으면 저장한다. 이 스킬은 다음과 같은 요청에 반드시 사용한다: "세션 종료", "클리어", "/clear-with-lessons". 세션을 마무리하는 맥락이면 이 스킬을 사용한다.

2026-04-07
design-system-to-figma
Designers de interfaces web e digitais

PRD나 스펙 문서를 기반으로 모바일 디자인 시스템을 생성하는 스킬. 디자인 토큰(tokens.css)과 컴포넌트 시스템 HTML을 만든다. 이 스킬은 다음과 같은 요청에 반드시 사용한다: "디자인 시스템 만들어줘", "디자인 토큰 생성", "컴포넌트 시스템", "PRD로 디자인", "/design-system-to-figma", "tokens.css 만들어줘". 기획서가 완성된 후 디자인 단계에 진입하는 맥락이면 이 스킬을 사용한다. HTML 생성이 기본이며, Figma 내보내기는 사용자 요청 시에만 수행.

2026-03-18
Mostrando 7 de 7 repositórios
Todos os repositórios foram exibidos