spec-archiver

Archive issue specs to cloud storage and update the GitHub index.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill spec-archiver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-archiver
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/spec/skills/spec-archiver
Command: npx skills add https://github.com/fractary/claude-plugins --skill spec-archiver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, gh, fractary-file, and includes scripts (resource) components.

What problem does it solve?

This Skill handles archiving specs: collecting specs, uploading to cloud, updating index, and commenting on GitHub.

Core Features & Use Cases

  • Spec collection: Gather all specs for an issue
  • Cloud upload: Persist specs to storage
  • Indexing & comments: Update archive index and annotate issues/PRs

Quick Start

Archive specs for an issue after completion and publish links.

Frequently Asked Questions about spec-archiver

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

FAQPage Schema
How do I archive specs to cloud storage after closing an issue or merging a PR?

Archive specs by running the Skill after completing work. It automatically collects all specs for the issue, uploads them to cloud storage via fractary-file, updates the archive index, and posts GitHub comments with archive URLs and status reports.

What pre-checks does spec archiving perform before upload?

The Skill enforces pre-archive checks to validate specs before uploading—unless you override with a force flag. Checks ensure data integrity and completeness before persisting to cloud storage.

Can I archive multiple specs for a single issue at once?

Yes, spec-archiver supports multi-spec archiving. It gathers all specs associated with an issue and uploads them together, maintaining relationships in the archive index for future lookup.

Does spec archiving work with GitHub issues and pull requests?

Yes, the Skill applies to both completed work events—issue closed or PR merged. It automatically detects the event type, archives relevant specs, and comments on the GitHub resource with archive details and URLs.

What happens to local spec files after archiving to cloud?

After successful backup to cloud storage, the Skill cleans up local spec files automatically. This frees disk space while preserving all data in the archive index for future retrieval.