direct-query

direct-query is a skill for Claude Code from supportersimulator/3-surgeons. It costs 12 tokens per session (467 once invoked), scanned A, original, MIT.

A skill for asking one specific “surgeon” for an answer instead of combining several opinions. It supports a fast local query, a remote query with evidence, or testing a disagreement between reviewers.

In plain words
What is it for?
It helps with keyword extraction, severity classification, pattern matching, sanity checks, nuanced analysis, evidence review, design review, and research questions.
Why use it?
It avoids the extra discussion of a consensus process when a targeted opinion is enough.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the 3-surgeons plugin — 23 skills, 7 commands, 1 agent, 3 hooks, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/supportersimulator/3-surgeons/direct-query
Any agent
npx skills add supportersimulator/3-surgeons --skill direct-query
Clone the repo
git clone --depth 1 https://github.com/supportersimulator/3-surgeons

Made for: Claude Code.

Or install 3-surgeons, the plugin that ships this one along with the rest of its 23 skills, 7 commands, 1 agent, 3 hooks, 1 MCP server.

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 direct-query

README.md
[![agentmods](https://agentmods.dev/badge/skills/supportersimulator/3-surgeons/direct-query.svg)](https://agentmods.dev/skills/supportersimulator/3-surgeons/direct-query)
Your own site
<a href="https://agentmods.dev/skills/supportersimulator/3-surgeons/direct-query"><img src="https://agentmods.dev/badge/skills/supportersimulator/3-surgeons/direct-query.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 467 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00012 $0.00467
Opus 5 $0.00006 $0.00234
Sonnet 5 $0.00002 $0.00093
Haiku 4.5 $0.00001 $0.00047

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

Security

Grade A, and why

direct-query 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 6d 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.

skills/direct-query/SKILL.md · 54 lines

What it actually says

Direct Query

Bypass the consensus protocol for targeted surgeon access. Use when you need a specific model's perspective, not a synthesis.

When to Use Direct vs Consensus

Situation Use
Quick classification or pattern match ask-local (free, fast)
Need external perspective with evidence ask-remote (~$0.0005)
Two surgeons disagree on something test-dissent (steelmans minority)
Critical decision needs all three views Cross-examination (not this skill)

ask-local (Neurologist)

Direct query to the local Qwen3-4B. Zero cost, fast, good for pattern recognition and classification.

Best for: keyword extraction, severity classification, pattern matching, quick sanity checks.

MCP tool: ask_local_tool CLI: 3s ask-local "your prompt"

ask-remote (Cardiologist)

Direct query to GPT-4.1-mini. Costs ~$0.0002-0.001 per query. Stronger reasoning, broader knowledge.

Best for: nuanced analysis, evidence evaluation, design review, research questions.

MCP tool: ask_remote_tool CLI: 3s ask-remote "your prompt"

Dissent Testing

When surgeons disagree, the dissent protocol steelmans the minority position before dismissing it.

Process:

  1. Identify the disagreement topic and the minority view
  2. test_dissent asks a surgeon to build the strongest possible case FOR the minority view
  3. Returns: steelmanned argument, counter-evidence, verdict (valid/partially valid/unfounded), confidence

Verdicts:

  • dissent_valid — minority was right, reconsider the majority position
  • dissent_partially_valid — minority has a point, investigate further
  • dissent_unfounded — majority position holds after steelmanning

Use resolve_disagreement when you have a dict of surgeon opinions and want automated dissent resolution.

Philosophy: "An opinion is not valid until you can argue both sides."

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. 6d ago First seen · 54 lines · 12 tokens per session scan A ae814d981ab2

Subscribe to this mod's changes

direct-query is a skill published in the GitHub repository supportersimulator/3-surgeons (2 stars, last pushed 3mo ago), licensed MIT. It adds 12 tokens to every session and 467 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

skill-creator

Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.

zhayujie/CowAgent · 61 tokens

image-generation

Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.

zhayujie/CowAgent · 41 tokens

deepcode-self-refer

Answers questions about Deep Code CLI itself — including features, configuration options, slash commands, Skills, MCP integration, permissions, notifications, session persistence, and troubleshooting. Use this when users ask how to configure or use Deep Code, how to set up an MCP server, configure notifications (such…

lessweb/deepcode-cli · 86 tokens

image-generator

Generate or edit images from text and local files, image URLs, or data URLs through image API. Use when the user asks to create an image, generate from one or more reference images, combine styles or elements across references, or edit a marked region while blending the result into the original scene.

lessweb/deepcode-cli · 62 tokens

weibo-poster

微博内容创作 - 140字优化、话题热搜、@提及策略、配图描述、发布时机.

dongsheng123132/u-claw · 32 tokens

xiaohongshu-writer

小红书笔记写作助手 - 标题优化、emoji策略、话题标签、封面文案、笔记结构.

dongsheng123132/u-claw · 35 tokens