mol
Installation
SKILL.md
$mol Skill Workflow
1) Clarify the goal
- Ask for the exact feature, target module path, and whether Giper Baza or Tauri is involved.
- If the request is vague ("сделать что угодно"), propose 2-3 concrete options and ask to choose.
2) Pick the right reference
- Use
references/MOL_QUICK_START.mdfor core $mol/MAM structure, view.tree syntax, components, best practices, and debugging. - Use
references/MOL_GIPER_BAZA_GUIDE.mdfor data modeling, auth/roles, CRUD, sync, and backend-style patterns. - Use
references/GIPER_BAZA_ADMIN_GUIDE.mdfor admin panels, roles, UI patterns, and admin CRUD flows. - Use
references/TAURI_SETUP.mdfor desktop setup, build, and CI. - ALWAYS read
references/DIMA_STYLE.mdbefore writing any code — it defines the idiomatic $mol coding style (parametrized components via*,@$mol_mem_key, minimal CSS, no.make()).