persona-researcher

Organize research references, notes, and collaboration using Google Workspace tools.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill persona-researcher-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persona-researcher
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/persona-researcher
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill persona-researcher-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing research materials across scattered documents, spreadsheets, and email threads is time-consuming and error-prone. This Skill centralizes research organization by coordinating Google Drive, Docs, Sheets, and Gmail through the gws CLI. ## Core Features & Use Cases - Reference Management: Organize research papers and notes into structured Drive folders and locate documents with search queries. - Note Writing & Data Logging: Write research summaries with gws docs +write and track experiment data in Sheets using gws sheets +append. - Collaboration: Share findings via the gws workflow +file-announce workflow and request peer reviews through gws gmail +send. - Use Case: A researcher maintains a running log of experiments in a shared Sheet, writes summaries in Docs, and emails drafts to collaborators for review. ## Quick Start Load the gws-drive, gws-docs, gws-sheets, and gws-gmail skills, then ask the assistant to organize your research papers into Drive folders and log experiment results in a shared Sheet.

Frequently Asked Questions about persona-researcher

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

FAQPage Schema
How do I organize research papers in Google Drive?

Use the gws drive commands to create structured folders for papers and notes, then run `gws drive files list` with search queries to locate specific documents. This Skill provides instructions for maintaining that folder organization.

How to log research experiment data in Google Sheets?

Use `gws sheets +append` to add new rows of experiment results to a shared Sheet. Keeping a running log in one Sheet makes findings easy to review and export with `--format csv` for analysis tools.

What tools are required to use this research persona?

The gws CLI binary must be installed, and four utility skills must be loaded: gws-drive, gws-docs, gws-sheets, and gws-gmail. Without these prerequisites the persona's instructions cannot be executed.

Can I share research findings with collaborators automatically?

Yes, use the `gws workflow +file-announce` workflow to share findings with collaborators. You can also request peer reviews by sending drafts through `gws gmail +send`.

What are the limitations of this research organization skill?

It only works within the Google Workspace ecosystem via the gws CLI and does not handle reference managers like Zotero or local file organization. It is a persona instruction set, not a standalone automation script.