From 585b4f298d388939f2065c66311d91369167b456 Mon Sep 17 00:00:00 2001 From: Paoulo31 Date: Tue, 26 May 2026 22:32:08 +0800 Subject: [PATCH 1/2] feat: add codex-skills (agents-md-gen, revenue-autopilot, skill-forge) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..fba3fed 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [gmh5225/awesome-skills](https://github.com/gmh5225/awesome-skills) - Curated list of agent skills and tools for Claude Code, Codex, Gemini CLI, GitHub Copilot, and more. ![GitHub stars](https://img.shields.io/github/stars/gmh5225/awesome-skills?style=flat-square) ### Specialized Skills +- [xut82429-glitch/codex-skills](https://github.com/xut82429-glitch/codex-skills) - 3 high-quality skills: agents-md-gen (auto-generate AGENTS.md), revenue-autopilot (content monetization pipeline), skill-forge (skill development workshop). All in Chinese. ![GitHub stars](https://img.shields.io/github/stars/xut82429-glitch/codex-skills?style=flat-square) - [Lum1104/Understand-Anything](https://github.com/Lum1104/Understand-Anything) - Turn any codebase into an interactive knowledge graph you can explore, search, and query. Multi-platform including Codex. ![GitHub stars](https://img.shields.io/github/stars/Lum1104/Understand-Anything?style=flat-square) - [wanshuiyin/Auto-claude-code-research-in-sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) - ARIS - lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, experiment automation. ![GitHub stars](https://img.shields.io/github/stars/wanshuiyin/Auto-claude-code-research-in-sleep?style=flat-square) From 8fbad88fff73745e3afda84ff1a4a4361b4ba38f Mon Sep 17 00:00:00 2001 From: Paoulo31 Date: Tue, 26 May 2026 22:41:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20add=20codex-thrift=20=E2=80=94=20Co?= =?UTF-8?q?dex=20cost=20audit=20&=20optimization=20tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fba3fed..b01a160 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [gmh5225/awesome-skills](https://github.com/gmh5225/awesome-skills) - Curated list of agent skills and tools for Claude Code, Codex, Gemini CLI, GitHub Copilot, and more. ![GitHub stars](https://img.shields.io/github/stars/gmh5225/awesome-skills?style=flat-square) ### Specialized Skills +- [xut82429-glitch/codex-thrift](https://github.com/xut82429-glitch/codex-thrift) - One-command Codex cost audit: find token waste, estimate daily spend by model, auto-generate optimized AGENTS.md. Zero dependencies, single file. ![GitHub stars](https://img.shields.io/github/stars/xut82429-glitch/codex-thrift?style=flat-square) - [xut82429-glitch/codex-skills](https://github.com/xut82429-glitch/codex-skills) - 3 high-quality skills: agents-md-gen (auto-generate AGENTS.md), revenue-autopilot (content monetization pipeline), skill-forge (skill development workshop). All in Chinese. ![GitHub stars](https://img.shields.io/github/stars/xut82429-glitch/codex-skills?style=flat-square) - [Lum1104/Understand-Anything](https://github.com/Lum1104/Understand-Anything) - Turn any codebase into an interactive knowledge graph you can explore, search, and query. Multi-platform including Codex. ![GitHub stars](https://img.shields.io/github/stars/Lum1104/Understand-Anything?style=flat-square)