agent-research-aggregator

Aggregate scattered AI agent experiment logs into PaperOrchestra-ready markdown inputs.

32|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/woodfishhhh/EZ_math_model --skill agent-research-aggregator-woodfishhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-research-aggregator
Source: https://github.com/woodfishhhh/EZ_math_model/tree/main/skills/ez-math-model/external/paper-orchestra/skills/agent-research-aggregator
Command: npx skills add https://github.com/woodfishhhh/EZ_math_model --skill agent-research-aggregator-woodfishhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It eliminates the time-consuming effort of manually collecting scattered AI agent experimentation artifacts and restructuring them into the clean inputs needed for paper writing pipelines.

Core Features & Use Cases

  • Pre-pipeline log aggregation: Scans common agent cache directories and user-specified folders to discover relevant experiment logs.
  • Project-aware extraction workflow: Detects multiple projects, forces selection when needed, then re-filters to a single coherent research thread.
  • PaperOrchestra-ready formatting: Produces structured files like idea.md and experimental_log.md suitable for the PaperOrchestra flow, enabling you to write a paper from messy histories.
  • Guardrails and quality auditing: Adds deterministic discovery manifests, validates extracted JSON structure, and generates an audit report to highlight data quality gaps and conflicts.

Quick Start

Run agent-research-aggregator with your cache directory so it can generate workspace/inputs/idea.md and workspace/inputs/experimental_log.md for paper writing.

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 agent logs for paper writing?

Aggregating scattered agent logs for paper writing involves scanning common cache directories to discover experiment artifacts, then using LLM-assisted batch extraction to format them into structured markdown input files like idea.md and experimental_log.md.

What is the best way to prepare experimental logs for academic paper inputs?

Preparing experimental logs for academic paper inputs requires deterministic discovery and project-aware extraction to filter multiple projects into a single coherent research thread, producing structured PaperOrchestra-ready files.

Can I use this log aggregation workflow if my workspace inputs are missing?

Yes, this log aggregation workflow is specifically designed for scenarios where workspace inputs like idea.md and experimental_log.md are missing, automatically generating them from your existing scattered experimentation histories.

How does data quality auditing work during experiment extraction?

Data quality auditing during experiment extraction works by generating deterministic discovery manifests and validating extracted JSON structures, producing an audit report that highlights data quality gaps and conflicts.

How do I handle multiple projects found in my agent cache directories?

Handling multiple projects in agent cache directories involves a project-aware extraction workflow that forces selection when multiple projects are detected, then re-filters the logs to isolate a single coherent research thread.