just
Installation
SKILL.md
just
Overview
just is a command runner — like make but without the build system baggage. Define commands in a justfile, run with just .
Instructions
Step 1: Install
brew install just
Step 2: Justfile
# justfile — Project commands
set dotenv-load
default: dev