explore-archive

Archive closed exploration loops and rebuild the search index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive closed exploration loops by moving them to the archive directory, then verify archive integrity and refresh the full-text search index so findings are searchable via /ask-docs.

Core Features & Use Cases

  • Ensures safe, auditable archival of exploration data after /explore-closeout.
  • Reindexes archived findings to restore fast search across past explorations.
  • Supports preflight checks, integrity verification, and retry/recovery for re-entry scenarios.

Quick Start

Archive a completed exploration by moving its directory to exploration/archive, then refresh the index and verify archive contents.

Frequently Asked Questions about explore-archive

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

FAQPage Schema
How do I archive exploration data and refresh the search index?

To archive exploration data, move the closed exploration directory to the archive folder, verify archive integrity, and rebuild the full-text search index so findings become searchable via /ask-docs.

What preflight checks are required before archiving closed exploration loops?

Preflight checks require the presence of exploration data, follow-up reports, and updated checkpoints to ensure a safe, auditable archive before moving directories and reindexing.

Can I retry the archival process if the directory move or index rebuild fails?

Yes, the archival workflow supports retry and recovery for re-entry scenarios, coordinating preflight checks, directory moves, integrity verification, and index rebuilding to maintain deterministic archival.

How does full-text search indexing work for archived exploration findings?

Full-text search indexing uses FTS5 to reindex archived exploration findings, restoring fast search across past explorations and making them queryable through the /ask-docs command.

When should I run the archival process on my exploration directories?

You should run the archival process after /explore-closeout is complete, ensuring closed exploration loops are safely moved and reindexed for deterministic, auditable data-management workflows.

Does the archive integrity verification check for missing files or data corruption?

Archive integrity verification ensures archived exploration contents are safe and complete, validating directory moves and reindexing results before finalizing the deterministic archival workflow.