Skip to content

Commit d04ec90

Browse files
committed
resolve merge conflicts: restore Zagrosi Forge, regenerate artifacts
- Add Zagrosi Forge README entry (lost during --theirs conflict resolution of #115) - Regenerate plugins.json (82 plugins) and marketplace.json - Closes #135, #115, #121
1 parent 0a21a12 commit d04ec90

3 files changed

Lines changed: 48 additions & 13 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
"authentication": "ON_INSTALL"
150150
},
151151
"category": "Development & Workflow",
152-
"description": "223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more."
152+
"description": "223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.",
153+
"icon": "./plugins/alirezarezvani/claude-skills/assets/icon.png"
153154
},
154155
{
155156
"name": "claude-octopus",
@@ -266,11 +267,18 @@
266267
"description": "MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex."
267268
},
268269
{
269-
"name": "Espresso",
270-
"description": "Full token-saving stack - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what is missing.",
271-
"install_url": "https://raw.githubusercontent.com/mirkobozzetto/espresso/HEAD/.codex-plugin/plugin.json",
272-
"source_url": "https://github.com/mirkobozzetto/espresso",
273-
"category": "Development & Workflow"
270+
"name": "espresso",
271+
"displayName": "Espresso",
272+
"source": {
273+
"source": "local",
274+
"path": "./plugins/mirkobozzetto/espresso"
275+
},
276+
"policy": {
277+
"installation": "AVAILABLE",
278+
"authentication": "ON_INSTALL"
279+
},
280+
"category": "Development & Workflow",
281+
"description": "Full token-saving stack in one plugin - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what's missing. Works on Claude Code and Codex."
274282
},
275283
{
276284
"name": "frappe-agent",
@@ -419,7 +427,8 @@
419427
"authentication": "ON_INSTALL"
420428
},
421429
"category": "Development & Workflow",
422-
"description": "Three-phase Requirements → Design → Tasks workflow for Claude Code and Codex — EARS notation acceptance criteria, autonomous execution loop, cross-spec dependencies, and post-implementation acceptance testing."
430+
"description": "Three-phase Requirements → Design → Tasks workflow for Claude Code and Codex — EARS notation acceptance criteria, autonomous execution loop, cross-spec dependencies, and post-implementation acceptance testing.",
431+
"icon": "./plugins/Habib0x0/spec-driven-plugin/assets/spec-driven-icon.svg"
423432
},
424433
{
425434
"name": "stark",
@@ -563,6 +572,21 @@
563572
"category": "Development & Workflow",
564573
"description": "Structured AI writing workflow for planning, critique, revision, translation, style distillation, and opt-in local preference learning."
565574
},
575+
{
576+
"name": "zagrosi-forge",
577+
"displayName": "Zagrosi Forge",
578+
"source": {
579+
"source": "local",
580+
"path": "./plugins/zagrosi-code/zagrosi-forge"
581+
},
582+
"policy": {
583+
"installation": "AVAILABLE",
584+
"authentication": "ON_INSTALL"
585+
},
586+
"category": "Development & Workflow",
587+
"description": "Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.",
588+
"icon": "./plugins/zagrosi-code/zagrosi-forge/assets/icon.svg"
589+
},
566590
{
567591
"name": "amq-cli",
568592
"displayName": "Agent Message Queue",
@@ -575,7 +599,8 @@
575599
"authentication": "ON_INSTALL"
576600
},
577601
"category": "Tools & Integrations",
578-
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations."
602+
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.",
603+
"icon": "./plugins/avivsinai/agent-message-queue/assets/icon.png"
579604
},
580605
{
581606
"name": "agent-vision",
@@ -1170,6 +1195,5 @@
11701195
"description": "GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.",
11711196
"icon": "./plugins/nebelov/yandex-direct-for-all/assets/icon.png"
11721197
}
1173-
],
1174-
"total": 81
1198+
]
11751199
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
169169
- [Universal Design Principles](https://github.com/HDeibler/universal-design-principles) - Cross-agent UX and product-design marketplace with a root Codex collection plugin, five focused plugin bundles, and 137 Agent Skills for design review, accessibility, layout, interaction, cognition, and product polish.
170170
- [VibePortrait](https://github.com/dadwadw233/VibePortrait) - Developer personality portrait generator — analyzes AI conversation history to produce MBTI type (16 color themes), capability radar, developer rating, 3-dimension famous match, and a persona skill that lets any AI "think like you".
171171
- [Writer's Loop](https://github.com/xxsang/writers-loop) - Structured AI writing workflow for planning, critique, revision, translation, style distillation, and opt-in local preference learning.
172+
- [Zagrosi Forge](https://github.com/zagrosi-code/zagrosi-forge) - Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.
172173
### Tools & Integrations
173174

174175
- [Agent Message Queue](https://github.com/avivsinai/agent-message-queue) - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.

plugins.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
5-
"last_updated": "2026-05-18",
6-
"total": 81,
5+
"last_updated": "2026-05-20",
6+
"total": 82,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -194,7 +194,7 @@
194194
"url": "https://github.com/mirkobozzetto/espresso",
195195
"owner": "mirkobozzetto",
196196
"repo": "espresso",
197-
"description": "Full token-saving stack - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what is missing.",
197+
"description": "Full token-saving stack in one plugin - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what's missing. Works on Claude Code and Codex.",
198198
"category": "Development & Workflow",
199199
"source": "awesome-codex-plugins",
200200
"install_url": "https://raw.githubusercontent.com/mirkobozzetto/espresso/HEAD/.codex-plugin/plugin.json"
@@ -399,6 +399,16 @@
399399
"source": "awesome-codex-plugins",
400400
"install_url": "https://raw.githubusercontent.com/xxsang/writers-loop/HEAD/.codex-plugin/plugin.json"
401401
},
402+
{
403+
"name": "Zagrosi Forge",
404+
"url": "https://github.com/zagrosi-code/zagrosi-forge",
405+
"owner": "zagrosi-code",
406+
"repo": "zagrosi-forge",
407+
"description": "Decompose broad project briefs into researched plans and implement sectioned work with TDD, quality gates, and traceability.",
408+
"category": "Development & Workflow",
409+
"source": "awesome-codex-plugins",
410+
"install_url": "https://raw.githubusercontent.com/zagrosi-code/zagrosi-forge/HEAD/.codex-plugin/plugin.json"
411+
},
402412
{
403413
"name": "Agent Message Queue",
404414
"url": "https://github.com/avivsinai/agent-message-queue",

0 commit comments

Comments
 (0)