Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Structured deep research skill for Claude Code/Open Code/Codex with human-in-the-loop control
| Date | Stars |
|---|---|
| 2026-07-31 | 1813 |
| 2026-08-05 | 1875 |
| 2026-08-06 | 1875 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Deep Research Skill for Claude Code / OpenCode / Codex [English](README.md) | [中文](README.zh.md) > If you find this project helpful, please give it a star! :star: > Inspired by [RhinoInsight: Improving Deep Research through Control Mechanisms for Model Behavior and Context](https://arxiv.org/abs/2511.18743) A structured research workflow skill for Claude Code, OpenCode, and Codex, supporting two-phase research: outline generation (extensible) and deep investigation. Human-in-the-loop design ensures precise control at every stage.  ## Use Cases - **Academic Research**: Paper surveys, benchmark reviews, literature analysis - **Technical Research**: Technology comparison, framework evaluation, tool selection - **Market Research**: Competitor analysis, industry trends, product comparison - **Due Diligence**: Company research, investment analysis, risk assessment ## Installation ```bash git clone https://github.com/Weizhena/deep-research-skills.git cd deep-research-skills ``` ### Claude Code ```bash # English version cp -r skills/research-en/* ~/.claude/skills/ # Chinese version cp -r skills/research-zh/* ~/.claude/skills/ # Required: Install agent and modules cp agents/web-search-agent.md ~/.claude/agents/ cp -r agents/web-search-modules ~/.claude/agents/ # Required: Install Python dependency pip install pyyaml ``` ### OpenCode (default: gpt-5.4) ```bash # Skills (same as Claude Code) cp -r skills/research-en/* ~/.claude/skills/ # or research-zh for Chinese # Required: Enable web search for current shell export OPENCODE_ENABLE_EXA=1 # Optional: make it permanent echo 'export OPENCODE_ENABLE_EXA=1' >> ~/.bashrc source ~/.bashrc # Required: Install agent and modules cp agents/web-search-opencode.md ~/.config/opencode/agents/web-search.md cp -r agents/web-search-modules ~/.config/opencode/agents/ # Required: Install Python dependency pip install pyyaml ``` > **Important**: In OpenCode, ANY model's websearch requires `OPENCODE_ENABLE_EXA=1`. A plain `export` only affects the current shell; writing it to `~/.bashrc` makes it persistent. Without it, you only get `web fetch`, which is weaker for the deep research phase. ### Codex ```bash # English version mkdir -p ~/.codex/skills ~/.codex/agents cp -r skills/research-codex-en/* ~/.codex/skills/ # Chinese version mkdir -p ~/.codex/skills ~/.codex/agents cp -r skills/research-codex-zh/* ~/.codex/skills/ # Required: Install web researcher agent and modules cp agents-codex/web-researcher.toml ~/.codex/agents/ cp -r agents-codex/web-search-modules ~/.codex/agents/ # Required: Install Python dependency pip install pyyaml ``` Add or update `~/.codex/config.toml` using either method below: **Option A: Automatic script** ```bash cd deep-research-skills bash scripts/install-codex.sh ``` **Option B: Manual edit** ```toml suppress_unstable_features_warning = true [features] multi_agent = true default_mode_request_user_input = true [agents.web_researcher] description = "Use this agent when you need to research information on the internet, particularly for debugging issues, finding solutions to technical problems, or gathering comprehensive information from multiple sources. This agent excels at finding relevant discussions. Use when you need creative search strategies, thorough investigation, or compilation of findings from multiple sources." config_file = "agents/web-researcher.toml" ``` ## Commands > **Claude Code 2.1.0+**: Direct `/skill-name` trigger is now supported! > > **Older versions**: Use `run /skill-name` format instead. > > **Codex**: You can trigger these skills from `/skills` -> `List Skills`, or ask naturally, for example `Use the research skill to build an outline for AI Agent Demo 2025`. | Command (2.1.0+) | Description | |------------------|-------------| | `/research` | Generate research outline with items and fields | | `/research-add-items` | Add more research items to existing outline | | `/resea
Excerpt of 5,486 characters
Read on GitHub1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7fb12de360be6151, topic:llm-agent