What problem does it solve?
This Skill enforces a single, calm language across UniteChat frontend and backend changes to prevent inconsistent UI/UX, noisy controls, and unpredictable backend behavior, reducing regressions and design drift.
Core Features & Use Cases
- Single-root data-source flow: enforce one root folder, read-only root path in UI, and auto-import of subfolders to simplify source management.
- Minimalist UI defaults: keep one primary action per area, remove duplicate controls, and avoid Advanced/manual entry points unless explicitly required.
- Backend safety and predictability: prefer explicit, typed functions, deterministic parsing, bounded operations, and targeted validation steps.
- Reference-driven workflow: load references/frontend.md for UI work and references/backend.md for Python changes; follow the guardrails and review checklist for low-regression edits.
Quick Start
Load references/frontend.md for frontend tasks or references/backend.md for backend tasks, apply the minimalism defaults and guardrails, then validate touched areas with the frontend build or targeted backend checks.