structured-questions

structured-questions is a skill for Claude Code from MingyiSecLab/Mingyi-Atlas. It costs 30 tokens per session (1,133 once invoked), scanned A, original, Apache-2.0.

A structured-question guide for collecting operator decisions through a question tool. It defines how to ask about engagement type, attack class, scope, operating hours, security posture, and other choices, including custom answers.

In plain words
What is it for?
It is for gathering decisions about red-team engagements, such as web or cloud testing, scope windows, stealth levels, contacts, and selected attack phases.
Why use it?
It keeps all operator-facing questions in one consistent format. This reduces ambiguous free-form input when setting up an engagement.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It is for gathering decisions about red-team engagements, such as web or cloud testing, scope windows, stealth levels, contacts, and selected attack phases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mingyiseclab/mingyi-atlas/structured-questions
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.

Any agent
npx skills add MingyiSecLab/Mingyi-Atlas --skill structured-questions
Clone the repo
git clone --depth 1 https://github.com/MingyiSecLab/Mingyi-Atlas

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 structured-questions

README.md
[![agentmods](https://agentmods.dev/badge/skills/mingyiseclab/mingyi-atlas/structured-questions/github.svg)](https://agentmods.dev/skills/mingyiseclab/mingyi-atlas/structured-questions)
Your own site
<a href="https://agentmods.dev/skills/mingyiseclab/mingyi-atlas/structured-questions"><img src="https://agentmods.dev/badge/skills/mingyiseclab/mingyi-atlas/structured-questions/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 structured-questions

Your own site · 80×15
<a href="https://agentmods.dev/skills/mingyiseclab/mingyi-atlas/structured-questions"><img src="https://agentmods.dev/badge/skills/mingyiseclab/mingyi-atlas/structured-questions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 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 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.00030 $0.01133
Opus 5 $0.00015 $0.00566
Sonnet 5 $0.00006 $0.00227
Haiku 4.5 $0.00003 $0.00113

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

Security

Grade A, and why

structured-questions 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.

src/skills/standard/soundwave/structured-questions/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Structured Operator Questions (ask_user_question)

The Soundwave interview has exactly one question channel:

  • ask_user_question — structured picker rendered in the CLI. For free-form dimensions (organization name, IP ranges, contact addresses) set allow_other=true and the picker appends a free-text fallback the operator can type into.

There is no prose-question path. Every operator-facing question goes through this tool.

When to call ask_user_question

EVERY operator-facing question. There is no prose-question path. Provide 2–5 best-guess options for the dimension and always set allow_other=true so the operator can override with a custom answer when none of your predefined options fit.

Typical dimensions:

  • Engagement type: External / Internal / Hybrid / Assumed-breach / Physical
  • Attack class: Web / Cloud / AD / Mixed
  • Scope window: Business hours / 24x7 / Custom
  • Posture choices: OPSEC level (Loud / Quiet / Stealth)
  • Confirmations: Two-option Yes / No after a derived assumption
  • Phase selection: Multi-select over kill-chain phases (set multi_select=true)
  • Free-form fields (organization / IP range / contact): still use the tool — list 2–4 plausible guesses + allow_other=true, the operator types the actual value via the Other fallback if your guesses miss.

The tool pauses the run while the operator picks, then resumes with the chosen label (or list of labels for multi-select, or free text when the operator chose Other). Treat the returned value as authoritative.

Habits (the typed tool signature already encodes the schema)

  • Mark the most common option with a trailing (Recommended) on its label
  • Never invent an Other option yourself — set allow_other=true and the picker appends a free-text fallback that returns the operator's text verbatim
  • For multi-select questions, set multi_select=true; the tool returns the list of chosen labels (in selection order)

Examples

Read the full file on GitHub · 114 lines

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 · 114 lines · 30 tokens per session scan A 86ea41fdacf9

Subscribe to this mod's changes

structured-questions is a skill published in the GitHub repository MingyiSecLab/Mingyi-Atlas (11 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 30 tokens to every session and 1,133 once invoked, about $0.0002 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-03.