From survey
Investigate a topic across papers, articles, social-media posts, and industry signals, then deliver an indexed Markdown report. Use when the user asks to investigate, survey, gather sources, build an index, collect evidence, round up references, or otherwise wants a thorough cross-source roundup on a specific topic. Depends on documenting-with-sources and writing-quotation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/survey:surveyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gather sources from the web, papers, social media, and industry on a specific topic, and produce an indexed Markdown report.
Gather sources from the web, papers, social media, and industry on a specific topic, and produce an indexed Markdown report.
This skill follows the shared sourced-writing conventions defined in documenting-with-sources. Read documenting-with-sources before drafting.
Apply to every source.
Write the body in Assertion-Evidence form — claim first, then evidence.
writing-quotation.[source-name (YYYY/MM)].The reader grasps "what is being said" first, then checks "what is the basis". The reverse order (quotation first, claim later) is forbidden — the reader cannot tell what the quotation is for until they have read past it.
Bad example (quotation first):
The standard recipe of pretraining on huge corpora and then running classical preference-label RLHF is now widely treated as obsolete.
[industry-tracker (2026/03)]
The mainstream has shifted to a modular post-training stack.
Good example (claim first):
The classical RLHF pipeline (human preference labels → reward model → PPO) is no longer used in leading models; it has been replaced by a modular stack that separates concerns.
The standard recipe of pretraining on huge corpora and then running classical preference-label RLHF is now widely treated as obsolete. Every leading model released in the past year uses a different post-training stack.
[industry-tracker (2026/03)]
Within the [label (YYYY/MM), location] structure defined in documenting-with-sources, the survey skill fills the label slot with the publication or source name (media name, site name, etc.). The location is omitted when it cannot be pinned down.
Section headings and the items placed under them must match exactly.
Write the deliverable to {CWD}/reports/ as a .md file. Create the directory if it does not exist. Sub-agents that emit intermediate artefacts use the same directory.
{CWD}/reports/ as a .md file.When delegating to sub-agents, follow these.
documenting-with-sources. Re-emphasise "no fabricated associations or interpretations" specifically — sub-agents are particularly prone to drifting toward the calling-conversation context and inventing connections.documenting-with-sources).# Survey of {topic}
Date: YYYY-MM-DD
Scope: {scope description}
## Table of Contents
1. [{angle 1}](#1-angle-1-slug)
2. [{angle 2}](#2-angle-2-slug)
...
N. [Criticism & concerns](#n-criticism-concerns)
N+1. [Overall assessment](#n1-overall-assessment)
N+2. [Investigation limits](#n2-investigation-limits)
## 1. {angle 1} (e.g. academic papers)
## 2. {angle 2} (e.g. media coverage)
## 3. {angle 3} (e.g. social-media reactions)
## 4. {angle 4} (e.g. industry signals)
## N. Criticism & concerns
## N+1. Overall assessment
## N+2. Investigation limits
Adjust the section layout for the topic.
Always place a table of contents at the top of the report, directly after the metadata block and before the body. Writing the report without a ToC is forbidden.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub mathbullet/skills --plugin survey