agent-research-aggregator
Editor's pickPre-pipeline aggregator that scans AI agent cache directories (.claude, .cursor, .antigravity, .openclaw) or any user-specified directory for experimentation logs, extracts insights and numeric results, and formats them as PaperOrchestra-ready inputs (idea.md + experimental_log.md). TRIGGER when the user says "aggregate my agent logs for paper writing", "extract experiments from my coding agent history", "prepare PaperOrchestra inputs from my cache", "turn my agent logs into a paper", mentions a
- Type
- skill
- GitHub stars
- ★ 222
- Repository
- Ar9av/PaperOrchestra
- Category
- research
Install
1Quick install (skills CLI)
npx skills add Ar9av/PaperOrchestra --skill agent-research-aggregator --agent claude-codeInstalls agent-research-aggregator into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.