quick-research

star 0

Quick web research with source citations. Use when user asks for brief research, fact-checking, quick lookups, or wants concise answers with sources on any topic.

Automaat By Automaat schedule Updated 5/20/2026

name: quick-research description: Quick web research with source citations. Use when user asks for brief research, fact-checking, quick lookups, or wants concise answers with sources on any topic. argument-hint: [topic] allowed-tools: WebSearch, WebFetch, Read user-invocable: true

Quick Research: $ARGUMENTS

Rules

  • Base answers ONLY on sources you find/read
  • Cite source for each claim: [Source: URL]
  • If unsure → say "not confirmed"
  • No gap-filling with assumptions

Process

1. Search & Read

Find 2-3 relevant sources. For each:

  • Source: [URL]
  • Key info: [relevant facts]

2. Synthesize

Answer using ONLY extracted info. Be practical, include code examples if applicable.

3. Quick Verify

  • Every claim traceable to source?
  • Code examples from docs/tested?
  • Gaps acknowledged?
User: /quick-research postgres connection pooling defaults

Phase 1 (Search & Read):

Phase 2 (Synthesize): Postgres ships with max_connections=100 [Source: postgresql.org/docs]. Recommended pool size formula is (cores * 2 + spindles) [Source: wiki.postgresql.org].

Phase 3 (Verify): all claims cited, no gaps.


Output

Answer

[Concise answer with inline citations]

Config/Code (if applicable)

# Source: [URL]
[code]

Sources

Not Covered

[What couldn't be found / needs verification]

Install via CLI
npx skills add https://github.com/Automaat/research-machine --skill quick-research
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator