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 |
Этот навык следует использовать, когда пользователь просит «создать justfile», «написать только рецепты», «настроить только параметры», «добавить только модули», «использовать только атрибуты», «настроить автоматизацию задач», упоминает justfile, просто запуск команд или автоматизацию задач с помощью just. Источник: paulrberg/dot-agents.