msx:archive

Archive completed software change sets and generate learning documentation.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msx:archive
Source: https://github.com/xxyj/xx-ai-cli/tree/main/.cursor/skills/msx-10-archive
Command: npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the archiving process for completed changes in software projects, ensuring that the project history is organized and that learning documentation is automatically generated.

Core Features & Use Cases

  • Change Archiving: Automates the movement of completed changes from the changes/ directory to the specs/ directory.
  • Documentation Generation: Automatically generates learning documents (compound built-in) for the archived change.
  • Use Case: Ideal for teams working in software development where maintaining a detailed project history and documentation is critical.

Quick Start

To archive a completed change, use the command: /msx:archive

Frequently Asked Questions about msx:archive

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

FAQPage Schema
How do I automate change archiving for completed software development tasks?

Automate change archiving by moving completed change sets from the changes/ directory to the specs/ directory while generating learning documentation. This ensures project history remains organized and automatically documented.

Does the automated change archiving process require git?

Yes, the automated change archiving process requires access to a version control system like git. It parses and manipulates version control metadata to systematically track changes and generate documentation.

How do I generate learning documentation for archived project changes?

Generate learning documentation for archived project changes by triggering the archiving workflow. Once changes are moved to the specs/ directory, learning documents are automatically built-in and generated for the archived set.

What is the best way to maintain project documentation for tracked version control changes?

The best way to maintain project documentation is to systematically archive completed change sets and automatically generate learning documents. This approach ensures detailed project history and knowledge documentation are captured.

Can I use scripts to organize project history and move completed changes to specs?

Yes, you can use the provided scripts component to organize project history. The scripts automate moving completed changes from the changes/ directory to the specs/ directory and generate the corresponding documentation.

Why should teams use automated change tracking and archiving in software projects?

Teams should use automated change tracking and archiving to ensure systematic organization of project history. It prevents manual documentation errors and provides automatically generated learning materials for completed software change sets.