co-researcher
v2.6.1PhD-level research capabilities: literature review, multi-source investigation, critical analysis, hypothesis-driven exploration, quantitative/qualitative methods, peer review, ethics review, and grant writing
by poemsweMIT126updated 2 weeks ago
Source
git clone https://github.com/poemswe/co-researcherClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/academic-writing/SKILL.md├── skills/critical-analysis/SKILL.md├── skills/ethics-review/SKILL.md├── skills/grant-writing/SKILL.md├── skills/hypothesis-testing/SKILL.md├── skills/literature-review/SKILL.md├── skills/multi-source-investigation/SKILL.md├── skills/peer-review/SKILL.md├── skills/qualitative-research/SKILL.md├── skills/quantitative-analysis/SKILL.md├── skills/research-manager/SKILL.md├── skills/research-methodology/SKILL.md├── skills/research-synthesis/SKILL.md├── skills/systematic-review/SKILL.md└── skills/using-co-researcher/SKILL.md
Skills15
You must use this when producing any research prose — literature reviews, syntheses, analyses, methodology descriptions, discussion sections, abstracts, or any written output intended for an academic audience.
You must use this when analyzing claims, evaluating evidence, or Identifying logical fallacies in research.
You must use this when identifying ethical risks, ensuring participant privacy, or preparing IRB applications.
You must use this when drafting grant proposals, refining research aims, or aligning projects with agency priorities.
You must use this when formulating testable hypotheses, designing experimental controls, or defining falsification criteria.
You must use this when synthesizing existing knowledge, identifying research gaps, or tracing the evolution of scientific ideas.
You must use this when investigating complex claims across diverse sources or fact-checking contradictory information.
You must use this when critiquing academic manuscripts, evaluating methodological rigor, or providing structured reviewer feedback.
You must use this when designing qualitative studies, developing coding schemes, or performing thematic analysis.
You must use this when selecting statistical tests, interpreting effect sizes, or conducting power analysis.
Use this when starting a new research project or managing a complex, multi-step research workflow.
You must use this when matching research questions to appropriate designs, sampling strategies, or validity controls — or when a research problem is stuck and needs creative reframing (cross-domain analogies, first-principles deconstruction).
You must use this when merging findings from multiple studies into a coherent narrative with grounded evidence.
You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment.
Use when understanding your capabilities, how to use skills, or the rules of the Co-Researcher system.
Manifests2
{
"name": "co-researcher",
"version": "2.6.1",
"description": "PhD-level research capabilities: literature review, multi-source investigation, critical analysis, hypothesis-driven exploration, quantitative/qualitative methods, peer review, ethics review, and grant writing",
"author": {
"name": "poemswe"
},
"license": "MIT",
"repository": "https://github.com/poemswe/co-researcher",
"homepage": "https://github.com/poemswe/co-researcher",
"keywords": [
"research",
"literature-review",
"critical-analysis",
"hypothesis",
"academic",
"investigation",
"peer-review",
"ethics",
"grant-writing",
"quantitative",
"qualitative",
"systematic-review"
],
"skills": "./skills/",
"interface": {
"displayName": "Co-Researcher",
"shortDescription": "PhD-level research suite — literature review, critical analysis, and multi-agent orchestration.",
"longDescription": "Co-Researcher is a professional research suite providing PhD-level capabilities across literature review, critical analysis, hypothesis testing, quantitative and qualitative methods, peer review, ethics review, and grant writing. Features an intelligent orchestration engine that coordinates specialized research agents. Compatible with Claude Code, Gemini CLI, OpenAI Codex, and OpenCode.",
"developerName": "poemswe",
"category": "Research",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Review the literature on climate change mitigation strategies",
"Analyze the methodology of this research paper",
"Help me design a hypothesis-driven experiment",
"Write a grant proposal for my research project"
]
}
}{
"name": "co-researcher",
"version": "2.6.1",
"description": "PhD-level research capabilities: literature review, multi-source investigation, critical analysis, hypothesis-driven exploration, quantitative/qualitative methods",
"author": {
"name": "poemswe"
},
"license": "MIT",
"keywords": [
"research",
"literature-review",
"critical-analysis",
"hypothesis",
"academic",
"investigation"
]
}