10x-archive

Move completed change folders to an archive directory and update metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of archiving completed changes in a project by automating the migration of change folders and updating related metadata, reducing manual overhead.

Core Features & Use Cases

  • Change Folder Archiving: Automatically moves completed change folders to an archive directory.
  • Metadata Update: Updates the change status and related roadmap item status.
  • Use Case: When a developer marks a change as complete, this Skill archives the change, making it easily retrievable for historical analysis without cluttering active development spaces.

Quick Start

Run /10x-archive <change-id> to archive the change with the given ID.

Frequently Asked Questions about 10x-archive

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

FAQPage Schema
How do I archive completed change folders in a Git repository?

To archive completed change folders, this Skill moves directories from context/changes/<change-id>/ to context/archive/<created-date>-<change-id>/, updating project metadata automatically. It streamlines project management by reducing manual folder migration overhead.

Does this change tracking tool require a specific Git repository structure?

Yes, this change tracking tool assumes a Git repository structure with context/changes/ and context/archive/ directories. It requires file and directory manipulation and metadata parsing within this specific project layout to function correctly.

Can I update roadmap item status automatically when archiving a change?

Yes, you can optionally close a corresponding roadmap item when archiving a change. The Skill updates related metadata and the change status during the folder migration to keep project tracking synchronized.

What's the best way to automate change management for completed project folders?

The best way to automate change management is running /10x-archive <change-id>, which migrates the folder and updates metadata instantly. This eliminates manual overhead by handling file manipulation and metadata parsing in one step.

Why does folder migration fail when archiving changes with this Skill?

Folder migration fails if the Git repository structure does not match the expected context/changes/<change-id>/ path. Because the Skill relies on strict directory manipulation and metadata parsing, incorrect folder locations or missing metadata will halt the archiving process.