researcher-skills
Skills for academic researchers: bibliography formatting across ДСТУ, APA, MLA, Chicago, IEEE, and ГОСТ standards.
Open source Open in the app JSON README (API)
About
Skills for academic researchers: bibliography formatting across ДСТУ, APA, MLA, Chicago, IEEE, and ГОСТ standards.
Details
- Kind
- Plugins
- Topic
- Government & public data
- Publisher
- vadym-khodak
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Last push
- 2026-06-10T14:25:34Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
vadym-khodak/researcher-skills
README
# Researcher Skills A collection of skills for academic researchers, built as a Claude Code plugin. ## Skills ### Finding & Sourcing | Skill | Description | Triggers | |-------|-------------|----------| | [search-sources](skills/search-sources/SKILL.md) | Find academic sources via web search (Scholar, Semantic Scholar, PubMed, etc.) | "find sources", "search for papers", "find literature on" | | [search-guide](skills/search-guide/SKILL.md) | Teach effective search strategies, Boolean operators, and database selection | "how to search", "search strategy", "which database" | | [find-claims](skills/find-claims/SKILL.md) | Find academic sources that support a specific claim or statement | "find a source for", "I need a citation for this claim" | ### Writing & Editing | Skill | Description | Triggers | |-------|-------------|----------| | [grammar-check](skills/grammar-check/SKILL.md) | Proofread academic text for grammar, style, and clarity | "check grammar", "proofread", "fix my writing" | | [paraphrase](skills/paraphrase/SKILL.md) | Rewrite a passage in different words while preserving meaning | "paraphrase", "reword", "rephrase", "rewrite in my own words" | | [simplify](skills/simplify/SKILL.md) | Make dense academic text more readable for a target audience | "simplify", "make it clearer", "plain language" | | [expand-paragraph](skills/expand-paragraph/SKILL.md) | Develop a brief idea or bullet point into a full academic paragraph | "expand", "elaborate", "flesh out" | | [improve-structure](skills/improve-structure/SKILL.md) | Review and suggest a better structure or outline for a paper or section | "improve structure", "reorganize", "my paper doesn't flow" | ### Summarizing & Condensing | Skill | Description | Triggers | |-------|-------------|----------| | [summarize](skills/summarize/SKILL.md) | Condense a paper, article, or chapter to its key points | "summarize", "key points", "condense" | | [write-abstract](skills/write-abstract/SKILL.md) | Draft or improve an abstract for a paper, thesis, or conference submission | "write abstract", "improve abstract", "abstract for my paper" | ### Citations & References | Skill | Description | Triggers | |-------|-------------|----------| | [bibliography](skills/bibliography/SKILL.md) | Format reference lists per ДСТУ, APA, MLA, Chicago, IEEE, ГОСТ | "список літератури", "APA", "references", citation formatting | | [cite-inline](skills/cite-inline/SKILL.md) | Insert citation markers into draft text based on a provided source list | "add citations to", "insert references into my text" | ### Academic Integrity | Skill | Description | Triggers | |-------|-------------|----------| | [check-plagiarism](skills/check-plagiarism/SKILL.md) | Detect near-copy passages, insufficient paraphrasing, missing citations, and self-plagiarism | "check plagiarism", "is this plagiarism", "too similar to source" | | [detect-ai-text](skills/detect-ai-text/SKILL.md) | Flag linguistic patterns associated with AI-generated content; recommends dedicated tools | "check if AI wrote this", "detect ChatGPT", "AI-generated text" | ### Multi-Perspective Review | Skill | Description | Triggers | |-------|-------------|----------| | [review-paper](skills/review-paper/SKILL.md) | Four independent agents (advocate, methodologist, literature critic, practical critic) review a paper in parallel; synthesizer combines into ranked action items | "review my paper", "critique this article", "peer review simulation" | > **Claude Code:** Run as a true parallel workflow — `workflows/review-paper.js` spawns all 4 reviewers simultaneously then synthesizes. Pass paper text as `args`. > **Other platforms:** The skill runs the same 4 perspectives sequentially. ### Research Design | Skill | Description | Triggers | |-------|-------------|----------| | [research-question](skills/research-question/SKILL.md) | Formulate or refine a research question or hypothesis | "help me write a research question", "narrow my topic" | | [methodology-advisor](skills/methodology-advisor/SKILL.md) | Choose and justify a research methodology | "what methodology should I use", "qualitative or quantitative" | | [research-proposal](skills/research-proposal/SKILL.md) | Structure and draft a research proposal or grant application | "write a research proposal", "grant application" | ### Publishing | Skill | Description | Triggers | |-------|-------------|----------| | [peer-review-response](skills/peer-review-response/SKILL.md) | Write point-by-point responses to peer reviewer comments | "respond to reviewers", "revise and resubmit" | | [cover-letter](skills/cover-letter/SKILL.md) | Draft a journal submission cover letter | "cover letter for journal", "submission letter" | | [journal-selector](skills/journal-selector/SKILL.md) | Find and compare target journals by scope, impact factor, and indexing | "which journal should I submit to", "find a journal" | ### Interpretation & Analysis | Skill | Description | Triggers | |-------|-------------|----------| | [statistical-explainer](skills/statistical-explainer/SKILL.md) | Interpret and write up statistical results in plain language or academic prose | "explain p-value", "write up my results", "what does this output mean" | | [table-to-prose](skills/table-to-prose/SKILL.md) | Convert a data table into written paragraphs for results or discussion | "describe this table in words", "table to text" | ### Academic Communication | Skill | Description | Triggers | |-------|-------------|----------| | [thesis-defense](skills/thesis-defense/SKILL.md) | Prepare for thesis defense — questions, answers, presentation | "prepare for defense", "thesis defense questions" | | [email-supervisor](skills/email-supervisor/SKILL.md) | Write professional emails to supervisors, editors, or reviewers | "email my supervisor", "write to the editor" | ### Formatting | Skill | Description | Triggers | |-------|-------------|----------| | [figure-caption](skills/figure-caption/SKILL.md) | Write captions for figures, charts, graphs, and tables | "caption for this figure", "table caption", "підпис до рисунку" | ### Metadata & Discoverability | Skill | Description | Triggers | |-------|-------------|----------| | [suggest-title](skills/suggest-title/SKILL.md) | Generate title options for a paper, thesis, or article | "suggest a title", "title for my paper", "title ideas" | | [keywords](skills/keywords/SKILL.md) | Generate academic keywords for indexing and database discoverability | "keywords", "key phrases", "ключові слова" | ## Installation ### Claude Code This repo is both the plugin and its own marketplace. Add the marketplace once, then install: ```bash /plugin marketplace add vadym-khodak/researcher-skills /plugin install researcher-skills@researcher-skills ``` All skills then load automatically in every project. The multi-perspective review workflows live in `workflows/` — copy or symlink them into `~/.claude/workflows/` to make them resolvable globally by name: ```bash ln -sf "$(pwd)/workflows/review-paper.js" ~/.claude/workflows/review-paper.js ln -sf "$(pwd)/workflows/review-paper-file.js" ~/.claude/workflows/review-paper-file.js ``` ### Codex CLI ```bash /plugins ``` Search for `researcher-skills` and select **Install Plugin**. ### Gemini CLI ```bash gemini extensions install https://github.com/vadym-khodak/researcher-skills ``` ## Usage Skills trigger automatically based on context — no manual activation needed. Just describe what you need in natural language and the relevant skill will activate.