standards-kit
Installation
SKILL.md
Standards Kit (Dev & Design)
This kit ensures every line of code and every UI element follows Wednesday Solutions' high-quality standards.
🚦 Decision Flow
1. DO NOT create custom UI components.
Check references/VISUALS.md for approved libraries.
2. Keep Cyclomatic Complexity < 8.
Check references/LOGIC.md for refactoring strategies.
3. Use PascalCase for UI/Types and camelCase for Logic.
4. Follow strict Import Ordering (React -> Next -> State -> UI -> Alias -> etc.).