@PrajwalTomar_: This Reddit post just dropped the Claude Code skill that takes you from 70% to 90% accurate on the first try. A builder…
Summary
A Reddit post introduces a Claude Code skill called /grill-me that extracts all context from users by asking iterative questions and saving decisions to a knowledge doc, improving initial accuracy from 70% to 90%.
View Cached Full Text
Cached at: 06/09/26, 01:30 AM
This Reddit post just dropped the Claude Code skill that takes you from 70% to 90% accurate on the first try.
A builder broke down how to use Matt Pocock’s /grill-me skill to extract every piece of context out of your head before you start prompting.
The loop:
→ It asks ONE question → You answer → It writes your answer into a knowledge doc → It keeps going until there are no gaps left
Some sessions take 5 questions. Some run past an hour. The long ones are the ones worth having.
His modification is the actual unlock. Checkpointing after every question. It creates a brainstorms folder at your project root and drops a markdown file with every decision, the full Q&A log, and the highlights. Stops the context window from dropping an answer you gave 40 minutes earlier.
The math:
→ Old way lands at 70% on iteration one. You grind 10-30 passes to cap at 95%. → Run /grill-me first and iteration one starts at 90%. You refine instead of clawing up from the bottom.
Most builders are still prompting their agents from scratch every session.
The smart ones are extracting every business decision into a knowledge doc first, then letting Claude Code build on top of it.
Similar Articles
@DataChaz: a Japanese dev literally found the ultimate Claude Code cheat code before the rest of us He simply installs 'Find Skill…
A Japanese developer shared a productivity tip for Claude Code: installing the 'Find Skills' tool and asking it to suggest the best skill for a given goal instantly surfaces the perfect match from hundreds of options.
@PrajwalTomar_: BRO this is CRAZY. Karpathy's 4 rules for Claude Code just got turned into a full CLAUDE .md template on Reddit. A deve…
A developer turned Karpathy's four rules for Claude Code into a full CLAUDE .md template, reportedly boosting coding accuracy from 65% to 94% on a real codebase.
@SilenceCaPrompt: This Japanese guy found Claude Code's true leverage before anyone else. He installs "Find Skills", describes what he wa…
A user discovered an effective workflow using Claude Code with a 'Find Skills' feature to automatically suggest the best skills for their use case, enabling a highly automated YouTube content system.
@heyshrutimishra: I tested 30+ Claude Code repos. Most are recycled tutorials. These 5 actually make Claude better at building: 1. Superp…
A developer tested over 30 Claude Code repositories and found 5 that genuinely improve Claude's building capabilities, such as Superpowers which forces structured planning before coding.
@RoundtableSpace: THIS JAPANESE GUY FIGURED OUT CLAUDE CODE’S REAL EDGE BY USING FIND SKILLS TO PICK THE PERFECT TOOL EVERY TIME
A Japanese developer demonstrates how using Claude Code's "find skills" feature enables optimal tool selection for coding tasks.