A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Awesome Human Distillation
Awesome Human Distillation is an open-source productivity skill for Claude Code, published by mliu98. Its author describes it as: “A curated catalog of human distillliation agent skills”. The project has 709 stars on GitHub and does not declare a license, so check with the author before reuse. Add it to your setup with `git clone https://github.com/mliu98/awesome-human-distillation ~/.claude/skills/awesome-human-distillation`.
Installation
Add Awesome Human Distillation to your agent with:
git clone https://github.com/mliu98/awesome-human-distillation ~/.claude/skills/awesome-human-distillation 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 Awesome Human Distillation when you want productivity help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Established project with 709 GitHub stars
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does Awesome Human Distillation do?
- A curated catalog of human distillliation agent skills
- How do I install Awesome Human Distillation?
- Run git clone https://github.com/mliu98/awesome-human-distillation ~/.claude/skills/awesome-human-distillation in your agent, then reload your skills. Review the source at https://github.com/mliu98/awesome-human-distillation before installing.
- Is Awesome Human Distillation free to use?
- Awesome Human Distillation is publicly available on GitHub, but mliu98 has not declared a standard open-source license (No license). Confirm the terms with the author before reusing it.
- Which agents does Awesome Human Distillation work with?
- Awesome Human Distillation declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Productivity →Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.
Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.
A set of agent skills aimed primarily at Claude Code.
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.