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.
| [arg("p", long, ...)] | Configure parameter as --flag option (v1.46) | | [group("name")] | Group recipes in just --list output | | [no-cd] | Don't change to justfile directory | | [private] | Hide from just --list (same as prefix) | | [script] | Execute recipe as single script block |
| [script("interpreter")] | Use specific interpreter (bash, python, etc.) | | [confirm("prompt")] | Require user confirmation before running | | [doc("text")] | Override recipe documentation | | [positional-arguments] | Enable positional args for this recipe only |
Questa abilità dovrebbe essere utilizzata quando l'utente chiede di "creare un justfile", "scrivere solo ricette", "configurare solo le impostazioni", "aggiungere solo moduli", "utilizzare solo attributi", "impostare l'automazione delle attività", menziona justfile, solo runner di comandi o automazione delle attività con just. Fonte: paulrberg/dot-agents.