just

just is a skill for Claude Code, Codex from Unique-Divine/jiyuu. It costs 68 tokens per session (1,366 once invoked), scanned A, original, MIT.

A guide for using just, a command runner that stores project tasks in a justfile. The file provides named commands for work such as building, testing, formatting, running, or deploying a project.

In plain words
What is it for?
Use it when a project has a justfile, especially for listing recipes and running build, test, lint, format, development, deployment, or other automation tasks.
Why use it?
It helps developers use the repository's intended commands without reconstructing longer underlying commands by hand. It also helps discover and inspect available tasks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a project has a justfile, especially for listing recipes and running build, test, lint, format, development, deployment, or other automation tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unique-divine/jiyuu/justfile
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Unique-Divine/jiyuu --skill justfile
Clone the repo
git clone --depth 1 https://github.com/Unique-Divine/jiyuu

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for just

README.md
[![agentmods](https://agentmods.dev/badge/skills/unique-divine/jiyuu/justfile.svg)](https://agentmods.dev/skills/unique-divine/jiyuu/justfile)
Your own site
<a href="https://agentmods.dev/skills/unique-divine/jiyuu/justfile"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/justfile.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01366
Opus 5 $0.00034 $0.00683
Sonnet 5 $0.00014 $0.00273
Haiku 4.5 $0.00007 $0.00137

Measured 7d ago against content hash 1e480806f014, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

just scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-skills/justfile/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Just

Use this skill when a repo may expose commands through justfile.

Treat just as the canonical task interface when it exists. Prefer existing recipes over reconstructing the underlying go, npm, cargo, docker, make, or shell commands by hand.

When To Use This Skill

Use it when:

  • the repo or a nearby subproject has a justfile
  • the user asks how to build, test, lint, run, deploy, or inspect commands
  • the user mentions just, justfile, recipes, or recipe arguments
  • the repo has both Makefile and justfile and you need to understand which command surface is intended
  • the user wants to migrate from make to just

Default Workflow

  1. Find the nearest relevant justfile. Do not assume repo root.
  2. Run just --list in that directory to discover the supported UX.
  3. If a recipe is unclear, inspect it with just --show <recipe>.
  4. Use the recipe directly unless the user explicitly wants the raw command.
  5. Fall back to ad hoc commands only when no suitable recipe exists.

Common recipe names to check first: setup, install, build, test, lint, fmt, dev, run, preview, deploy.

Agent Guardrails

  • Prefer the nearest task-specific justfile over a broader root-level one.
  • If both Makefile and justfile exist, inspect both before suggesting migration or replacement.
  • Do not bypass an existing recipe unless it is missing, clearly wrong for the task, or the user asks for the underlying command.
  • Do not assume .env exists, and do not print secrets just because a justfile uses dotenv-load or exported variables.
  • Treat destructive or confirmation-gated recipes cautiously.
  • Test-like shebang recipes (test, test-*, etc.) should use #!/usr/bin/env bash and set -euo pipefail so failures propagate instead of being masked by later commands.
  • Recipe doc comments must be exactly one # ... line immediately above the recipe name. just / just --list use only that adjacent comment as the recipe description; a second # line replaces or truncates the intended preview text.

Read the full file on GitHub · 149 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 149 lines · 68 tokens per session scan A 1e480806f014

Subscribe to this mod's changes

just is a skill published in the GitHub repository Unique-Divine/jiyuu (6 stars, last pushed 25d ago), licensed MIT. It adds 68 tokens to every session and 1,366 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

extension-upload

Package a script tool under /.config/agenvoy/tools/script/ into a tar.gz and publish to pkg.agenvoy.com registry. Keyword picker, dep/key detection, config-stored email (ask + lowercase + persist), ask version, email verification gate, multipart upload with downgrade/unique guards.

agenvoy/Agenvoy · 63 tokens

e2a

Use when operating an already-connected e2a inbox over MCP: reading, composing, sending, replying, forwarding, handling attachments, managing contacts/outreach, scheduling mail, or using templates. Teaches correct threading, conversation correlation, concise multipart composition, and accepted/pending-review no-retry…

tokencanopy/e2a · 64 tokens

notion-cli

Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 50+ commands. Triggers: Notion workspace automation, database queries, page creation…

4ier/notion-cli · 109 tokens

lx

Codebase exploration tool that reads many files or whole directories in a single call, with per-file headers, glob include/exclude filters, function/type skeleton extraction (signatures only, no bodies), and head/tail line slicing.

rasros/lx · 48 tokens

miro-workflow

Compose Miro boards from natural-language requests by combining tools from miro-mcp-server. Use when the user asks to set up a sprint board, retrospective, brainstorming session, user story map, kanban, or any structured Miro layout. Do NOT use for single-tool calls (create one sticky), questions about Miro the…

olgasafonova/miro-mcp-server · 103 tokens

context-setup

Build, import, or refresh this workspace's identity, project, reusable-workflow, and weekly-state files through a guided review. Use only when the user explicitly asks to initialize or redo workspace context.

conorbronsdon/agent-context-os · 44 tokens