From f8d565928299e49e1a1d2f5421e6b94669ed175f Mon Sep 17 00:00:00 2001 From: Alan Hoffmeister Date: Tue, 1 Sep 2026 15:10:30 -0300 Subject: [PATCH 1/2] Add Agent Coordinator to specialized skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..c9a6329 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. ![GitHub stars](https://img.shields.io/github/stars/callstackincubator/agent-skills?style=flat-square) - [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. ![GitHub stars](https://img.shields.io/github/stars/Bhanunamikaze/Agentic-SEO-Skill?style=flat-square) - [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. ![GitHub stars](https://img.shields.io/github/stars/Gitmaxd/deepagents-cli-codex-skill?style=flat-square) +- [Agent Coordinator](https://github.com/alanhoff/agent-coordinator) - Per-user Codex skill for bounded dependency graphs, revisioned local state, and reconciliation before retrying uncertain persistence or delegated launches. ![GitHub stars](https://img.shields.io/github/stars/alanhoff/agent-coordinator?style=flat-square) ### Skills Management From d82f0c9ca213dcc5136ecc817c5f7533c818ca06 Mon Sep 17 00:00:00 2001 From: Alan Hoffmeister Date: Tue, 1 Sep 2026 15:12:35 -0300 Subject: [PATCH 2/2] Use repository slug in list entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a6329..dde45b8 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. ![GitHub stars](https://img.shields.io/github/stars/callstackincubator/agent-skills?style=flat-square) - [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. ![GitHub stars](https://img.shields.io/github/stars/Bhanunamikaze/Agentic-SEO-Skill?style=flat-square) - [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. ![GitHub stars](https://img.shields.io/github/stars/Gitmaxd/deepagents-cli-codex-skill?style=flat-square) -- [Agent Coordinator](https://github.com/alanhoff/agent-coordinator) - Per-user Codex skill for bounded dependency graphs, revisioned local state, and reconciliation before retrying uncertain persistence or delegated launches. ![GitHub stars](https://img.shields.io/github/stars/alanhoff/agent-coordinator?style=flat-square) +- [alanhoff/agent-coordinator](https://github.com/alanhoff/agent-coordinator) - Per-user Codex skill for bounded dependency graphs, revisioned local state, and reconciliation before retrying uncertain persistence or delegated launches. ![GitHub stars](https://img.shields.io/github/stars/alanhoff/agent-coordinator?style=flat-square) ### Skills Management