What problem does it solve?
Inconsistent coding practices, fragmented branding, and unclear development guidelines can lead to technical debt, slower development, and a disjointed user experience across multiple services. This skill centralizes all core principles.
Core Features & Use Cases
- Unified Language & Branding: Ensures all outputs are in Korean, defines consistent date/time formats, and outlines Minu's brand identity, slogan, and service-specific colors.
- Standardized Code Conventions: Provides clear rules for naming, import order, and directory structure, enforcing TypeScript strict mode and single-responsibility components.
- Quality & Versioning Standards: Sets targets for Lighthouse scores, ESLint/TypeScript error-free code, WCAG accessibility, and mandates Semantic Versioning with clear Git tagging rules.
- Use Case: As a new developer joining the Minu team, quickly onboard by understanding all essential coding standards, brand guidelines, and development workflows, ensuring your contributions are consistent and high-quality from day one.
Quick Start
What are the code naming conventions for components and functions in the Minu project, and what is the required import order?