Agents System Setup banner
ytthuan ytthuan

Agents System Setup

Git community

Description

Bootstrap, update, improve, or replicate multi-agent systems across GitHub Copilot CLI, Claude Code, OpenCode, and OpenAI Codex CLI.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agents-system-setup

[![CI](https://github.com/ytthuan/agents-system-setup/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ytthuan/agents-system-setup/actions/workflows/ci.yml) [![Release](https://github.com/ytthuan/agents-system-setup/actions/workflows/release.yml/badge.svg)](https://github.com/ytthuan/agents-system-setup/actions/workflows/release.yml) [![Latest release](https://img.shields.io/github/v/release/ytthuan/agents-system-setup?sort=semver&display_name=tag)](https://github.com/ytthuan/agents-system-setup/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) [![Cross-OS](https://img.shields.io/badge/cross--os-linux%20%7C%20macos%20%7C%20windows-blue)](.github/workflows/ci.yml) [![Runtimes](https://img.shields.io/badge/runtimes-Copilot%20CLI%20%7C%20Claude%20Code%20%7C%20Codex%20%7C%20OpenCode%20%7C%20Gemini-purple)](#install--per-runtime)

  • A multi-runtime plugin/skill package that bootstraps, updates, improves, upgrades, or replicates a complete multi-agent system across five supported runtimes: GitHub Copilot CLI, Claude Code, OpenCode, OpenAI Codex (CLI + App), and Gemini CLI artifact layouts — from a single skill, with a Canonical IR for bidirectional replication, parallel-aware orchestration, mandatory security/audit/architecture governance, version-stamped artifacts, and compact-by-default context output baked in.

Relationship to Copilot `/init` and native `AGENTS.md` support

This plugin **complements** Copilot's built-in `/init` and native `AGENTS.md` interop — it does not duplicate them. `/init` analyzes a repo and seeds a single Copilot guidance file, which Copilot (and other agents) then read natively. That single-file, single-runtime bootstrap is the *starting point* this plugin builds on, not what it competes with — an `/init`-seeded `AGENTS.md` is a valid input to `update`/`improve` mode.

`agents-system-setup` adds capabilities no