Agent Plugins Marketplace
All plugins

fleet-propagate

v0.1.1

Idempotent fleet-wide config propagation: enumerates host, dev containers, init scripts, and container-creator skills from a per-host manifest, applies changes as marker-delimited managed blocks (rerun-safe), verifies each target, bakes changes into creator skills so future containers inherit them, and reports a per-target changed/verified/needs-manual matrix.

CodexClaude Code1 Skill

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 13, 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 fleet-propagate for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add fleet-propagate@paat-plugins

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

Compatibility: the page URL and API slug “fleet-propagate” remain stable.

  • Codex: fleet-propagate@agent-plugin-marketplacefleet-propagate@paat-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/paat/claude-plugins

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

Plugin files

plugins/fleet-propagate/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/fleet-propagate/SKILL.md

Included Skills1

fleet-propagateskills/fleet-propagate/SKILL.md

Use when a configuration change (env var, shell alias, plugin marketplace, agent setting, CLAUDE.md rule) must be applied everywhere — the host, every dev/webtop container, container init scripts, and container-creator skills — idempotently and with per-target verification, so future containers inherit it and no target is missed.

Plugin manifests2

plugins/fleet-propagate/.codex-plugin/plugin.json
{
  "name": "fleet-propagate",
  "version": "0.1.1",
  "description": "Idempotent fleet-wide config propagation: enumerates host, dev containers, init scripts, and container-creator skills from a per-host manifest, applies changes as marker-delimited managed blocks (rerun-safe), verifies each target, bakes changes into creator skills so future containers inherit them, and reports a per-target changed/verified/needs-manual matrix.",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Fleet Propagate",
    "shortDescription": "Idempotent fleet-wide config propagation: enumerates host, dev containers, init scripts, and container-creator skills from a per-host manifest, applies changes as marker-delimited managed blocks (rerun-safe), verifies each target, bakes changes into creator skills so future containers inherit them, and reports a per-target changed/verified/needs-manual matrix.",
    "longDescription": "Idempotent fleet-wide config propagation: enumerates host, dev containers, init scripts, and container-creator skills from a per-host manifest, applies changes as marker-delimited managed blocks (rerun-safe), verifies each target, bakes changes into creator skills so future containers inherit them, and reports a per-target changed/verified/needs-manual matrix.",
    "developerName": "Andre Paat",
    "category": "Productivity",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the fleet-propagate plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "fleet",
    "propagation",
    "idempotent",
    "managed-block",
    "containers",
    "drift",
    "config"
  ],
  "skills": "./skills/"
}
plugins/fleet-propagate/.claude-plugin/plugin.json
{
  "name": "fleet-propagate",
  "version": "0.1.1",
  "description": "Idempotent fleet-wide config propagation: enumerates host, dev containers, init scripts, and container-creator skills from a per-host manifest, applies changes as marker-delimited managed blocks (rerun-safe), verifies each target, bakes changes into creator skills so future containers inherit them, and reports a per-target changed/verified/needs-manual matrix.",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "fleet",
    "propagation",
    "idempotent",
    "managed-block",
    "containers",
    "drift",
    "config"
  ]
}

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

[fleet-propagate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fleet-propagate)