Skip to content

Commit ae17166

Browse files
chore: sync from upstream registries
1 parent 917cd93 commit ae17166

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.0",
33
"source": "awesome-ai-plugins",
4-
"last_updated": "2026-07-28T12:48:40.027723+00:00",
4+
"last_updated": "2026-07-28T12:49:19.620412+00:00",
55
"plugins": [
66
{
77
"name": "Registry Broker",
@@ -2719,6 +2719,21 @@
27192719
"url": "https://github.com/hashgraph-online/hol-guard-grok-plugin",
27202720
"install_url": "https://raw.githubusercontent.com/hashgraph-online/hol-guard-grok-plugin/HEAD/.grok-plugin/plugin.json"
27212721
},
2722+
{
2723+
"name": "skill-sync-publisher",
2724+
"displayName": "skill-sync-publisher",
2725+
"description": "Safely synchronize this Codex skill across public agent-skill registries",
2726+
"category": "Development & Workflow",
2727+
"source": "awesome-ai-plugins",
2728+
"platform": "codex",
2729+
"ecosystems": [
2730+
"codex"
2731+
],
2732+
"owner": "liuyewang",
2733+
"repo": "skill-sync-publisher",
2734+
"url": "https://github.com/liuyewang/skill-sync-publisher",
2735+
"install_url": "https://raw.githubusercontent.com/liuyewang/skill-sync-publisher/HEAD/.codex-plugin/plugin.json"
2736+
},
27222737
{
27232738
"name": "PDF Monster",
27242739
"displayName": "PDF Monster",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
224224
- [Secret Guard](./plugins/mturac/secret-guard) - Pre-commit secret scanner using pattern and entropy detection.
225225
- [Session Orchestrator](https://github.com/Kanevry/session-orchestrator) - Session orchestration for Claude Code, Codex, and Cursor IDE — structured planning, wave-based execution, VCS integration (GitLab + GitHub), quality gates, and clean session close-out with issue tracking.
226226
- [Simple Man](https://github.com/Maksim-Burtsev/simple-man) - High-compression communication mode for Codex agents that removes filler while preserving search, validation, and implementation effort.
227+
- [skill-sync-publisher](https://github.com/liuyewang/skill-sync-publisher) - Safely synchronize this Codex skill across public agent-skill registries.
227228
- [Spec-Driven Development](https://github.com/Habib0x0/spec-driven-plugin) - 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.
228229
- [spec-superflow](https://github.com/MageByte-Zero/spec-superflow) - Spec-first workflow with nine skills, user-controlled Quick / Hotfix / Tweak / Full paths, auditable recovery commands, hardened delta-spec sync, and guarded review gates.
229230
- [Spellbook Skills](https://github.com/yyykf/spellbook-skills) - Practical Claude Code and Codex skills for worktrees, PR/MR automation, review cleanup, YApi lookup, and Java DDD guidance.

plugins.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-ai-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-07-28",
6-
"total": 184,
6+
"total": 185,
77
"platforms": [
88
"codex",
99
"grok"
@@ -2544,6 +2544,20 @@
25442544
"grok"
25452545
]
25462546
},
2547+
{
2548+
"name": "skill-sync-publisher",
2549+
"url": "https://github.com/liuyewang/skill-sync-publisher",
2550+
"owner": "liuyewang",
2551+
"repo": "skill-sync-publisher",
2552+
"description": "Safely synchronize this Codex skill across public agent-skill registries",
2553+
"category": "Development & Workflow",
2554+
"platform": "codex",
2555+
"source": "awesome-ai-plugins",
2556+
"install_url": "https://raw.githubusercontent.com/liuyewang/skill-sync-publisher/HEAD/.codex-plugin/plugin.json",
2557+
"ecosystems": [
2558+
"codex"
2559+
]
2560+
},
25472561
{
25482562
"name": "PDF Monster",
25492563
"url": "https://github.com/jbaehova/pdf-monster",

0 commit comments

Comments
 (0)