The five skills to install before anything else
Memory across sessions, a brake on over-engineering, your notes as a knowledge base, and an image-to-video pipeline
Most people run Claude with zero skills installed, which is the difference between a chatbot and a system. These five are the ones worth setting up first — and the order matters, because each one makes the next more useful.
The five, and what each actually does
Ponytail
Forces the minimal code that works instead of over-engineering. Reported to cut code written by up to 54%, and around 20% of tokens and cost with it.
Claude Mem
Captures what happens in a session, compresses it, and feeds the relevant parts into later ones. Stored locally in SQLite. The big one.
Obsidian vault
Point Claude Code at a folder of markdown notes and it answers from what you actually know rather than from the void.
Banana Pro Director
Character sheets, outfit references, scene layouts. The difference between “make an image” and a repeatable visual pipeline.
Cinema World Builder
Takes those images and writes cinematic video prompts — camera moves, lens settings, shooting styles. The partner to the one above.
Each one pays off before the next
Claude Mem first
So that everything you set up after it is actually remembered between sessions.
Then Ponytail
Output gets leaner and cheaper from that point on, including everything the other skills produce.
Then Obsidian
Your own knowledge becomes something it can read and navigate.
The two visual skills last
Add them when you actually need media, not before.
Installing Claude Mem
The npm package is not the plugin. Installing it globally pulls the library without wiring the hooks, so it looks installed and remembers nothing.
Three folders, and that is the whole structure
One folder of markdown notes is all the skill needs. The split is what keeps its output separate from your input.
Four failures and their fixes
Install Claude Mem first so every other skill compounds, then add the rest one at a time.