jr

Orchestrate Junior framework install, update, sync, migrate, and maintenance workflows.

3|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/rusi/junior --skill jr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jr
Source: https://github.com/rusi/junior/tree/main/agents/skills/jr
Command: npx skills add https://github.com/rusi/junior --skill jr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This meta-skill provides a centralized way to manage and execute Junior’s install, update, sync, migrate, and maintenance workflows across repositories.

Core Features & Use Cases

  • Coordinate subcommands for install, update, sync, migrate, and maintenance.
  • Load and run only the relevant workflow based on user intent.
  • Provide governance with preflight checks and validation gates.

Quick Start

Use a command like /jr sync to run the corresponding workflow.

Frequently Asked Questions about jr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate framework maintenance and sync workflows across multiple repositories?

Automating framework maintenance and sync workflows across repositories requires a centralized orchestration system that coordinates subcommands and enforces preflight validation gates before execution. This approach loads only the relevant workflow based on your specific intent.

What is the best way to migrate legacy project structures to a new framework version?

Migrating legacy structures to a new framework version involves running a dedicated migrate workflow that validates preflight rules before reorganizing artifacts. This ensures progressive-disclosure command handling loads only the required migration subcommand for safe execution.

How do you orchestrate install and update subcommands without loading unnecessary workflows?

Orchestrating install and update subcommands without overhead uses progressive-disclosure command handling to parse user intent and load only the required workflow. This mechanism enforces preflight checks and validation gates before executing the targeted subcommand.

Can I run sync and maintenance tasks simultaneously in a single orchestration command?

Running sync and maintenance tasks simultaneously depends on the orchestrator's ability to load and run only the relevant workflow based on user intent. The system coordinates subcommands individually, enforcing preflight validation gates before each specific execution.

Why does my framework update workflow fail before execution starts?

Framework update workflows fail before execution when preflight rules and validation gates detect unmet conditions in the repository. The orchestration system enforces these governance checks before loading and running the relevant update subcommand to prevent invalid state transitions.

Do I need a centralized orchestration tool to reorganize artifacts in my repository?

Reorganizing artifacts in a repository requires a centralized orchestration tool to manage and execute maintenance workflows with governance. Using a meta-skill ensures preflight checks validate the repository state before the reorganization subcommand executes safely.