10x-archive

Archive completed change folders and update status in a git repository.

Updated May 25, 2026
One-click install
npx skills add https://github.com/bvshi/fodswap --skill 10x-archive-bvshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-archive
Source: https://github.com/bvshi/fodswap/tree/main/.agents/skills/10x-archive
Command: npx skills add https://github.com/bvshi/fodswap --skill 10x-archive-bvshi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Manually archiving completed changes can be time-consuming and error-prone. This Skill automates the process with a simple command, ensuring accuracy and efficiency.

Core Features & Use Cases

  • Automated Archive: Moves completed change folders to an archive directory and updates the change status.
  • Roadmap Update: Closes associated roadmap items when a change is archived.
  • Error Handling: Provides warnings for potential issues before archiving, allowing for manual intervention if necessary.
  • Use Case: When you've completed a change, use /10x-archive <change-id> to archive the change and update the roadmap accordingly.

Quick Start

Archive the completed change with the ID 'context-dir-restructure' using the command: /10x-archive context-dir-restructure.

Frequently Asked Questions about 10x-archive

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

FAQPage Schema
How do I automate archiving completed changes in a git repository?

To automate archiving completed changes in a git repository, this Skill moves change folders to an archive directory and updates change status with a single command.

Can I update roadmap items automatically when archiving change folders?

Yes, you can update roadmap items automatically when archiving change folders. The Skill optionally closes associated roadmap items during the automated archival process.

Do I need git to track and archive completed changes?

Yes, you need git to track and archive completed changes. The Skill requires a git repository for change tracking and to preserve version control history during the archival process.

What is the best way to handle errors during change management archiving?

The best way to handle errors during change management archiving is to use a tool that provides warnings for potential issues before archiving. This allows for manual intervention if necessary.

How do I move a completed change folder to an archive directory?

To move a completed change folder to an archive directory, run /10x-archive <change-id>. This automatically moves the specified folder and updates its status in your version-controlled workflow.