·just

Use `just` to save and run project-specific commands. Use when the user mentions `justfile`, `recipe`, or needs a simple alternative to `make` for task automation.

4Installs·0Trend·@disler

Installation

$npx skills add https://github.com/disler/bowser --skill just

How to Install just

Quickly install just AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/disler/bowser --skill just
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: disler/bowser.

SKILL.md

View raw

just is a handy way to save and run project-specific commands. It's a command runner, not a build system, avoiding much of make's complexity.

You can configure just behavior at the top of your justfile:

Define recipes at the top level of your project. Always include a default recipe that lists available commands:

Use `just` to save and run project-specific commands. Use when the user mentions `justfile`, `recipe`, or needs a simple alternative to `make` for task automation. Source: disler/bowser.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/disler/bowser --skill just
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from disler/bowser

Quick answers

What is just?

Use `just` to save and run project-specific commands. Use when the user mentions `justfile`, `recipe`, or needs a simple alternative to `make` for task automation. Source: disler/bowser.

How do I install just?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/disler/bowser --skill just Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/disler/bowser

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None