Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
Baoyu Skills
Baoyu Skills is an open-source productivity skill for Codex, published by JimLiu. It packages reusable instructions an agent loads on demand to help with productivity tasks. The project has 24k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/JimLiu/baoyu-skills ~/.claude/skills/baoyu-skills`.
Installation
Add Baoyu Skills to your agent with:
git clone https://github.com/JimLiu/baoyu-skills ~/.claude/skills/baoyu-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Baoyu Skills when you want productivity help from Codex without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in JimLiu/baoyu-skills, an established project with 24,348 GitHub stars
- Declares compatibility with Codex
- Actively maintained (recent commits)
Things to check
- Sparse description in metadata — read the repository for full details
Topics
Frequently asked questions
- What does Baoyu Skills do?
- Baoyu Skills is an open-source productivity skill for Codex, published by JimLiu. It packages reusable instructions an agent loads on demand to help with productivity tasks. The project has 24k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/JimLiu/baoyu-skills ~/.claude/skills/baoyu-skills`.
- How do I install Baoyu Skills?
- Run git clone https://github.com/JimLiu/baoyu-skills ~/.claude/skills/baoyu-skills in your agent, then reload your skills. Review the source at https://github.com/JimLiu/baoyu-skills before installing.
- Is Baoyu Skills free to use?
- Yes. Baoyu Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Baoyu Skills work with?
- Baoyu Skills declares compatibility with Codex. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does Baoyu Skills come from?
- Baoyu Skills ships inside JimLiu/baoyu-skills, a repository that contains 23 catalogued skills in total. The repository's 24,348 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Generate professional infographics with 21 layout types and 22 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "信息图", "visual summary", "可视化", or "高密度信息大图".
Summarizes WeChat group chat highlights into a structured digest using the local wx-cli binary (https://github.com/jackwener/wx-cli). Generates a normal digest by default; a roast (毒舌) version is opt-in. Maintains per-group history (history.json + history-digests.jsonl), per-user profiles, and per-group fact memory (memory.md) across runs, with privacy guardrails baked in. Use when the user asks to "总结群聊", "群聊精华", "群聊摘要", "summarize group chat", "group chat digest", mentions a WeChat group name with a time range, says "帮我看看 XX 群最近聊了什么", "XX 群有什么值得看的", or asks to "回溯画像" / "初始化画像" / "backfill profiles". Adds the roast version when the user says "毒舌版", "roast 版", "再来个毒舌的", or similar.
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.