just

Execute project-specific commands defined in a justfile using the just runner.

1|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill just-rooseveltadvisors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: just
Source: https://github.com/RooseveltAdvisors/claude-agent-stack/tree/main/skills/just
Command: npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill just-rooseveltadvisors

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies running project-specific commands by providing a clean and consistent way to define and execute tasks, acting as a user-friendly alternative to make.

Core Features & Use Cases

  • Task Definition: Define reusable commands in a justfile.
  • Easy Execution: Run tasks with simple commands like just <recipe-name>.
  • Parameterization: Recipes can accept arguments for dynamic execution.
  • Use Case: Automate common development workflows such as linting, testing, building, and deploying with a single command.

Quick Start

Use the just skill to list all available recipes in the current project.

Frequently Asked Questions about just

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

FAQPage Schema
How do I automate development workflows like linting and testing with a single command?

Automating development workflows is done by defining reusable recipes in a `justfile`, which the `just` task runner executes via simple commands. This provides a consistent way to run project-specific commands.

What is a user-friendly alternative to make for defining project commands?

A user-friendly make alternative for defining project commands is the `just` command-line runner. It allows you to define and execute parameterized, reusable commands in a `justfile`.

Do I need a specific binary installed to run project tasks from a justfile?

Yes, running project tasks from a `justfile` requires the `just` binary to be installed, and a `justfile` must be present in your project directory to list and execute available recipes.

How do I run parameterized commands for building and deploying my project?

Run parameterized commands for building and deploying by defining recipes in a `justfile` that accept arguments for dynamic execution. You trigger these tasks using the `just` command-line runner.

How can I list all available recipes in my current project?

To list all available recipes in your current project, use the `just` command-line runner in a directory containing a `justfile`. This skill enables listing and executing your defined project tasks.