Just CLI

Generate and configure justfiles with recipes and module imports.

12|Updated Nov 6, 2024
One-click install
npx skills add https://github.com/jakmaz/dotfiles --skill just-cli-jakmaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Just CLI
Source: https://github.com/jakmaz/dotfiles/tree/main/opencode/skill/just-cli
Command: npx skills add https://github.com/jakmaz/dotfiles --skill just-cli-jakmaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines creating and configuring Just CLI workflows, enabling teams to generate justfiles, write recipes, and set preferences without repetitive setup.

Core Features & Use Cases

  • Generate and organize justfiles with sensible defaults
  • Write reusable recipes and pattern templates that follow best practices
  • Configure Just settings, modules, and imports for scalable projects
  • Use Case: Standardize build and test pipelines across multiple services in a monorepo

Quick Start

Create a starter justfile for my project using Just CLI.

Frequently Asked Questions about Just CLI

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

FAQPage Schema
How do I create a justfile with sensible defaults for a new project?

To create a justfile with sensible defaults, you can generate and organize one using this capability to set up standard recipes and patterns without repetitive manual configuration.

What is the best way to organize justfile recipes in a monorepo?

The best way to organize justfile recipes in a monorepo is by applying module imports, grouping, and per-recipe patterns to ensure scalable and consistent task automation across multiple services.

How do justfile module imports work for standardizing build pipelines?

Justfile module imports work by allowing you to configure settings and pull in shared recipe templates, which standardizes build and test pipelines across multiple projects.

Can I write reusable recipe templates for Just CLI workflows?

Yes, you can write reusable recipe templates for Just CLI workflows that follow best practices for script blocks and recipe attributes, ensuring consistent task execution.

Does this approach support configuring Just settings for scalable projects?

Yes, this approach supports configuring Just settings, modules, and imports specifically to maintain scalable and consistent automation across various project environments.