Are you the author? Sign in to claim
Local-first multi-agent orchestration for Codex CLI and Claude Code, with a UI dashboard to review sub-agent flow plus S
This repository contains the public release of two Sonol skills:
sonol-multi-agentsonol-agent-runtimeBoth skills must be installed together. Installing only one of them can break the orchestration flow, runtime reporting, or dashboard/runtime integration.
This project is created by Source Playground.
sonol-multi-agent/
sonol-agent-runtime/
README.md
README.ko.md
LICENSE.txt
LICENSE.ko.txt
This public release has only been tested in the following environments:
Other environments have not been validated.
Only WSL environments are currently supported and tested for Codex CLI.
Locate your Codex skills directory:
mkdir -p ~/.codex/skills
Copy both skill folders into that directory so the final layout becomes:
~/.codex/skills/sonol-multi-agent
~/.codex/skills/sonol-agent-runtime
Restart Codex CLI or start a new Codex session after copying the folders.
Only Windows environments are currently supported and tested for Claude Code.
Locate your Claude Code skills directory:
New-Item -ItemType Directory -Force "$env:USERPROFILE\.claude\skills" | Out-Null
Copy both skill folders into that directory so the final layout becomes:
%USERPROFILE%\.claude\skills\sonol-multi-agent
%USERPROFILE%\.claude\skills\sonol-agent-runtime
Restart Claude Code or open a new Claude Code session after copying the folders.
The Sonol-authored material in this repository is provided under the terms in LICENSE.txt.
Bundled third-party dependencies and their embedded notices remain under their own upstream licenses.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming