File paths: All /.agents/skills/cli-just/references/ and /.agents/skills/cli-just/examples/ paths in this skill resolve under /.agents/skills/cli-just/. Do not look for them in the current working directory.
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) | | [arg("p", pattern="…")] | Constrain parameter to match regex pattern | | [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 |
Этот навык следует использовать, когда пользователь просит «создать justfile», «написать только рецепты», «настроить только параметры», «добавить только модули», «использовать только атрибуты», «настроить автоматизацию задач», упоминает justfile, просто запуск команд или автоматизацию задач с помощью just. Источник: paulrberg/agent-skills.