11 Things That Separate Vibe-Coded Toys From Real Apps
A one-hour engineering checklist for builders who can ship prototypes but keep breaking production.
June 26thA 14-minute live demo of five Matt Pocock skills that close the gap between vibe coders and professional engineers.
Five Claude skills from Matt Pocock's library solve specific failure modes in AI-assisted coding by enforcing architectural decisions, stress-testing design assumptions, reducing token waste, providing contextual clarity, and preserving planning work across sessions.
Vibe coding produces drift: contradictory changes pile up, hidden assumptions sneak through, and token costs balloon. Matt Pocock's open-source skill library closes that gap with five composable Claude Code skills, each targeting a specific failure mode. Improve-Codebase-Architecture dispatches an exploration agent to surface deepening opportunities where shallow modules should become testable, AI-navigable ones. Grill-Me stress-tests a proposed change by resolving every downstream decision branch instead of asking five shallow questions upfront. Caveman strips fillers and articles to cut roughly 30 percent of tokens while auto-disabling on security or multi-step work. Zoom-Out grounds explanations in domain vocabulary so you can verify the model's premise. Handoff distills a session into a markdown brief for a clean context window, pairing cleanly with spec-driven tools.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Matt Pocock skill library intro. Sean reframes vibe coder vs vibe engineer. Promises 5 daily-use skills.

Dispatches exploration subagent to find shallow modules and propose deepening opportunities. Demo on content-intel-v2. Surfaces top 5 refactor candidates with files, problem, solution, benefits.

Socratic decision-tree interrogation before writing code. Resolves every downstream branch of each answer. Demo catches false architectural premise after 7-8 questions. Sean draws branching tree diagram.

Ultra-compressed communication mode drops filler and pleasantries while keeping technical accuracy. Demo: 768 to 502 tokens on same prompt. Auto-clarity exception for destructive ops.

Gives high-level map of how code fits into the system using domain vocabulary. Debunks false duplicate threshold-read flag from skill 1.

Compacts session into structured markdown brief for a fresh context window. Better than native compaction because explicitly formatted for a different recipient.
Sean Kochel demos five skills from Matt Pocock's 70K-star library — architecture analysis, Socratic pre-coding interrogation, compressed communication, system mapping, and session handoff — each solving a real failure mode of vibe coding.
“I think vibe engineering is a better term for that middle ground, exit level beginner into intermediate, where we're trying to actually build awesome stuff, but do it in a very systematic way.”
“A lot of other tools are gonna ask you five questions that get your directional insight, and then they're gonna go off and address all of these underlying assumptions at game time when they go to write the stuff.”
“What the grill me command does is that once you pick a direction, it's gonna go deep down the rabbit hole to resolve all of the other issues that crop up because of that decision.”
“This is kind of like an alternative to compacting because we're still gonna get all of that information, but we can then just use that document as the context for our next session.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Matt Pocock's skill library hit 70,000 GitHub stars with a label that stung: not for vibe coders. Sean Kochel took that as a provocation, not a verdict. Fourteen minutes later he had walked through five skills live, in a real project, that reframe the whole argument.
Shallow modules have an interface nearly as complex as their implementation. The deletion test: delete the module. If complexity vanishes, it was a pass-through.
Most tools ask 5 high-level questions then resolve hidden assumptions at code-write time. Grill Me walks every branch recursively until every leaf is settled before implementation starts.
Caveman mode automatically drops out for security warnings, irreversible actions, multi-step sequences, or when user asks to stop.
Compaction summarizes for continuity. Handoff summarizes for transfer: explicit problem framing, solution reached, key decisions, specifics resolved. The recipient changes, not just the context window.
“If you like this video, I will link you to a playlist where I have a bunch of other awesome skill libraries and vibe engineering plugins that I use on a daily or weekly basis.”
Soft and clean. No newsletter push, no merch. Playlist link only. Earned by the content.
00:00
00:12
00:27
00:43
00:50
01:01
01:12
01:23
01:34
01:45
01:56
02:12
02:21
02:30
02:38
02:52
03:03
03:14
03:25
03:36
03:47
03:58
04:10
04:21
04:32
04:43
04:54
05:05
05:16
05:30
05:38
05:50
06:01
06:12
06:23
06:34
06:45
06:56
07:07
07:18
07:27
07:41
07:52
08:07
08:14
08:25
08:36
08:42
08:58
09:10
09:21
09:32
09:43
09:54
10:05
10:16
10:27
10:38
10:50
11:01
11:12
11:23
11:34
11:45
11:56
12:07
12:18
12:30
12:41
12:52
13:03
13:14
13:25
13:36
13:47
13:58
14:10
14:21
14:32
14:43A one-hour engineering checklist for builders who can ship prototypes but keep breaking production.
June 26thA 27-minute tool tour through five GitHub repos that make invisible AI-coding problems visible — architecture, complexity, prompting speed, code quality, and security.
June 17thA 20-minute explainer that traces the lineage from ReAct to agent loops, names the three controls that prevent token blowouts, and gives three concrete loops anyone can run this week.
June 9thA terminal-based skill pipeline that feeds Claude Design the context it needs to generate professional UI mockups instead of generic AI output.
April 23rdA 28-minute practical breakdown of seven tools that attack token waste at session startup, during input, and in model output.
May 27thSix composable patterns that turn Claude Code into a real multi-agent orchestrator — with two live workflow demos and a token-budget survival guide.
June 4th