Your foundation layer for cross-language coding conventions that actually stick. Enforces immutability patterns, descriptive naming, proper error handling, and the holy trinity of KISS/DRY/YAGNI across TypeScript, React, and API design. Think of it as your team's shared baseline before you dive into framework-specific skills like frontend-patterns or backend-patterns. It covers the stuff that makes code reviews smoother: consistent variable naming, proper async/await patterns, React component structure, and REST API conventions. Won't teach you React hooks or database architecture, but will keep your codebase readable when you're juggling multiple projects with different tech stacks.
npx skills add https://github.com/affaan-m/everything-claude-code --skill coding-standards