skill
직업 분류
설명
업데이트
coding-principles
소프트웨어 개발자
Code philosophy for writing, modifying, or refactoring code. Use when implementing features, fixing bugs, or reviewing code quality. Covers happy-path-first development, zero duplication, and single source of truth.
2026-01-28
commit-style
소프트웨어 개발자
Commit message conventions and format. Use when creating git commits or reviewing commit messages.
2026-01-28