agent-research-aggregator

Aggregate AI coding-agent cache logs into PaperOrchestra idea.md and experimental_log.md files.

635|88|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Ar9av/PaperOrchestra --skill agent-research-aggregator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-research-aggregator
Source: https://github.com/Ar9av/PaperOrchestra/tree/main/skills/agent-research-aggregator
Command: npx skills add https://github.com/Ar9av/PaperOrchestra --skill agent-research-aggregator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automatically finds and consolidates fragmented experiment artifacts produced by AI coding agents into the structured idea.md and experimental_log.md files PaperOrchestra requires, saving researchers from manual log sifting and error-prone transcription.

Core Features & Use Cases

  • Discovery: Read-only scan of common agent caches (.claude, .cursor, .antigravity, .openclaw) and project roots to locate experiment files and metrics.
  • Extraction & Synthesis: Batch LLM-assisted extraction of structured experiment records, consolidation into a single synthesis JSON, and deterministic formatting into PaperOrchestra inputs.
  • Validation & Audit: Schema validation, truncation safeguards, confidence tagging, and an optional aggregation report highlighting data quality, file counts, and warnings.
  • Use Case: Turn scattered experiment notes, chat histories, and metric files from multiple coding-agent workspaces into a reviewable idea.md and experimental_log.md so PaperOrchestra can generate paper content.

Quick Start

Ask the agent: Aggregate my agent logs from ~/projects into PaperOrchestra inputs and generate workspace/inputs/idea.md and workspace/inputs/experimental_log.md.

Frequently Asked Questions about agent-research-aggregator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate scattered AI agent logs into structured paper inputs?

To aggregate scattered AI agent logs into structured paper inputs, this skill scans common agent caches like .claude and .cursor, extracts experiments and numeric results via batch LLM-assisted processing, and formats them into deterministic idea.md and experimental_log.md files.

What is the best way to extract experiment data from fragmented coding agent histories?

Extracting experiment data from fragmented coding agent histories is done by performing a read-only discovery scan across workspace caches, consolidating the findings into a single synthesis JSON, and applying schema validation to generate reviewable paper drafting inputs.

Can I consolidate logs from multiple agent caches like .antigravity and .openclaw simultaneously?

Yes, you can consolidate logs from multiple agent caches simultaneously. The skill performs a read-only scan across .claude, .cursor, .antigravity, and .openclaw directories to locate scattered experiment files and metrics for unified extraction.

Does the log aggregation process modify my original agent cache files?

The log aggregation process does not modify your original agent cache files. It performs strictly read-only discovery and extraction, ensuring your source experiment histories remain untouched while generating new structured PaperOrchestra inputs.

How do I validate data quality when converting agent logs into experimental logs?

You validate data quality when converting agent logs by utilizing the skill's built-in schema validation, truncation safeguards, and confidence tagging features, which collectively generate an optional aggregation report highlighting file counts, warnings, and overall confidence.

What limitations exist when synthesizing unstructured chat histories into paper-ready formats?

Limitations when synthesizing unstructured chat histories include potential truncation safeguards activating on excessively large logs and variable confidence tagging, requiring user review of the generated idea.md and experimental_log.md to ensure accurate paper drafting.