coding-effectively
Installation
SKILL.md
Coding Effectively
Required Sub-Skills
ALWAYS REQUIRED:
howto-functional-vs-imperative- Separate pure logic from side effectsdefense-in-depth- Validate at every layer data passes through
CONDITIONAL: Use these sub-skills when applicable:
howto-code-in-typescript- TypeScript codehowto-code-in-rust- Rust codehowto-develop-with-postgres- PostgreSQL database codeprogramming-in-react- React frontend codewriting-good-tests- Writing or reviewing testsproperty-based-testing- Tests for serialization, validation, normalization, pure functions
Property-Driven Design
When designing features, think about properties upfront. This surfaces design gaps early.