Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add racecraft-lab/racecraft-plugins-public --skill grill-megit clone --depth 1 https://github.com/racecraft-lab/racecraft-plugins-publicWrote 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.
[](https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/grill-me)<a href="https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/grill-me"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/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.
<a href="https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/grill-me"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00163 | $0.01070 |
| Opus 5 | $0.00081 | $0.00535 |
| Sonnet 5 | $0.00033 | $0.00214 |
| Haiku 4.5 | $0.00016 | $0.00107 |
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Grill Me
Interview the user until consequential design choices are explicit, then write a Design Concept that downstream SpecKit skills can use without reinterpreting the conversation.
Ground recommendations
Inspect the tools and skills actually available. Follow the shared capability-discovery and grounding contracts. Base recommendations on the project constitution, codebase evidence, or current authoritative sources; disclose uncertainty instead of guessing.
Interactive boundary
Allowed entry points are an active user requesting Grill Me by natural language
or invoking $grill-me, and an interactive $speckit-scaffold-spec call. Before
any question or write, confirm this is an active user chat that can receive a
direct reply.
Abort in background or non-interactive execution, codex exec, CI, autopilot,
any phase or consensus agent, and every subagent context. Say that Grill Me
requires an active user conversation and that autopilot uses its Clarify
consensus flow. Do not ask a question and do not write any file.
Codex interaction adapter
Prefer request_user_input whenever it is present. Send exactly one question,
2-3 mutually exclusive choices, and the grounded recommendation first with the
label suffix (Recommended). Give each choice a concise tradeoff and wait for
the user's reply before continuing.
If the picker is absent or its call is unavailable, a free-text fallback is allowed only in the already active user chat. Ask exactly one question in the current conversation, list the recommended choice first plus 1-2 mutually exclusive alternatives with tradeoffs, and wait for the user's direct reply. Never use this fallback in background, CI, autopilot, or subagent execution.
Workflow
- Determine the mode and input:
- Standalone: accept a file, topic, or interactive input; propose
docs/ai/specs/<slug>-design-concept.mdunless the user supplied a path. - Setup: use the scope and output path supplied by
$speckit-scaffold-spec; never redirect the write to the primary checkout.
- Standalone: accept a file, topic, or interactive input; propose
- Read the shared interview protocol.
Ground the initial model in applicable project instructions, constitution,
roadmap, prior design decisions, and targeted code. If
docs/ai/specs/ubiquitous-language.mdexists, read it before the Terms branch and reuse its rows. - Walk the highest-impact, highest-uncertainty design branch first. Ask one neutral decision question, record the recommendation and evidence, record the user's answer, and update the remaining branches.
- Include a slice-sizing branch near the end. Read the canonical
slicing heuristics,
derive story, surface, requirement, and new-versus-modify signals, and run
runner operation
estimate-spec-size.- Treat
warnor a horizontal slice as a reason to recommend thin vertical slices, never as a gate. - Treat an unavailable, non-zero, empty, or unparseable estimate as absent; note it and continue.
- Record an accepted split in Goals, a deferred split in Open Questions, and a declined or unnecessary split as an advisory note.
- Treat
- Stop at natural convergence, when the user ends the interview, or at the protocol's cap. Only after the interview, read the shared Design Concept output contract and synthesize the record.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago Changed · -308 lines · +36 tokens per session 6fc53ff57691
- 8d ago First seen · 392 lines · 127 tokens per session scan A 47b6f7d4c88e
grill-me is a skill published in the GitHub repository racecraft-lab/racecraft-plugins-public (5 stars, last pushed today), licensed MIT. It adds 163 tokens to every session and 1,070 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
google-agents-cli-onboarding
Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…
practice-cognition
A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.
build-executor
Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.
workflow-start
Primary entry point for the spec-superflow state-machine workflow. Invoke when the user is inside an active spec-superflow change directory (look for .spec-superflow.yaml, changes/ /, proposal.md, specs/, design.md, tasks.md, or execution-contract.md) and asks to start, continue, resume, implement, plan, or figure out…
36-anthropic-agents-kit-development
Create your Claude Agent SDK skill in one prompt, then learn to improve it throughout the chapter.
need-explorer
Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.