From bd4a102d1952715afdae6cd460d772a6c96f53da Mon Sep 17 00:00:00 2001 From: Fubak Date: Thu, 18 Jun 2026 06:57:10 -0400 Subject: [PATCH 1/5] feat: add ultraswarm plugin (remote source) --- .grok-plugin/marketplace.json | 79 ++++++++++++++++++++++++++++------ .grok-plugin/plugin-index.json | 11 +++++ 2 files changed, 78 insertions(+), 12 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 462f10e..fae6ac0 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -15,8 +15,14 @@ "sha": "61f1903bed7b322c9745f6ba67095bc006de7e63" }, "homepage": "https://github.com/vercel/vercel-plugin", - "keywords": ["vercel", "vercel deploy", "deploy to vercel"], - "domains": ["vercel.com"] + "keywords": [ + "vercel", + "vercel deploy", + "deploy to vercel" + ], + "domains": [ + "vercel.com" + ] }, { "name": "sentry", @@ -28,8 +34,12 @@ "sha": "2c3b6c74b2b830c3ce2836f1fde6d7f21d37d4c4" }, "homepage": "https://github.com/getsentry/sentry-for-ai", - "keywords": ["sentry"], - "domains": ["sentry.io"] + "keywords": [ + "sentry" + ], + "domains": [ + "sentry.io" + ] }, { "name": "chrome-devtools", @@ -41,7 +51,11 @@ "sha": "a1612be8e01401cf1711c64bc2ef5da5763ba956" }, "homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp", - "keywords": ["chrome devtools", "chrome-devtools", "devtools mcp"] + "keywords": [ + "chrome devtools", + "chrome-devtools", + "devtools mcp" + ] }, { "name": "cloudflare", @@ -53,8 +67,14 @@ "sha": "60147cbb773649eadca89cee92b4e0caf02234b4" }, "homepage": "https://github.com/cloudflare/skills", - "keywords": ["cloudflare", "wrangler", "cloudflare workers"], - "domains": ["cloudflare.com"] + "keywords": [ + "cloudflare", + "wrangler", + "cloudflare workers" + ], + "domains": [ + "cloudflare.com" + ] }, { "name": "superpowers", @@ -66,7 +86,9 @@ "sha": "6fd4507659784c351abbd2bc264c7162cfd386dc" }, "homepage": "https://github.com/obra/superpowers", - "keywords": ["superpowers"] + "keywords": [ + "superpowers" + ] }, { "name": "mongodb", @@ -78,8 +100,17 @@ "sha": "9ea7387c7a1638604542c6efd52e5efc6a7fc393" }, "homepage": "https://www.mongodb.com/docs/mcp-server/overview/", - "keywords": ["mongodb", "mongo", "mongosh", "mongodb atlas", "mongoose"], - "domains": ["mongodb.com", "cloud.mongodb.com"] + "keywords": [ + "mongodb", + "mongo", + "mongosh", + "mongodb atlas", + "mongoose" + ], + "domains": [ + "mongodb.com", + "cloud.mongodb.com" + ] }, { "name": "neon", @@ -90,8 +121,32 @@ "path": "./external_plugins/neon" }, "homepage": "https://neon.com", - "keywords": ["neon", "neon postgres", "neon database", "neon branch"], - "domains": ["neon.tech", "neon.com", "console.neon.tech"] + "keywords": [ + "neon", + "neon postgres", + "neon database", + "neon branch" + ], + "domains": [ + "neon.tech", + "neon.com", + "console.neon.tech" + ] + }, + { + "name": "ultraswarm", + "description": "Durable multi-worker coding orchestrator for Claude, Codex, Grok, Cursor, local models and more. Plans tasks with complexity/effort analysis, routes to specialized workers, supervises isolated git worktrees, handles approvals, integration, recovery and reporting.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/fubak/ultraswarm.git", + "sha": "4a8a22a1e653cad2c18cb664c0cfecce5c506d4f" + }, + "homepage": "https://github.com/fubak/ultraswarm", + "keywords": [ + "ultraswarm" + ], + "author": "Fubak" } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 5ceb474..e3c8310 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -394,6 +394,17 @@ ] } }, + "ultraswarm": { + "sha": "4a8a22a1e653cad2c18cb664c0cfecce5c506d4f", + "components": { + "skills": [ + { + "name": "ultraswarm", + "description": "Orchestrate complex coding work through the ultraswarm v3 standalone runner." + } + ] + } + }, "vercel": { "sha": "61f1903bed7b322c9745f6ba67095bc006de7e63", "components": { From 9ff5048a48ad2a0548a3c81903af3b18df5601b8 Mon Sep 17 00:00:00 2001 From: Fubak Date: Thu, 18 Jun 2026 07:13:16 -0400 Subject: [PATCH 2/5] chore: bump ultraswarm plugin sha to 0a2ea72 (docs + hygiene) --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index fae6ac0..d9a39f1 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -140,7 +140,7 @@ "source": { "source": "url", "url": "https://github.com/fubak/ultraswarm.git", - "sha": "4a8a22a1e653cad2c18cb664c0cfecce5c506d4f" + "sha": "0a2ea72dcde2195c8febf02841e8848d23e76cdf" }, "homepage": "https://github.com/fubak/ultraswarm", "keywords": [ diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e3c8310..a29f8fd 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -395,7 +395,7 @@ } }, "ultraswarm": { - "sha": "4a8a22a1e653cad2c18cb664c0cfecce5c506d4f", + "sha": "0a2ea72dcde2195c8febf02841e8848d23e76cdf", "components": { "skills": [ { From 5fbe407579ebde8efc035aeeeb2efe05d3a3e95a Mon Sep 17 00:00:00 2001 From: Fubak Date: Thu, 18 Jun 2026 07:42:33 -0400 Subject: [PATCH 3/5] chore: bump ultraswarm to latest main tip 877bf956682132388f17e55cd8d14e45c1cafc8d (post-merge + codex recs: grok manifest validation, identical manifests check, tighter gitignore, full docs) --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d9a39f1..4d5042c 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -140,7 +140,7 @@ "source": { "source": "url", "url": "https://github.com/fubak/ultraswarm.git", - "sha": "0a2ea72dcde2195c8febf02841e8848d23e76cdf" + "sha": "877bf956682132388f17e55cd8d14e45c1cafc8d" }, "homepage": "https://github.com/fubak/ultraswarm", "keywords": [ diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index a29f8fd..822c297 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -395,7 +395,7 @@ } }, "ultraswarm": { - "sha": "0a2ea72dcde2195c8febf02841e8848d23e76cdf", + "sha": "877bf956682132388f17e55cd8d14e45c1cafc8d", "components": { "skills": [ { From f750054694f4104785734857288cf9ff6a93c943 Mon Sep 17 00:00:00 2001 From: Fubak Date: Thu, 18 Jun 2026 10:47:27 -0400 Subject: [PATCH 4/5] chore: bump ultraswarm to v3.4.0 (fb375e2) --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 4d5042c..afcdf07 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -140,7 +140,7 @@ "source": { "source": "url", "url": "https://github.com/fubak/ultraswarm.git", - "sha": "877bf956682132388f17e55cd8d14e45c1cafc8d" + "sha": "fb375e21ea2b05685381de6dd03146289a043cda" }, "homepage": "https://github.com/fubak/ultraswarm", "keywords": [ diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 822c297..a7f574e 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -395,7 +395,7 @@ } }, "ultraswarm": { - "sha": "877bf956682132388f17e55cd8d14e45c1cafc8d", + "sha": "fb375e21ea2b05685381de6dd03146289a043cda", "components": { "skills": [ { From 4c04b8c2234495466f50f8960428a6e97c31c978 Mon Sep 17 00:00:00 2001 From: Brad Shannon <7515709+fubak@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:16:47 -0400 Subject: [PATCH 5/5] chore: bump ultraswarm to v3.5.10 (sha 04131d2) Pin ultraswarm to the v3.5.10 release commit (04131d2736def35d74b56297001b5a0bac1cbfc6) and regenerate the plugin index. Catalog + index --check pass. --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index afcdf07..cade00b 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -140,7 +140,7 @@ "source": { "source": "url", "url": "https://github.com/fubak/ultraswarm.git", - "sha": "fb375e21ea2b05685381de6dd03146289a043cda" + "sha": "04131d2736def35d74b56297001b5a0bac1cbfc6" }, "homepage": "https://github.com/fubak/ultraswarm", "keywords": [ diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index a7f574e..44b895e 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -395,7 +395,7 @@ } }, "ultraswarm": { - "sha": "fb375e21ea2b05685381de6dd03146289a043cda", + "sha": "04131d2736def35d74b56297001b5a0bac1cbfc6", "components": { "skills": [ {