# Mflux Dev Env

> Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test). Use when this capability is needed.

- Skill: `tomevault-io/mflux-dev-env` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mflux-dev-env`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mflux-dev-env/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mflux-dev-env

---

# 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: `make install`
  - Lint: `make lint`
  - Format: `make format`
  - Pre-commit suite: `make check`
  - Build: `make build`
- Prefer `uv run ...` for running Python commands to ensure the correct environment.
- When running tests, keep `MFLUX_PRESERVE_TEST_OUTPUT=1` enabled (the Makefile test targets already do this).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/filipstrand) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

