Skip to main content
CaioWF
GitHub 제작자 프로필

CaioWF

2개 GitHub 저장소에서 수집된 46개 skills를 저장소 단위로 보여줍니다.

수집된 skills
46
저장소
2
업데이트
2026년 8월 10일
저장소 탐색

저장소와 대표 skills

architecture
소프트웨어 개발자

Use when designing the structure of a feature or module (in the plan phase, or when refactoring) to apply language-agnostic engineering principles — Clean Architecture, SOLID, testing strategy, and tactical DDD. Container of guides; each concept is a…

2026년 8월 3일
finishing-a-development-branch
소프트웨어 개발자

Use when implementation is complete, gates pass, and you need to decide how to integrate the work — presents structured options (merge, PR, keep, discard) and handles the chosen workflow, including worktree cleanup. Closes the SDD cycle after…

2026년 7월 29일
handoff
소프트웨어 개발자

Use when PAUSING/ending a session (writes the current state to docs/STATE.md to resume later) or when RESUMING (reads docs/STATE.md and the active spec, recomposes context, and proposes the next step). Maintains continuity across human and agent sessions.

2026년 7월 29일
learn-session
소프트웨어 개발자

Use at the end of a session or feature — from `handoff` (pause), from `finishing-a-development-branch`, or on request — to distill what was learned about the project into its living docs. Routes environment/test/convention facts into CLAUDE.md marker blocks…

2026년 7월 29일
naming-conventions
소프트웨어 개발자

Naming-convention lens consulted BEFORE writing code — camelCase in code, snake_case at the DB boundary, and one consistent name per concept across layers. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

2026년 7월 29일
postgres-conventions
데이터베이스 아키텍트

PostgreSQL convention lens consulted BEFORE writing schema/migrations — indexing, constraints, row-level security, and timestamp/type hygiene. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

2026년 7월 29일
typescript-conventions
소프트웨어 개발자

TypeScript convention lens consulted BEFORE writing code — strictness, type-at-the-boundary, discriminated unions over booleans, and no-any hygiene. Appended to impl-conventions.txt by the stack-conventions pack. Also usable standalone.

2026년 7월 29일
analyze
컴퓨터 시스템 분석가

Use after tasks-writer to cross-check the active feature's spec, plan, and tasks for gaps or contradictions before implementation begins. Read-only advisory — makes no code or doc changes.

2026년 7월 29일
수집된 skill 43개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다