AI Creative OS
01Ponytail02claude-mem03Code Review04The official marketplace

Four Claude Code Plugins

Not a list of fifty. Four plugins that change how Claude Code actually behaves: less token burn, memory between sessions, and a review pass that catches what you would have shipped. Every number below checked on GitHub and Anthropic's own pages, July 2026.
Build it step by stepInteractive · ~2 min · with Z’s build guideStart →
01Writes less code
Ponytail
89,705 stars, MIT. Its own README benchmark reads “~54% less code (up to 94%) · ~20% cheaper · ~27% faster · 100% safe”, measured across 12 feature tasks on a real repo. Note the honest version: it is ~54% less code and ~20% cheaper, not 50% off your bill.
/plugin marketplace add DietrichGebert/ponytail
/plugin install ponytail@ponytail
02Memory between sessions
claude-mem
88,619 stars, Apache-2.0, shipped 3 days ago. Captures what the agent did, compresses it, and injects the relevant part into your next session, so you stop re-explaining your own project every morning.
npx claude-mem install
03Anthropic's own
Code Review
“AI code review with specialized agents and confidence-based filtering for pull requests.” It launches five agents in parallel — CLAUDE.md compliance, bug detection, git history, prior PR comments, code comments — and only posts findings above a confidence of 80/100. 430,450 installs.
/code-review on any PR branch.
04Where they come from
The official marketplace
anthropics/claude-plugins-official (32,692 stars) is Anthropic's curated directory — Code Review lives inside it. Add it once and every plugin is one command away.
/plugin marketplace add anthropics/claude-plugins-official
/plugin install <name>@claude-plugins-official
The order that actually helps
1. claude-mem first — it pays off from session two onward.
2. Ponytail next — less code written is less code to maintain.
3. Code Review last — run it before you ship, not while you build.
# install one, use it a week, then add the next. All four at once and you
# will not know which one changed the behaviour.
Want this running for you?
Build it step by step inside AI Creative OS, with me in the thread.
Implement this today →
Zdeno Mucina
Not ready for that?
Drop your email and 3 more guides open in the Library, free.