Agent Plugins Marketplace
← All plugins

agent-rally-point

Agent Rally Point coordination skills (agent-rally-point, rally-workflows, mini-loop) for Codex. Repo-local coordination via the rally CLI: claims, write-boundary checks, handoffs, dynamic-workflow task packets.

Codex

By Tyrone RossLicense: Apache-2.03 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 26, 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 agent-rally-point for Codex

Installs for the current user
codex plugin marketplace add tyroneross/agent-rally-point
codex plugin marketplace upgrade agent-rally-point
codex plugin add agent-rally-point@agent-rally-point

Paste and run these commands in a terminal with Codex. They add and refresh the agent-rally-point catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-rally-point-2” remain stable.

  • Codex: agent-rally-point-2@agent-plugin-marketplace → agent-rally-point@agent-rally-point

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/tyroneross/agent-rally-point

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/.

Plugin files

plugins/codex/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/codex/.codex-plugin/plugin.json
{
  "name": "agent-rally-point",
  "description": "Agent Rally Point coordination skills (agent-rally-point, rally-workflows, mini-loop) for Codex. Repo-local coordination via the rally CLI: claims, write-boundary checks, handoffs, dynamic-workflow task packets.",
  "author": {
    "name": "Tyrone Ross",
    "email": "[email protected]"
  },
  "repository": "https://github.com/tyroneross/agent-rally-point",
  "license": "Apache-2.0",
  "keywords": [
    "agent-coordination",
    "rally",
    "dynamic-workflows",
    "multi-agent",
    "parallel-agents",
    "host-neutral",
    "codex"
  ],
  "skills": "./.codex-plugin/skills",
  "interface": {
    "displayName": "Agent Rally Point",
    "shortDescription": "Coordinate Codex work through Rally, dynamic workflow task packets, and a per-task quality loop.",
    "longDescription": "Agent Rally Point gives Codex a repo-local coordination surface for Rally claims, checks, artifacts, handoffs, and dynamic workflow task packets. Three skills: agent-rally-point (per-session loop), rally-workflows (fan-out + dynamic-workflows protocol), mini-loop (per-task assess/plan/execute/judge quality gate).",
    "developerName": "Ross Labs",
    "category": "Coding",
    "composerIcon": "./.codex-plugin/assets/app-icon-rally-point-v5.png",
    "logo": "./.codex-plugin/assets/app-icon-rally-point-v5.png",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Coordinate this repo with Rally.",
      "Run a dynamic workflow through Rally."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-rally-point on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-rally-point-2)