grilling
围绕计划、decision 或 idea 持续追问用户。适用于用户想对自己的思路做压力测试,或使用任何 “grill” 触发措辞时。
Install / Use
npx skills add vinvcn/mattpocock-skills-zh-CN --skill grillingInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Our assessment of grilling
grilling scores 60/100 on our quality scale, 2029th of 2,569 Development & Engineering skills we index.
Its SKILL.md is 909 bytes long, written without headings with 1 code example: fairly brief, so expect to fill in details yourself.
With 4,427 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 5 days ago, so grilling is actively maintained.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
grilling compared with similar skills
All 4 of these similar skills score higher than grilling; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| grilling (this skill)by vinvcn | 60 | 4.4k | 5d ago | SKILL.md |
| ai-job-searchby MadsLorentzen | 100 | 44.0k | 6d ago | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | today | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 4d ago | SKILL.md |
Frequently asked questions
- How do I install grilling?
- Run
npx skills add vinvcn/mattpocock-skills-zh-CN --skill grilling. The install tabs above show the steps for each supported agent. - Which AI agents does grilling work with?
- It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is grilling safe to use?
- It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is grilling still maintained?
- The repository was last updated 5 days ago, so grilling is actively maintained.
Skill content
View source on GitHubname: grilling description: 围绕计划、decision 或 idea 持续追问用户。适用于用户想对自己的思路做压力测试,或使用任何 “grill” 触发措辞时。
持续访谈用户,直到达成共同理解。把这件事映射成一棵 design tree:每个 decision 都分支到挂在它下面的那些 decisions。
按 rounds 逐轮处理这棵树。frontier 是那些 prerequisites 已经敲定的 decisions——也就是你现在就可以问、无需猜测还没听到的答案的那些问题。在一轮里问完整条 frontier:给每个问题编号并附上你的推荐答案。然后等用户回答,再进入下一轮。
每一轮的格式如下:
❓ **Q1** - **<问题标题>**:<问题正文,可能有多段,包括多个选项>
➡️ <你的推荐答案>
---
❓ **Q2** - **<问题标题>**:<问题正文,可能有多段,包括多个选项>
➡️ <你的推荐答案>
每一轮用户给出的回答都会重塑这棵树——敲定的 decisions 会把 frontier 向外推,并解锁依赖它们的问题。重新计算 frontier,然后问下一轮。其答案依赖本轮中另一个仍未解决的问题,属于 更晚的 一轮,而不是本轮。
寻找 facts 是你的工作,绝不是用户的。当一个 frontier 问题需要来自 environment(filesystem、tools 等)的 fact 时,派一个 sub-agent 去查——不要问用户任何你自己能查到的东西。不要被它阻塞:一次正在进行的探索是一个尚未敲定的 prerequisite,所以只有它下游的问题才需要等 sub-agent 回报——现在先问 frontier 的其余部分。decisions 属于用户——逐个交给他,并等待。
当 frontier 为空时,会话才算结束:design tree 的每个分支都访问过,没有留下任何被默默假设的东西。在用户确认我们已经达成共同理解之前,不要采取行动。
Related Skills
ai-job-search
44.0kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
