Field Notes · mlui

Notes that
build something.

3 published notes
Latest noteJul 2026

kmc: my CLI for project commands

kmc is my small command center for projects: instead of searching for commands, I store them in kmc.json, import scripts, and run them cleanly from a menu or directly in the terminal.

Archive

Selected entries
02

Development · Workflows

A command center instead of script chaos

Many projects do not fail because of code, but because of unclear workflows. A command center makes it visible how a project is started, tested, and maintained.
03

Development · KMUC

Local development tools that make projects faster

Good local development tools remove friction from everyday work. They do nothing magical; they make recurring workflows visible, faster, and safer.