From 20beaf208b4b147d5c6c8f51c8ec62126c1c0dee Mon Sep 17 00:00:00 2001 From: Eoghan Henn Date: Sun, 17 May 2026 08:40:33 +0200 Subject: [PATCH] Add Codex version by AllstarGER to README Added section for user-created versions for other environments and included Codex version by AllstarGER. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 171576d..7e03ed8 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,11 @@ The observer doesn't modify your skills directly. It produces recommendations th **Expected to work but untested:** - Claude Code without desktop app — the methodology and format should translate directly, but I haven't verified it in practice +**Versions for other environments created by users:** +- Codex version by AllstarGER: [https://github.com/AllstarGER/one-skill-to-rule-them-all](https://github.com/AllstarGER/one-skill-to-rule-them-all) + **Potentially compatible with caveats:** -- Other Agent Skills-compatible platforms (ChatGPT, Codex CLI, Gemini CLI, Cursor, etc.) — the skill uses Claude-centric concepts like `` and skill-creator references that other systems would need to interpret or adapt. The SKILL.md format is cross-platform, but the content assumes Claude's architecture. +- Other Agent Skills-compatible platforms (ChatGPT, Gemini CLI, Cursor, etc.) — the skill uses Claude-centric concepts like `` and skill-creator references that other systems would need to interpret or adapt. The SKILL.md format is cross-platform, but the content assumes Claude's architecture. If you try it on another platform, please let me know how it goes. Issues and pull requests welcome.