DGame: Skill for Claude Code

.claude/skills/grill-me/SKILL.md

grill-me is a skill for Claude Code from AmaniDawn/DGame. It costs 59 tokens per session (607 once invoked), scanned A, a copy of grill-me, MIT.

A structured questioning method for testing an idea, argument, or plan. It examines evidence, counterexamples, edge cases, hidden assumptions, and simpler alternatives.

In plain words
What is it for?
Use it to challenge a plan, prepare for debate, find gaps in an argument, test assumptions, and produce specific improvements.
Why use it?
It helps reveal weak reasoning and unverified claims before they cause problems in a decision, proposal, or debate.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is AmaniDawn/DGame's own configuration. It tells Claude Code how to work on DGame itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything DGame configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AmaniDawn/DGame. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AmaniDawn/DGame/main/.claude/skills/grill-me/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AmaniDawn/DGame

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grill-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/amanidawn/dgame/grill-me/github.svg)](https://agentmods.dev/skills/amanidawn/dgame/grill-me)
Your own site
<a href="https://agentmods.dev/skills/amanidawn/dgame/grill-me"><img src="https://agentmods.dev/badge/skills/amanidawn/dgame/grill-me/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grill-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/amanidawn/dgame/grill-me"><img src="https://agentmods.dev/badge/skills/amanidawn/dgame/grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 607 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.00607
Opus 5 $0.00030 $0.00303
Sonnet 5 $0.00012 $0.00121
Haiku 4.5 $0.00006 $0.00061

Measured 9d ago against content hash eddfe3fa9a25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

grill-me scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to grill-me — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/grill-me/SKILL.md · 71 lines

What it actually says

深度追问

过程

  1. 收集想法 — 让用户陈述他们的想法、论点或方案
  2. 识别主张 — 提取所有明确的和隐含的主张
  3. 逐一追问 — 对每个主张进行以下检查:
    • 这个主张的证据是什么?
    • 有没有反例?
    • 边界情况是什么?
    • 这是否依赖于未经验证的假设?
    • 有没有更简单的替代方案?
  4. 综合发现 — 总结所有漏洞和薄弱环节
  5. 建议改进 — 提供具体的修复建议

追问风格

  • 苏格拉底式 — 通过提问而非断言来揭示漏洞
  • 具体 — 要求具体的例子而非抽象的辩护
  • 无情但尊重 — 攻击想法,而非人
  • 建设性 — 每个漏洞都应该伴随一个修复建议

询问的问题

对于每个主张,询问:

  1. "你怎么知道这是真的?"
  2. "什么情况下这会失败?"
  3. "最反对这个的人会怎么说?"
  4. "你是否混淆了必要性和充分性?"
  5. "这是因果关系还是仅仅是相关性?"
  6. "你有没有只关注支持证据而忽略了矛盾证据?"
  7. "这个推理链条中最薄弱的环节是什么?"
  8. "有没有你正在忽略的替代解释?"

输出格式

## 发现

### 漏洞
1. [漏洞描述]
   - 为什么这是个问题:[解释]
   - 修复建议:[建议]

### 薄弱环节
1. [薄弱环节描述]
   - 为什么薄弱:[解释]
   - 加固建议:[建议]

### 未经验证的假设
1. [假设描述]
   - 如果错误会怎样:[后果]
   - 如何验证:[方法]

## 修改后的方案
[纳入修复后的改进版本]

何时使用

  • 在提交方案之前进行压力测试
  • 为辩论或演示做准备
  • 当你对自己的想法感觉过于自信时
  • 当你需要确保没有遗漏关键漏洞时
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 71 lines · 59 tokens per session scan A eddfe3fa9a25

Subscribe to this mod's changes

grill-me is a skill published in the GitHub repository AmaniDawn/DGame (155 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 607 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to grill-me, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens