justfile-author
Installation
SKILL.md
Justfile Author
Overview
Generate a justfile (and matching Makefile + tx-start helpers) following Nick's
project conventions: zsh shell, DRY parameterized helpers, svc-* tmux service
family wired through cortex tmux, and standard quality recipes
(build, lint, dev, test, typecheck, ci, clean).
When to use this skill
- A repo lacks a justfile and the user wants one.
- A justfile exists but is missing the svc-* family, the Makefile wrapper, or the standard quality recipes.
- The user asks to add a new service window (e.g.,
svc-worker) to an existing justfile. - The user asks to refactor a justfile to be more DRY or to align with the conventions captured here.