# Just Command

> Use this skill when the user wants to use just-command — Just a command runner — save and run project-specific commands, JSON task listing.

- Skill: `javimosch/just-command` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/just-command`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/just-command/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/just-command

---


# just-command Plugin

Just a command runner — save and run project-specific commands, JSON task listing

## Commands
- `just-command self version` — Print just-command version
- `just-command _ _` — Passthrough to just CLI

## Usage Examples
- `just-command self version` — Check installed version
- `just-command _ _ --help` — Show just-command help
- `just-command _ _ --json` — JSON output mode

## Installation
```bash
cargo install just
```

## Key Features
- task-runner, rust, cli, make
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

