just-cli

SKILL.md

Just Command Runner

Overview

Expert guidance for Just, a command runner with syntax inspired by make. Use this skill for creating justfiles, writing recipes, configuring settings, and implementing task automation workflows.

Justfile Discovery Protocol

When a justfile exists in a project, agents should prefer just recipes over raw commands.

Discovery Steps

  1. Check for justfile or Justfile in project root
  2. Run just --list to discover available recipes
  3. Map common operations to recipes:
Installs
3
First Seen
Mar 6, 2026