Home / chinkan / rustfox · .agents/skills/grilling/SKILL.md · GitHub

grilling skillA

This file is byte-identical to the first copy the registry indexed, one of 6 copies on public GitHub. Same content hash, same audit grade.

grilling is agent-read markdown (skill) from chinkan/rustfox: Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

Interview the user relentlessly until you reach a shared understanding. Map this as a **design tree**: every decision branches into the decisions that hang off it.

Work the tree in **rounds**. The **frontier** is every decision whose prerequisites are already settled: the questions you can ask _now_ without guessing at answers you haven't heard yet. Ask the whole frontier in one round: number each question and give your recommended answer. Then wait for the user's answers before the next round.

Format a round like so:

```
❓ **Q1** - **<question title>**: <question body, might be multiple paragraphs, including multiple choices>

➡️ <your recommended answer>

---

❓ **Q2** - **<question title>**: <question body, might be multiple paragraphs, including multiple choices>

➡️ <your recommended answer>
```

Each round the user answers reshapes the tree: settled decisions push the frontier outward and unblock questions that depended on them. Recompute the frontier and ask the next round. A question whose answer depends on another question still open in this round belongs to a _later_ round, not this one.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add chinkan/rustfox/grilling@git:20260922.53f91f6
Exact content
mdr add chinkan/rustfox/grilling@sha256:10ff989e7498b23b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_r75yarm5hvybndh4.svg)](https://markdownregistry.com/a/art_r75yarm5hvybndh4)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.53f91f6 latest2026-09-22 53f91f6 1,987 BA view · diff
git:20260714.d9bd5ab2026-07-14 d9bd5ab 843 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1987 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

chinkan/rustfox · 9 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_r75yarm5hvybndh4
GET https://markdownregistry.com/api/v1/resolve?ref=chinkan/rustfox/grilling
GET https://markdownregistry.com/api/v1/blob/10ff989e7498b23b5acb49d5048f11dcd906757d2f79c5cdf8a00001381296f2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from chinkan/rustfox

ask-matt skill
chinkan/rustfox · .agents/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260922.53f91f6 · audit A · 9 stars
brainstorming skill
chinkan/rustfox · .agents/skills/brainstorming/SKILL.md · You MUST use this before any creative work - creating features, building components, adding functionality, or modifying…
git:20260408.ae338c2 · audit A · 9 stars
cavecrew skill
chinkan/rustfox · .agents/skills/cavecrew/SKILL.md · Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator`…
git:20260804.a62331b · audit A · 9 stars
caveman-commit skill
chinkan/rustfox · .agents/skills/caveman-commit/SKILL.md · Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning…
git:20260804.0abefec · audit A · 9 stars
caveman-compress skill
chinkan/rustfox · .agents/skills/caveman-compress/SKILL.md · Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens…
git:20260804.0abefec · audit A · 9 stars
caveman-help skill
chinkan/rustfox · .agents/skills/caveman-help/SKILL.md · Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger…
git:20260804.0abefec · audit A · 9 stars
caveman-review skill
chinkan/rustfox · .agents/skills/caveman-review/SKILL.md · Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment…
git:20260804.0abefec · audit A · 9 stars
caveman-stats skill
chinkan/rustfox · .agents/skills/caveman-stats/SKILL.md · Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log —…
git:20260804.0abefec · audit A · 9 stars
caveman skill
chinkan/rustfox · .agents/skills/caveman/SKILL.md · Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full…
git:20260804.0abefec · audit A · 9 stars
code-review skill
chinkan/rustfox · .agents/skills/code-review/SKILL.md · Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code…
git:20260922.53f91f6 · audit A · 9 stars
codebase-design skill
chinkan/rustfox · .agents/skills/codebase-design/SKILL.md · Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find…
git:20260922.53f91f6 · audit A · 9 stars
design-an-interface skill
chinkan/rustfox · .agents/skills/design-an-interface/SKILL.md · Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to…
git:20260714.d9bd5ab · audit A · 9 stars

Every file in chinkan/rustfox

Other files named grilling

grilling skill
mxyhi/ok-skills · grilling/SKILL.md · Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or…
git:20260831.e7f2564 · audit A · 490 stars
grilling skill
akillness/jeo-skills · .agent-skills/grilling/SKILL.md · Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress- test their thinking, or…
v1.0 · audit A · 47 stars
grilling skill
eltmon/overdeck · sync-sources/skills/grilling/SKILL.md · Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building…
git:20260621.fc915e7 · audit A · 28 stars
grilling skill
vodailocz/kilo-kit-mcp · skills/productivity/grilling/SKILL.md · Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or…
git:20260821.05c0d52 · audit A · 26 stars
grilling skill
rudycity/superagent · .agents/skills/grilling/SKILL.md · Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building…
git:20260626.019dba9 · audit A · 23 stars
grilling skill
aethrox/doctrine · skills/grilling/SKILL.md · Interview the user relentlessly, in rounds, to close the gap between what's known and what's needed before acting on a…
git:20260809.2a45dbb · audit A · 18 stars
grilling skill
mambo-wang/codewiki-plus · .trae/skills/grilling/SKILL.md · Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or…
git:20260916.5a385b8 · audit A · 17 stars
grilling skill
mambo-wang/codewiki-plus · .codebuddy/skills/grilling/SKILL.md · Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or…
git:20260916.5a385b8 · audit A · 17 stars

Browse by kind, by grade A, or by owner.