Claude Code
4 plugins for vibe coding
The four from the video, with a link straight to every repo. All four are free and open source.
The four
-
Ponytail
Optimises what Claude Code sends, cutting token usage by more than half without losing accuracy.
github.com/DietrichGebert/ponytail -
OmniRoute
Connects Claude Code to 300+ other free AI providers. The moment your usage limit runs out it switches you to the next best model — up to 1.6 billion free tokens a month.
github.com/diegosouzapw/OmniRoute -
Graphify
Turns your codebase into a knowledge graph, so your agent stops spending tokens re-reading the same files.
github.com/Graphify-Labs/graphify -
Agent Skills
24 skills for planning, coding, testing and publishing, by Addy Osmani. It activates the right one at the right stage on its own.
github.com/addyosmani/agent-skills
Right skill, right stage
You do not pick a skill by hand. Agent Skills reads what you are doing and reaches for the one that fits — planning before code, tests after it, publishing last.