justfile-authoring
Installation
SKILL.md
Justfile Authoring
Follow existing conventions
- Locate the nearest
justfileor.justfileto the working directory and edit in place. - Preserve naming style, indentation, and grouping conventions.
- Keep diffs minimal; avoid renaming recipes unless requested.
Edit workflow
- Read the existing
justfiletop to bottom; notesetdirectives, variables, aliases, and groups. - Add or update recipes using the same structure and indentation.
- Ensure dependencies and parameters are correct and consistent.
- If a recipe should be hidden from listings, mark it private or prefix with
_.
Syntax essentials
- Recipe: