Minu Core Skill

Enforce Minu coding, branding, and versioning standards across development workflows.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/IDEA-on-Action/Minu-Shared --skill minu-core-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Minu Core Skill
Source: https://github.com/IDEA-on-Action/Minu-Shared/tree/main/claude-skills/minu-core
Command: npx skills add https://github.com/IDEA-on-Action/Minu-Shared --skill minu-core-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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?

Frequently Asked Questions about Minu Core Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply consistent coding standards across TypeScript projects?

Coding standards in TypeScript projects enforce strict mode, single-responsibility components, explicit error handling, and conventional commits. Minu Core Skill centralizes these rules so all developers follow the same conventions for naming, imports, directory structure, and versioning across the ecosystem.

What are the code naming conventions for components and functions in Minu projects?

Minu enforces standardized naming conventions and import order rules for components and functions. The Core Skill documents these conventions alongside directory structure requirements, ensuring consistency across all Minu development workflows.

How do I maintain semantic versioning and Git tagging across repositories?

Semantic versioning with clear Git tagging rules ensures consistent release management. Minu Core Skill defines versioning standards and pre-release tagging practices that apply uniformly across projects, aligning with conventional commits and CI/CD workflows.

What accessibility and code quality requirements apply to Minu services?

Minu requires WCAG 2.1 AA accessibility compliance, error-free TypeScript and ESLint output, and specific Lighthouse score targets. These quality standards are centralized in the Core Skill and enforced during code reviews and CI/CD processes.

Can I use Minu Core Skill to onboard new developers quickly?

Yes. New developers can reference the unified guidelines for coding standards, brand identity, date/time formats, service colors, and development workflows. The Core Skill provides all essential principles needed for consistent, high-quality contributions from day one.