research

Gather and analyze research information into structured knowledge files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rejasupotaro/rejasupotaro.github.io --skill research-rejasupotaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/rejasupotaro/rejasupotaro.github.io/tree/main/.agent/skills/research
Command: npx skills add https://github.com/rejasupotaro/rejasupotaro.github.io --skill research-rejasupotaro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines systematic information gathering, analysis, and knowledge organization across research topics.

Core Features & Use Cases

  • Discovery Phase: Use search_web to locate relevant sources; extract content with read_url_content; perform deep dives with browser_subagent for PDFs or complex docs.
  • Organization in /research/: create a new topic directory /research/<topic>/; store sources.md, logs.txt, and draft.md for raw data and initial synthesis.
  • Analysis and Synthesis: compare methods with tables; map architectures or workflows with Mermaid diagrams.
  • Publication Phase: hand over to the draft skill to convert findings into a professional blog post in /docs/.

Quick Start

Create a new topic under /research and begin gathering sources.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I systematically gather web research and organize it into structured knowledge?

To systematically gather web research, use search_web to locate sources, read_url_content to extract content, and browser_subagent for complex docs, then organize findings into structured knowledge under a /research/<topic>/ directory with sources.md, logs.txt, and draft.md files.

What is the best way to synthesize literature review data from multiple web sources?

The best way to synthesize literature review data is to extract content from multiple sources, organize raw data into a /research directory, and use tables and Mermaid diagrams to compare methods and map architectures or workflows for analysis.

Can I use browser_subagent to extract content from PDFs during technical investigations?

Yes, you can use browser_subagent to perform deep dives and extract content from PDFs or complex docs during technical investigations, supporting the discovery phase of your research workflow.

How do I structure a research workspace for information gathering and data organization tasks?

To structure a research workspace, create a new topic directory under /research/<topic>/ and store sources.md for raw data, logs.txt for tracking, and draft.md for initial synthesis to support your data organization tasks.

What's the process to convert research findings into a professional blog post for publication?

To convert research findings into a professional blog post, complete your analysis and synthesis in the /research directory, then hand over to the draft skill to generate the final publication in the /docs/ directory.

Does this research workflow require any external dependencies or specific components to function?

No, this research workflow has no external dependencies or specific components, allowing you to start information gathering and literature reviews immediately by creating a new topic under /research.