justfile-polyglot-patterns

Community

Root orchestration for polyglot projects

Authorbryonjacob
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill solves the challenge of coordinating multi-language monorepos by providing a root-level justfile that delegates work to subprojects.

Core Features & Use Cases

  • Root-level orchestration delegates tasks to subprojects, avoiding duplication and ensuring consistent interfaces.
  • Each subproject maintains its own standalone justfile, enabling independent lifecycles while still supporting unified workflows.
  • The _run-all helper enables deterministic, fail-fast delegation across multiple subprojects (e.g., api and web).
  • Use cases include installing dependencies, running checks, building artifacts, and deploying across a polyglot codebase.

Quick Start

  1. Create a root justfile that delegates to subprojects via a _run-all helper and ensure each subproject has its own justfile.
  2. Populate subprojects (e.g., api, web) with their own interfaces; keep root minimal and orchestration-focused.
  3. From the repository root, run just dev-install to set up all environments, then just check-all to validate the whole project.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: justfile-polyglot-patterns
Download link: https://github.com/bryonjacob/aug/archive/main.zip#justfile-polyglot-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.