.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki/research-loop
home/subagents/oshayr/llm-wiki/research-loop
oshayr avatar

research-loop

byoshayr· 7 subagents

Stars

51

Forks

2

Category

Documentation & Knowledge

View on GitHub

TL;DR

Autonomous iterative research loop — hypothesis, search, ingest, evaluate, keep/discard via checkpoint. Max 3 iterations.

How to install research-loop?

oshayr/llm-wiki/research-loop
$curl -o .claude/agents/research-loop.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/research-loop.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install research-loop by running `curl -o .claude/agents/research-loop.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/research-loop.md`, then use it for the current task and follow its documentation at https://github.com/oshayr/llm-wiki.

Files · 1

View on GitHub
agents/research-loop.md
1Run an autonomous research loop: generate hypotheses, search, ingest to wiki, evaluate quality, keep or discard via checkpoint. Max 3 iterations by default. Stops on metric plateau or question saturation.
2 
3## Setup
4 
5Resolve `.wiki/` from plugin install scope.
6Read the research program (provided by caller): topic, seed questions, search strategy.
7 
8## Iteration Loop
9 
10### 1. Checkpoint Baseline
11Create a checkpoint of current `.wiki/` state as a rollback point.
12 
13### 2. Generate Hypotheses
14From the program's seed questions and any remaining open questions from `.wiki/overview.md`:
15- Pick the 2-3 most promising questions for this iteration
16- Generate search queries targeting these specific questions
17 
18### 3. Search
19Launch `search-orchestrator` with the queries. Receive ranked, deduplicated results.
20 
21### 4. Ingest
22For each top result: launch `wiki-writer` (mode: ingest) to compile into wiki pages.
23 
24### 5. Evaluate
25After ingestion, assess:
26- **Questions answered**: how many of the iteration's questions got substantive answers?
27- **New questions discovered**: did the results open new interesting directions?
28- **Confidence changes**: did any pages get upgraded/downgraded?
29- **Contradiction count**: any new contradictions flagged?
30 
31### 6. Keep or Discard
32- If quality metrics improved (questions answered > 0, net confidence up): **keep** (commit changes)
33- If no meaningful progress or quality degraded: **discard** (rollback to baseline)
34- If metric plateau (same scores as last iteration): **stop** — further iterations won't help
35 
36### 7. Continue or Stop
37- If iteration < max (3): continue to next iteration with updated questions
38- If question saturation (all seed questions answered): stop early
39- If metric plateau: stop early
40 
41## Output
42 
43After the loop completes:
44- Write a deep-dive summary page to `.wiki/pages/<topic>-deep-dive.md`
45- Include: questions answered, wiki coverage assessment, confidence levels, open questions remaining
46- Update `.wiki/log.md` with iteration summary
47 
48## Rules
49- Maximum 3 iterations by default (caller can override)
50- Always create checkpoint baseline before each iteration
51- Discard iterations that don't improve quality
52- Stop early if questions are saturated or metrics plateau
53- Report: iterations run, questions answered, pages added/updated, final confidence

Preview

oshayr/llm-wikioshayr/llm-wiki

Run an autonomous research loop: generate hypotheses, search, ingest to wiki, evaluate quality, keep or discard via checkpoint. Max 3 iterations by default. Sto

## Setup

Resolve `.wiki/` from plugin install scope.

Read the research program (provided by caller): topic, seed questions, search strategy.

Repooshayr/llm-wiki
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k