typescript-and-react-guidelines
Installation
SKILL.md
Coding Standards & Best Practices
Non-negotiable rules
Apply non-negotiable rules (19 rules, ordered by impact) before anything else.
Agent Instructions
After reading this skill:
- Apply ALL rules to every file you create or modify
- Run the Pre-output Validation checklist before returning any code
- If a rule conflicts with a user request, flag it explicitly and propose a compliant alternative
- Reference specific rule names when explaining choices (e.g., "Per the KISS principle, I simplified this by...")
- Load example files on demand — only read the relevant file for the task at hand