.codex/skills/research/SKILL.md
Start a research project with intelligent agent orchestration
npx skillsauth add poemswe/co-researcher researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
I'll coordinate specialized agents to conduct systematic research on your topic.
Query: $ARGUMENTS
I'll analyze your query and build an execution plan using specialized agents.
Agent Registry:
literature-reviewer: Academic source search, citation chainscritical-analyzer: Fallacy detection, bias identificationhypothesis-explorer: Hypothesis formulation, variable mappinglateral-thinker: Cross-domain analogies, creative thinkingqual-researcher: Thematic analysis, coding strategiesquant-analyst: Statistical methods, effect sizespeer-reviewer: Manuscript evaluationethics-expert: IRB compliance, privacy risksgrant-writer: Grant proposal development, funding strategyOrchestration Process:
I'm analyzing your research topic to determine the optimal workflow...
Proposed Plan: [I will generate this based on your query]
Proceed? (yes/no/modify)
CRITICAL: After plan approval, you MUST save all research outputs to files.
After user approves the plan, immediately:
mkdir -p research-outputs/$(date +%Y-%m-%d_%H-%M-%S)Use Write tool to create 00-research-plan.md in the output directory:
# Research Plan: [Query]
**Created**: [Timestamp]
**Query**: [User's research query]
## Selected Agents
1. [agent-name] - [purpose]
2. [agent-name] - [purpose]
...
## Execution Plan
[Full plan as presented to user]
After EACH agent completes execution:
{NN}-{agent-name}.md
01-literature-reviewer.md, 02-critical-analyzer.md# {Agent Name} Output
**Agent**: {agent-name}
**Executed**: [Timestamp]
---
[Full agent output - preserve all markdown formatting]
After synthesis completes:
final-synthesis.mdModes Supported:
--auto: Automatic execution--plan-only: Show plan only--manual: Traditional guided modeTemplates: --template=quick|rigorous|comprehensive
research
Use when understanding your capabilities, how to use skills, or the rules of the Co-Researcher system.
development
You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment.
research
You must use this when merging findings from multiple studies into a coherent narrative with grounded evidence.
content-media
You must use this when matching research questions to appropriate designs, sampling strategies, or validity controls.