@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
@PrajwalTomar_: Claude Code PRO tip: Don't just read this article. Paste the whole thing into your session and say: "Read this article …
A tip for using Claude Code: paste an article into the session and instruct the AI to audit your installed skills, remove duplicates, and install better replacements, thereby optimizing context window usage.
@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.
@rohanpaul_ai: A Japanese dev spotted the trick: ask Claude Code to automatically Find Skills. Can match your goal to the right tool, …
A Japanese developer discovered a trick to use Claude Code to automatically find and install skills, matching goals to tools via Vercel's skills CLI across Claude, Codex, Cursor, and Gemini.
@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.