← Back to list

mflux-dev-env
by filipstrand
MLX native implementations of state-of-the-art generative image models
⭐ 1,780🍴 116📅 Jan 23, 2026
SKILL.md
name: mflux-dev-env description: Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).
mflux dev environment
This repo expects macOS arm64 and prefers uv + Makefile targets.
When to Use
- You’re setting up the repo locally or diagnosing environment/setup issues.
- You need the canonical way to run lint/format/check/build/test.
Instructions
- Prefer Makefile targets:
- Install:
/install(ormake install) - Lint:
/lint(ormake lint) - Format:
/format(ormake format) - Pre-commit suite:
/check(ormake check) - Build:
/build(ormake build)
- Install:
- Prefer
uv run ...for running Python commands to ensure the correct environment. - When running tests, keep
MFLUX_PRESERVE_TEST_OUTPUT=1enabled (the/test*commands do this).
Score
Total Score
80/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


