The real skill isnโt getting AI to answers! But to do so in a manner that fits our budgets and fulfils our requirements. Itโs guiding it with clear context and turning its output into useful action.
This list is built around a simpler idea. Instead of searching through thousands of skills, you start with the exact problem you’re facing. Each common frustration is matched to a specific skill, so you can install only what you need and make tools like Claude Code or Codex CLI more useful.

obra/superpowers | โ 267,733 ยท 23,919 forks
Moreover, an agentic skills framework & software development methodology that works. Instead of jumping into code, the agent asks you questions until it understands what you want, shows you the plan in pieces short enough to read, and waits for your approval before building anything.
What makes this skill special?
Works with: Both Claude Code and Codex CLI.
In fact, perfect for anyone who has watched an agent confidently build the wrong thing.

affaan-m/ECC | โ 238,146 ยท 36,166 forks
If everyone on your team has their agent configured differently and nobody can reproduce anyone else’s results, one skill won’t help. You need a shared setup. Consequently, this is that: a large, opinionated bundle covering planning, code review, build fixes, security, and architecture, all installed in one go.
What makes this skill special?
Works with: Best with Claude Code. Meanwhile, Codex is supported through a separate setup step.
Best for teams, not individuals.

multica-ai/andrej-karpathy-skills | โ 200,098 ยท 20,585 forks
Your agent quietly decides what you meant, runs with it, and you find out twenty minutes later. For example, this repo has 200,000 stars for a single file that targets exactly that. Similarly, it takes Andrej Karpathy’s widely shared post about where coding agents go wrong and turns each complaint into a rule.
| The rule | What it fixes |
|---|---|
| Think before coding | Guessing instead of asking, hiding confusion |
| Keep it simple | Writing 1,000 lines of code where 100 would do |
| Change only whatโs needed | Rewriting parts that were never requested to change |
| Work toward a clear goal | Instructions that are too vague for the agent to verify its own work |
What makes this skill special?
Works with: Claude Code and Cursor out of the box.
The first thing most people should install.

DietrichGebert/ponytail | โ 97,139 ยท 5,337 forks
You ask for a date picker. While, your agent installs an extra library, writes a wrapper for it, adds a stylesheet, and starts a discussion about timezones. Instead, this skill gives you the single line of built-in code that already does the job. Nevertheless, the idea is the senior engineer who looks at your fifty lines, says nothing, and replaces them with one.
It’s also the only entry here that published a test of itself against itself. In short, twelve real feature requests on a real project, with and without the skill:
| Compared to no skill | Code written | Cost | Time |
|---|---|---|---|
| With ponytail | โ54% | โ20% | โ27% |
| With a plain โkeep it shortโ instruction | โ33% | โ21% | โ30% |
What makes this skill special?
Works with: Claude Code and Codex CLI.
Perfect if you’re the one who has to maintain the result.

JuliusBrussee/caveman | โ 96,300 ยท 5,500 forks
Agents pad with sentences like “Sure! Furthermore, I’d be happy to help with that. The issue you’re experiencing is most likely…” you pay for every word of that! In contrast, this skill makes the agent talk like a caveman. Same answer, a third of the words.
Code, commands, paths and error messages come through untouched. Only the words gets squeezed.
What makes this skill special?
Works with: Claude Code and Codex CLI supported.
Perfect if you’re watching your usage limits.
Both promise savings but at opposite ends. Ponytail shrinks the code. Caveman shrinks the words around it.
| caveman | ponytail | |
|---|---|---|
| Shrinks | The explanation | The code |
| Your code after | Unchanged | About half the size |
| Saving | 65% fewer output tokens when chatting | 54% less code, 20% cheaper, 27% faster |
| Best when | Chatting, debugging, asking questions | Building features youโll maintain |

thedotmack/claude-mem | โ 89,815 ยท 7,819 forks
If you start every session re-explaining last week, this fixes it. It quietly records what happens as you work, stores it on your own machine, and lets the agent look things up later by meaning rather than exact wording. Ask clarifying questions like “what did we decide about the login flow?” and it finds the answer.
What makes this skill special?
Works with: Claude Code only.
Best for projects that run for weeks, not one-off tasks.

addyosmani/agent-skills | โ 82,313 ยท 8,844 forks
If you’d like a professional workflow but don’t want to design one yourself, this hands you a ready-made one. It breaks work into six stages you trigger by name: define what you’re building, plan it, build it, test it, review it, ship it. Two extras cover speeding up a slow website and simplifying messy code.
What makes this skill special?
Works with: Claude Code and Codex CLI, plus 70+ other tools.
Perfect for solo developers who want structure without inventing it.

Egonex-AI/Understand-Anything | โ 77,730 ยท 6,526 forks
You’ve just joined a team and the project is 200,000 lines long. Every other entry here improves how the agent writes. This one improves how you read. Point it at a project and it produces an interactive map of how everything connects, which you explore in your browser.
What makes this skill special?
Works with: Claude Code, Codex CLI, and about ten other tools.
Best for inherited projects and getting oriented.

OthmanAdi/planning-with-files | โ 26,001 ยท 2,178 forks
Every agent forgets. Clear the chat, hit a limit, or close your laptop, and the plan goes with it. This skill writes the plan, the findings, and the progress into three ordinary files on your computer, then feeds them back in every time you type. The conversation resets. The plan doesn’t.
What makes this skill special?
Works with: Claude Code, Codex CLI, and 60+ other tools.
Perfect for work measured in days, and the best option for Codex users who want memory.

NVIDIA/SkillSpector | โ 14,278 ยท 1,194 forks
Install this before anything else on this list, including this list. A skill is a set of instructions your agent will follow, with access to your files and your accounts. Research NVIDIA cites found that “roughly one in four skills contains a security flaw, and one in twenty looks deliberately malicious”.
This is a free scanner from NVIDIA that reads a skill before you install it and tells you whether it’s safe.
What makes this skill special?
Works with: Everything. It’s a scanner, not a skill, so it doesn’t care which agent you use.
For everyone, and especially anyone about to install a skill from someone they’ve never heard of.
Most of these take under a minute. Two commands cover almost everything.
In Claude Code, type this in the chat:
/plugin marketplace add <owner>/<repo>
/plugin install <name>
In Codex CLI, run this in your terminal:
codex plugin marketplace add <owner>/<repo>
codex plugin add <name>
There’s also a universal installer that works across 70+ tools if you’d rather not remember which is which:
npx skills add <owner>/<repo>
| Skill | Claude Code | Codex CLI |
|---|---|---|
| superpowers | /plugin install superpowers@claude-plugins-official |
/plugins, then search superpowers |
| ECC | /plugin marketplace add https://github.com/affaan-m/ECC |
Run their setup script (see README) |
| andrej-karpathy-skills | /plugin marketplace add multica-ai/andrej-karpathy-skills |
Copy the skill file into your Codex settings manually |
| ponytail | /plugin marketplace add DietrichGebert/ponytail |
codex plugin marketplace add DietrichGebert/ponytail |
| caveman | npx skills add JuliusBrussee/caveman |
npx skills add JuliusBrussee/caveman |
| claude-mem | npx claude-mem install |
Not available |
| agent-skills | /plugin marketplace add addyosmani/agent-skills |
codex plugin marketplace add addyosmani/agent-skills |
| Understand-Anything | /plugin marketplace add Egonex-AI/Understand-Anything |
One-line installer on their README |
| planning-with-files | /plugin marketplace add OthmanAdi/planning-with-files |
npx skills add OthmanAdi/planning-with-files |
| SkillSpector | See their README (standalone scanner) | Same |
If you use both Claude Code and Codex, runkids/skillshare keeps one set of skills in sync across both, so you’re not maintaining two copies.
There’s no single skill that can be the best for all (though I’d recommend the Nvidia profile inspector to all.
If your agent keeps writing far more code than the job needed, start with andrej-karpathy-skills or ponytail. If the problem is that there’s no process at all, agent-skills hands you one, and superpowers goes further and rebuilds how you work from the ground up.
Whatever you choose, scan it with SkillSpector first. Three or four skills is the practical limit anyway. Past that they start overlapping and you lose track of which one is doing what.
Read more: Top 5 Agentic Skill for Writing
A. No coding is required. Installation involves copying one or two commands, and you do not need to write or edit code to use these skills effectively.
A. Install andrej-karpathy-skills. It is a simple, affordable file that prevents agents from over-building or changing files you did not ask them to modify.
A. Eight of ten support Codex. Check the “Works with” line in each section, as claude-mem and andrej-karpathy-skills have specific limitations regarding Codex compatibility.
A. Install three or four skills covering behavior, planning, memory, and scanning. Adding more creates redundancy and makes it difficult to predict which skill will control the agent.
A. Yes, skills have file access and can contain security flaws. Only use reputable repositories with named authors and always scan code you did not write yourself.