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 zhouyou-gu/skill-marketplace-template --skill research-review-scaffoldgit clone --depth 1 https://github.com/zhouyou-gu/skill-marketplace-templateWrote 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/zhouyou-gu/skill-marketplace-template/research-review-scaffold)<a href="https://agentmods.dev/skills/zhouyou-gu/skill-marketplace-template/research-review-scaffold"><img src="https://agentmods.dev/badge/skills/zhouyou-gu/skill-marketplace-template/research-review-scaffold/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/zhouyou-gu/skill-marketplace-template/research-review-scaffold"><img src="https://agentmods.dev/badge/skills/zhouyou-gu/skill-marketplace-template/research-review-scaffold.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.00075 | $0.01275 |
| Opus 5 | $0.00037 | $0.00638 |
| Sonnet 5 | $0.00015 | $0.00255 |
| Haiku 4.5 | $0.00007 | $0.00128 |
Grade A, and why
research-review-scaffold 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 12d 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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Review Scaffold
Trigger
- Use when the user wants a
review/folder created from a research topic or research intention. - Use when the user needs a clean literature-review scaffold before collecting sources.
- Use when the user wants topic-derived theme folders and topic-aware review framing, but not a seeded corpus.
- Do not use this skill to create paper notes, source-index rows, or bibliography entries in the initial scaffold.
- Do not use this skill when the research intention is still too vague to derive stable review themes; refine the intention first.
Inputs
project_dir: project root where the review workspace should be createdresearch_intention: concise statement of the review topic or research question; used to derive a purpose-only review mission, not workflow rules or current task statereview_dir: optional relative path for the review folder, defaultreviewchat_context: optional conversation context that helps clarify wording and theme derivation; it must not become durable scope unless intentionally converted into the review mission or explicit scaffold texttheme_count_hint: optional preferred starting theme count; default behavior is approximately 3 themesoverwrite: when true, allow replacing existing scaffold files; otherwise skip collisionsdry_run: when true, return the scaffold plan without writing
Workflow
- Read
research_intentionand anychat_context, then clarify the review question until the intended literature scope is stable enough to scaffold. Treat chat context as supporting evidence only; do not persist chat-only instructions as durable review scope unless they are intentionally converted into the mission or scaffold docs. - Derive a low-entropy starting theme map from the user's intention. Default to about 3 themes when no
theme_count_hintis provided, but do not hard-code a maximum. - Resolve the target review folder as
project_dir/<review_dir>. - Create a self-contained review workspace even when no parent agent workspace exists.
- Scaffold the four base agent files by invoking the
agent-filesskill (toolagent_files_init) withtarget_dir = project_dir/<review_dir>, a purpose-onlymissionderived from the stabilizedresearch_intention, and the sameoverwriteflag. The derived mission must not include reusable workflow rules, current repository state, source-collection next steps, or transient objectives. This is the mechanism by which the parent relationship toagent-filesis realized — do not re-implement the four base templates locally or patch immutableAGENT.md. On completion the target folder holds:AGENT.mdAGENT_GOAL.mdAGENT_HARNESS.mdAGENT_PROGRESS.md
- Always scaffold the root review docs:
README.mdmethodology.mdsummary.mdsource-index.mdreferences.bibreference-audit.mdtemplates/paper-note-template.md
- Create numbered theme folders using
NN-<theme>/and preserve user-approved wording for the theme names whenever possible. - Initialize topic-aware scaffold text only:
summary.mdcontains framing and placeholder synthesis sections, not final conclusionssource-index.mdcontains only the canonical header rowreferences.bibis empty or stubbed- no literature notes, source rows, or bibliography entries are created in v1
- If the topic crosses domains, mark transfer into the target domain as inference in the scaffold text unless the user clearly scopes the review as cross-domain by design.
- If
overwriteis false, rely on the upstreamagent-filescompatibility checks for the four AGENT files, including immutableAGENT.md. For review-specific root docs, skip existing files cleanly and return them infiles_skipped. - If
dry_runis true, perform steps 1–3 and 7 (derive the theme map) without writing. Returnwritten=false, the plannedreview_path, the plannedtheme_folders, and the list of files that would be created infiles_createdas intent only; leavefiles_skippedempty; do not invokeagent_files_init.
What ships with it
7 files 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.
- 12d ago First seen · 81 lines · 75 tokens per session scan A b3ea6a049cc4
research-review-scaffold is a skill published in the GitHub repository zhouyou-gu/skill-marketplace-template (5 stars, last pushed 19d ago), licensed MIT. It adds 75 tokens to every session and 1,275 once invoked, about $0.0004 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…