yylo
v0.2.3-rc.3Command-line orchestrator for coding agents that creates a dedicated branch/worktree per task, delegates to Pi and Codex subagents, and enforces typed task, validation, merge, and release-readiness boundaries with receipt-backed repository changes.
By YYLO contributorsLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install yylo for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add yylo@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “yylo” remain stable.
- Codex:
yylo@agent-plugin-marketplace→yylo@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yylo-dev/yylo/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "yylo",
"version": "0.2.3-rc.3",
"description": "Command-line orchestrator for coding agents that creates a dedicated branch/worktree per task, delegates to Pi and Codex subagents, and enforces typed task, validation, merge, and release-readiness boundaries with receipt-backed repository changes.",
"author": {
"name": "YYLO contributors",
"url": "https://github.com/yylo-dev"
},
"homepage": "https://github.com/yylo-dev/yylo",
"repository": "https://github.com/yylo-dev/yylo",
"license": "MIT",
"keywords": [
"codex",
"agents",
"orchestration",
"cli",
"worktree",
"workflow",
"code-review"
],
"skills": "./.claude/skills/",
"interface": {
"displayName": "YYLO",
"shortDescription": "Orchestrate coding agents in per-task worktrees",
"longDescription": "YYLO plans and runs each task in a dedicated branch and worktree, delegates implementation to Pi and Codex subagents, and enforces typed task, validation, merge, and release-readiness boundaries with receipt-backed repository changes.",
"developerName": "YYLO contributors",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/yylo-dev/yylo",
"defaultPrompt": [
"Use yylo to plan and run this task in a fresh worktree.",
"Use yylo to check merge and release readiness for this branch.",
"Use yylo to review the validation receipts for the last change."
],
"brandColor": "#4F46E5",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[yylo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yylo)