just-cli

Automate Justfile creation, organization, and execution across multi-repo environments.

8|Updated Mar 28, 2024
One-click install
npx skills add https://github.com/joncrangle/.dotfiles --skill just-cli-joncrangle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: just-cli
Source: https://github.com/joncrangle/.dotfiles/tree/main/dot_config/opencode/skills/just-cli
Command: npx skills add https://github.com/joncrangle/.dotfiles --skill just-cli-joncrangle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Justfiles creation, organization, and execution to reduce manual setup and repetitive tasks across projects.

Core Features & Use Cases

  • Discover and organize recipes with grouping, attributes, and per-recipe options.
  • Import modules, share recipes, and apply standard patterns for reliable automation.
  • Use script blocks, dependencies, and per-recipe context to build robust build pipelines.

Quick Start

Create a justfile in your project root and run just to list available recipes.

Frequently Asked Questions about just-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize and group recipes in a Justfile for multi-repo automation?

To organize Justfile recipes for project automation, you can apply per-recipe attributes, grouping, and standard patterns. This structure allows you to build robust pipelines and manage shared recipes across multi-repo environments efficiently.

What is the best way to share recipes across multiple projects using Just?

The best way to share recipes across projects is by using Just imports and modules. This approach lets you apply standard patterns for reliable automation, extending recipes and configuring settings across multi-repo environments without duplicate code.

How do I create and execute build pipelines with script blocks in Just?

You create build pipelines in Just by utilizing script blocks, dependencies, and per-recipe context. Configuring these elements within your Justfile enables robust, repeatable task automation and execution for your projects.

Can I extend existing recipes and configure settings in a Justfile?

Yes, you can extend recipes and configure settings in a Justfile. The system supports importing modules and applying standard patterns, allowing you to scale task automation and adapt recipe behavior per project requirements.

How do I get started with task automation using Just in my project root?

To start with task automation, create a justfile in your project root and run the just command. This will list available recipes, allowing you to immediately discover, organize, and execute your automated workflows.