ar-archive

Archives completed autoresearch projects into autoresearch/archive while preserving artifact bundles for traceability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Elijah-J/InfoScraper --skill ar-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ar-archive
Source: https://github.com/Elijah-J/InfoScraper/tree/main/.agents/skills/ar-archive
Command: npx skills add https://github.com/Elijah-J/InfoScraper --skill ar-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically move completed autoresearch projects into a durable archive and preserve key artifacts to enable long-term traceability and reuse.

Core Features & Use Cases

  • Archive completed autoresearch projects into autoresearch/archive
  • Preserve artifact bundles like results.tsv, last_eval.md, last_eval.json, and last_profile.md for archival integrity
  • Prune transient runtime artifacts to keep archives clean and reproducible

Quick Start

Move the completed autoresearch project under autoresearch/archive and preserve its artifact bundle for durable archival records.

Frequently Asked Questions about ar-archive

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

FAQPage Schema
How do I archive completed autoresearch projects while preserving artifact bundles for traceability?

To archive completed autoresearch projects, move the project directory into autoresearch/archive while preserving its artifact bundle. This maintains long-term traceability by keeping files like results.tsv, last_eval.md, last_eval.json, and last_profile.md intact.

What is the best way to preserve autoresearch artifacts like results.tsv and last_eval.md when closing out a project?

The best way to preserve autoresearch artifacts is to move the project into the archive directory. This action specifically retains key files like results.tsv and last_eval.md while pruning transient runtime artifacts to keep the archive clean and reproducible.

Does archiving an autoresearch project rewrite internal references in configuration files?

Yes, archiving an autoresearch project rewrites internal references in autoresearch.toml, program.md, and bootstrap.zsh. This ensures that the archived project's configuration remains consistent and correctly points to its new archived location.

When should I use an automated archive process for autoresearch loop parking?

Use an automated archive process when closing out or parking an autoresearch loop to ensure consistent archival records. It systematically moves the completed project and preserves its artifact bundle without manual file management.

Can I prune transient runtime artifacts during the autoresearch archive process?

Yes, the autoresearch archive process prunes transient runtime artifacts to keep archives clean and reproducible. It selectively preserves essential files like results.tsv, last_eval.md, last_eval.json, and last_profile.md while discarding temporary runtime data.