tool-config-backup

Locate IDE config files, create timestamped backups, and generate restore manifests.

2|1|Updated Feb 8, 2021
One-click install
npx skills add https://github.com/jstoobz/dotfiles --skill tool-config-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-config-backup
Source: https://github.com/jstoobz/dotfiles/tree/main/claude/skills/infrastructure/tool-config-backup
Command: npx skills add https://github.com/jstoobz/dotfiles --skill tool-config-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of backing up and documenting IDE and tool configurations, helping teams preserve settings before changes and understand where configurations live.

Core Features & Use Cases

  • Backup configurations for popular tools (DataGrip, VS Code, JetBrains IDEs) and document their locations.
  • Generate a restore-ready manifest that lists files backed up and how to restore settings.
  • Use case: Before performing major IDE upgrades or plugin changes, create a snapshot of all relevant config files and a clear restoration plan.

Quick Start

Identify the config locations for your tools, run a timestamped copy to a backup directory, and reference the generated manifest to restore settings if needed.

Frequently Asked Questions about tool-config-backup

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

FAQPage Schema
How do I back up JetBrains IDE and VS Code configurations before making changes?

To back up IDE configurations, this Skill locates common config files for tools like JetBrains, DataGrip, and VS Code, then creates a timestamped copy in a backup directory. It also generates a human-readable restore manifest to document the process.

What is a restore manifest and how does it help revert IDE settings?

A restore manifest is a human-readable plan generated during the backup process. It lists all the backed up configuration files and provides specific instructions on how to restore your IDE settings if a recent upgrade or plugin change causes issues.

When should I create a backup of my DataGrip or VS Code settings?

You should create a backup of your DataGrip or VS Code settings before performing major IDE upgrades, modifying plugin configurations, or altering core tool settings. This ensures you can easily revert changes using a timestamped snapshot if something breaks.

Does this backup process work for both JetBrains IDEs and VS Code?

Yes, the backup process works for both JetBrains IDEs and VS Code. It identifies the specific config file locations for these tools and related environments, performs safe copies, and generates a unified restoration plan for your development setup.

How do I restore tool configurations after a failed IDE update?

To restore tool configurations after a failed IDE update, you reference the generated restore manifest. This human-readable restoration plan lists your timestamped backup files and provides the exact steps needed to safely revert your settings.

Do I need any external dependencies to document and back up my IDE config files?

No external dependencies are required to document and back up your IDE config files. The Skill operates independently to locate configuration directories, perform safe timestamped copies, and generate the restoration manifest without additional tools.