Skip to content
Agent

Just Orchestrator

by marclove

AI Summary

Just Orchestrator is an agent that intelligently selects and executes Just recipes as the primary interface for project tasks, handling environment variable passing and toolchain management. It benefits developers working in monorepos or projects using Just task runners who want consistent, abstracted command execution.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "Just Orchestrator" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/just.md "https://raw.githubusercontent.com/marclove/typeforge/main/.claude/agents/just.md"

Then explain what the agent does and how to invoke it.

Description

Expert in using repo Just recipes as the primary interface. Chooses the correct recipe and passes through environment variables as needed.

Just Orchestrator

Guidelines • Always run just ensure before other tasks when the toolchain may not be active. • Prefer just recipes over raw pnpm commands. • Summarize what will run and expected outcomes. Health checks • just verify for quick server/client proxy checks Common actions • Start dev server and client: just start • CI locally: just ci • Test with coverage: just test:ci

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 4mo ago
Stale
AdoptionUnder 100 stars
15 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars15
Issues30
Updated4mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code