mix-coding

Installation
SKILL.md

Mix 2.0 — Correct Code Patterns

This skill ensures you write correct Mix 2.0 code. Mix separates style semantics from widgets using a Spec/Style/Widget pattern with a fluent chaining API.

This is a rigid skill. Follow the documented patterns exactly. Do not guess at method names or API shapes — read the relevant reference file first.

Core Principles

These rules apply to ALL Mix code you write:

  1. Always import Mix:
    import 'package:mix/mix.dart';
    
Installs
1
Repository
btwld/mix
GitHub Stars
774
First Seen
Apr 16, 2026