What problem does it solve?
This Skill gives teams a single source of truth for coding rules, helping prevent inconsistent naming, scattered shared logic, fragile async handling, and hard-to-maintain project structures across repositories.
Core Features & Use Cases
- Universal standards: Applies one consistent rule set for all project types, including Vue 3, Vite, Node.js API services, and Electron desktop apps.
- Repository organization: Guides folder layout, shared package boundaries, file naming, and export conventions so code stays easy to navigate.
- TypeScript and runtime safety: Promotes strict typing, safer async patterns, dayjs-based date handling, and lodash-es usage conventions.
- Use case: Review an application before release to catch invalid dependency management, oversized files, missing documentation, and cross-module coupling issues.
Quick Start
Ask the skill to review your repository and point out any violations of the universal coding standards, then suggest the smallest safe changes needed to fix them.