skill-backup

Copy SKILL.md files to a persistent backup directory with timestamped versions.

Updated Sep 17, 2023
One-click install
npx skills add https://github.com/swkim0128/PARA --skill skill-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-backup
Source: https://github.com/swkim0128/PARA/tree/main/02.Areas/Claude-Skills/skill-backup
Command: npx skills add https://github.com/swkim0128/PARA --skill skill-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that your Claude skills are safely backed up after creation or modification, preventing data loss and maintaining version history.

Core Features & Use Cases

  • Automatic Backup: Backs up skills upon creation or modification.
  • Version Control: Saves previous versions of SKILL.md with timestamps.
  • Use Case: After creating a new skill with skill-creator or making changes to an existing one, this skill automatically preserves the updated SKILL.md file in a designated backup location, along with a timestamped copy of the previous version.

Quick Start

Use the skill-backup skill to back up the 'my-new-skill' skill.

Frequently Asked Questions about skill-backup

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

FAQPage Schema
How do I back up Claude skills automatically after modification?

To back up Claude skills automatically, this skill copies the `SKILL.md` file to a persistent backup directory whenever a skill is created or modified, preserving the previous version with a timestamp.

What is the best way to keep version history of my Claude skill files?

Keeping version history of Claude skill files involves saving timestamped copies of the `SKILL.md` file. This skill automatically preserves previous versions in a backup directory during each update.

Does skill management backup work with AI CLI tools directly?

Yes, skill management backup works with AI CLI tools directly. The skill files stored in the backup directory are fully prepared for direct application by AI CLI tools without requiring further modification.

How do I restore a previous version of a skill from a timestamped backup?

Restoring a previous version of a skill from a timestamped backup involves accessing the persistent backup directory where previous `SKILL.md` files are saved, ensuring you can retrieve earlier configurations.

Can I use this skill backup tool without any additional dependencies?

Yes, you can use this skill backup tool without any additional dependencies. It operates independently to copy and preserve your `SKILL.md` files within a persistent backup directory.

When do I need to automate version control for Claude skills?

You need to automate version control for Claude skills when you create a new skill or modify an existing one, ensuring data loss prevention and maintaining a reliable history of skill configurations.