Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,20 @@
"description": "Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.",
"icon": "./plugins/hashgraph-online/registry-broker-codex-plugin/assets/icon.png"
},
{
"name": "river-review",
"displayName": "River Review",
"source": {
"source": "local",
"path": "./plugins/s977043/river-review"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Development & Workflow",
"description": "Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff."
},
{
"name": "runtype-skills",
"displayName": "Runtype Skills",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
- [Praxis](https://github.com/ouonet/praxis) - Intent-driven workflow skills for coding agents: describe what done looks like, not the steps. Triage-first design keeps token costs low across design, TDD, debug, review, and release.
- [Project Autopilot](https://github.com/AlexMi64/codex-project-autopilot) - Turn an idea into a structured project workflow with planning, execution, verification, and handoff.
- [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.
- [River Review](https://github.com/s977043/river-review) - Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff.
- [Runtype Skills](https://github.com/runtypelabs/skills) - Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime.
- [Sealos](https://github.com/labring/sealos-skills) - Deploy apps to Sealos Cloud from Codex with readiness checks, Dockerfile generation, Compose conversion, image builds, and rollout updates.
- [Secret Guard](./plugins/mturac/secret-guard) - Pre-commit secret scanner using pattern and entropy detection.
Expand Down
12 changes: 11 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-06-16",
"total": 112,
"total": 113,
"categories": [
"Development & Workflow",
"Tools & Integrations"
Expand Down Expand Up @@ -409,6 +409,16 @@
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/hashgraph-online/registry-broker-codex-plugin/HEAD/.codex-plugin/plugin.json"
},
{
"name": "River Review",
"url": "https://github.com/s977043/river-review",
"owner": "s977043",
"repo": "river-review",
"description": "Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/s977043/river-review/HEAD/.codex-plugin/plugin.json"
},
{
"name": "Runtype Skills",
"url": "https://github.com/runtypelabs/skills",
Expand Down
20 changes: 20 additions & 0 deletions plugins/s977043/river-review/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "river-review",
"version": "1.28.1",
"description": "Capability pack that strengthens AI review for Codex: versioned Skill Registry driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff.",
"author": {"name": "river-review maintainers", "url": "https://github.com/s977043/river-review"},
"homepage": "https://river-review.the3396.com/",
"repository": "https://github.com/s977043/river-review",
"license": "MIT",
"keywords": ["code-review","security-review","performance","architecture","testing","adversarial-review","skills"],
"skills": "./skills/agent-skills/",
"interface": {
"displayName": "River Review",
"shortDescription": "Capability pack: a Skill Registry of review skills, driven by a review agent",
"developerName": "river-review maintainers",
"category": "Developer Tools",
"capabilities": ["Read"],
"websiteURL": "https://river-review.the3396.com/",
"composerIcon": "./assets/icon.svg"
}
}
18 changes: 18 additions & 0 deletions plugins/s977043/river-review/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.