justfile-authoring

Installation
SKILL.md

Justfile Authoring

Follow existing conventions

  • Locate the nearest justfile or .justfile to the working directory and edit in place.
  • Preserve naming style, indentation, and grouping conventions.
  • Keep diffs minimal; avoid renaming recipes unless requested.

Edit workflow

  1. Read the existing justfile top to bottom; note set directives, variables, aliases, and groups.
  2. Add or update recipes using the same structure and indentation.
  3. Ensure dependencies and parameters are correct and consistent.
  4. If a recipe should be hidden from listings, mark it private or prefix with _.

Syntax essentials

  • Recipe:
Related skills

More from derklinke/codex-config

Installs
22
GitHub Stars
8
First Seen
Jan 27, 2026