code-style
Installation
SKILL.md
Code Style Guide
Personal code style preferences for TypeScript/React development.
Core Principles
- Prefer the simplest viable solution; readability > cleverness
- Add complexity only when clearly warranted (scale, correctness, security)
- When uncertain, state assumptions and open questions instead of guessing
Output Format
- Lead with the answer, then brief explanation
- Match depth to complexity - don't over-explain simple things
- For larger designs/refactors: summary → trade-offs → next steps