skill
occupation
description
updated
coding-principles
software-developers
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
software-developers
Commit message conventions and format. Use when creating git commits or reviewing commit messages.
2026-01-28