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.

CodexClaude Code4 Skills

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

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 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 and Claude Code

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

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

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 repository root is the plugin root.

Plugin files

agent-rally-point/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-rally-point/SKILL.md
├── skills/launch-terminal/SKILL.md
├── skills/mini-loop/SKILL.md
└── skills/rally-workflows/SKILL.md

Included Skills4

agent-rally-pointskills/agent-rally-point/SKILL.md

Use when working in a repository that uses Rally/Agent Rally Point for cross-agent coordination — at session start, before editing files, when deciding what to do next, handing work to another agent, recording facts/artifacts/decisions, or resolving blockers through the `rally` CLI. NOT for authoring or fanning out a multi-agent workstream (use `rally-workflows`), and NOT the per-task quality gate (use `mini-loop`). This skill covers ONE session's own participation in a room.

launch-terminalskills/launch-terminal/SKILL.md

Use when asked to launch a fresh Claude (or Codex) terminal session — optionally with Remote Control visible on the user's phone — as a rally-managed session that is named, injectable, and verifiable. Triggers on "launch a fresh terminal", "spin up a new Claude session", "start a session I can see on my phone", "launch a reviewer session". Not for coordinating with an already-running session (use agent-rally-point) and not for multi-agent fan-out design (use rally-workflows).

mini-loopskills/mini-loop/SKILL.md

Ultra-light per-task quality loop for Rally Flow / dynamic-workflows fan-out. Wrap each fanned-out task in assess → plan → execute → mini-judge to raise accuracy, with zero tools or scripts. Use when running a workstream task and you want it to actually meet its validation + output contract, not just "be done".

rally-workflowsskills/rally-workflows/SKILL.md

Use when fanning out work across multiple agents, running a dynamic workflow, or splitting a workstream across hosts, terminals, or machines through Agent Rally Point. NOT for one session's own coordination loop (use `agent-rally-point`), and NOT the per-task quality gate (use `mini-loop`). Defines the workstream descriptor + task-packet protocol and the per-task rally coordination loop; host-neutral.

Plugin manifests2

.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."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "agent-rally-point",
  "description": "Agent Rally Point — repo-local coordination surface for parallel coding agents. Claude Code has a plugin integration; Codex has Rally skills and needs project hook configuration; Cursor uses project hook configuration; Gemini and other hosts use the CLI loop. Records claims, checks write boundaries, routes handoffs, and exposes room state via the rally CLI. Skills: agent-rally-point (per-session loop), rally-workflows (fan-out + dynamic-workflows protocol), mini-loop (per-task quality gate). Hooks auto-fire only in supported, configured projects on SessionStart + PreToolUse to surface room awareness and deconflict before edits; advisory by default (the edit goes through), with opt-in strict and fail-closed switches that block. Backend: rally CLI (cargo install --path crates/rally-cli).",
  "author": {
    "name": "Tyrone Ross",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/tyroneross/agent-rally-point",
  "repository": "https://github.com/tyroneross/agent-rally-point",
  "license": "Apache-2.0",
  "keywords": [
    "agent-coordination",
    "rally",
    "dynamic-workflows",
    "multi-agent",
    "parallel-agents",
    "host-neutral",
    "claude-code",
    "codex",
    "gemini"
  ],
  "skills": "./skills"
}

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)