Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).
Installation
$skills install @filipstrand/mflux-dev-env
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryfilipstrand/mflux
Path.cursor/skills/mflux-dev-env/SKILL.md
Branchmain
Scoped Name@filipstrand/mflux-dev-env
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
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).
More by filipstrand
View allmflux-testing
1,760Run tests in mflux (fast/slow/full), preserve image outputs, and handle golden image diffs safely.
mflux-release
1,760Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
mflux-pr
1,760Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.
