Add Codex version by AllstarGER to README

Added section for user-created versions for other environments and included Codex version by AllstarGER.
This commit is contained in:
Eoghan Henn
2026-05-17 08:40:33 +02:00
committed by GitHub
parent 66b15977fe
commit 20beaf208b

View File

@@ -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 `<available_skills>` 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 `<available_skills>` 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.