AI SummaryJust 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster