LIVE
CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|
SkillNew

grill-me (Matt Pocock)

Skill : A reusable method: instructions, procedures, sometimes scripts or templates · requires claude-code

The agent questions you relentlessly on your plan, branch by branch, until every decision is clear, before writing a single line of code.

A small skill with a big impact: it catches gaps in a specification before they become costly. Also works outside code to challenge any project.

Overall score
9.1 /10
Security: nothing to flag
Utility
8.0
Reliability
10.0
Security
No caveat on record
Ease
1 click · Beginner

Security reflects where data goes, requested permissions and incidents on record at the verification date. It is not a guarantee of zero risk: check the deployment mode and the connections you enable.

What it does, concretely

When you hand a task to a coding agent, the most common problem is not technical: it is misalignment. The agent starts writing code without truly understanding what you wanted, and the result misses the mark. grill-me exists to close that gap before it costs time or money.

In practice, the skill questions the user branch by branch on their plan: it asks precise questions, waits for clear answers, and only moves forward once every decision is explicit. No code is written until the grilling session is complete. The skill can also read the existing repository to ask more relevant questions.

grill-me is aimed at anyone working with Claude Code who wants to avoid starting over because the agent misread the request. It is useful for development tasks as well as for challenging any project or specification, even outside a coding context.

It is not suited to those looking for a tool that handles the entire development process end to end: grill-me is deliberately small and focused. It does one thing, the alignment phase, and leaves the rest to other skills or to the user.

What it offers

  • ·Questions the user branch by branch on their plan before any code is generated.
  • ·Blocks code writing until every decision has been explicitly clarified.
  • ·Can read the existing repository to ask questions better suited to the project context.
  • ·Usable outside a development context to challenge any project or specification.
  • ·Installable as a managed Claude Code plugin with automatic updates, or as editable files via skills.sh.
  • ·Composable with other skills in the collection (for example grill-with-docs to add domain modelling).
  • ·Distributed under the MIT licence, free of charge.

In practice

Price
Free
Commercial use
Commercial use: yes
Available on
GitHub mattpocock/skills, skills.sh
Host
claude-code
Licence
MIT
Other hosts
claude-code, cursor, codex, opencode
FR interface
No

Security and data

Rating
Security: nothing to flag
Your data
Data stays local
Maintenance
Active
Last release
6 August 2026

Links and repository checked on 23 September 2026 · added on 23 September 2026

How to install grill-me (Matt Pocock)

1. Open a terminal in your project. 2. Install the Claude Code plugin with the command below, or via /plugin install mattpocock-skills from a Claude Code session. 3. Alternatively, install editable files with: npx skills@latest add mattpocock/skills (choose the skills you want). 4. Do not install both methods at the same time: each skill would be present twice. 5. Run /setup-matt-pocock-skills once in your agent to configure the repository. 6. Run /grill-me before each new change.
claude plugins install mattpocock-skills

Official documentation

In the same category

Whole category Code