Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection provides the orchestration patterns necessary for AI agent engineers to build autonomous loops and delegated task transfers. It focuses on the structural coordination of subagents, allowing for more reliable handoffs and goal-oriented execution.
The repository also includes frameworks for authoring and distributing reusable agent skills, ensuring that specialized capabilities can be consistently applied across different agent environments.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
I’m using
browser-harness for Codex
Installs: Installs the browser-harness tool and globally registers its browser-harness skill with Codex. · Codex
Before you start
Git must already be available.
uv must already be installed.
For local browser use, Chrome or a Chromium-based browser must be available with remote debugging enabled.
Run from: A user-chosen durable parent directory, such as ~/Developer; the installation command enters the cloned browser-harness directory.
In a terminal, clone browser-harness into the current durable parent directory, enter the checkout, install it as an editable uv tool, and verify that its executable is available.
Installs: Installs the browser-harness tool and registers its browser-harness skill with Claude Code. · Claude Code
Before you start
Git must already be available.
uv must already be installed.
For local browser use, Chrome or a Chromium-based browser must be available with remote debugging enabled.
Run from: A user-chosen durable parent directory, such as ~/Developer; the installation command enters the cloned browser-harness directory.
In a terminal, clone browser-harness into the current durable parent directory, enter the checkout, install it as an editable uv tool, and verify that its executable is available.
Manually add an import to ~/.claude/CLAUDE.md that points to the cloned repository's SKILL.md. The documented example is @~/Developer/browser-harness/SKILL.md; replace ~/Developer/browser-harness with the actual durable checkout location.
A connected local Chrome/Chromium browser, or another browser connection supported by the documented setup.
Use the browser-harness skill to inspect <URL>. Replace <URL> with the page address I provide. Open it in a new tab, wait for it to load, and report the page information without clicking, typing, or submitting anything.