wednesday-solutions/standards-kit
Unified development and design standards. Enforces code quality (complexity < 8), strict naming conventions, and the mandatory use of approved UI component libraries.
npx skills add https://github.com/wednesday-solutions/ai-agent-skills --skill standards-kit
This kit ensures every line of code and every UI element follows Wednesday Solutions' high-quality standards.
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.).
console.log, magic numbers, or unused imports.@wednesday-skills tags.*Read references/LOGIC.md for remediation and structure patterns.*
transform and opacity.*Read references/VISUALS.md for tokens and component styling.*
Take wednesday-solutions/standards-kit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.