Data Backup Manager

Automate timestamped backups and restores of Babylon.js game data assets.

1|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/gigi-f/babylon_fp --skill data-backup-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Backup Manager
Source: https://github.com/gigi-f/babylon_fp/tree/main/.claude/skills/data-backup-manager
Command: npx skills add https://github.com/gigi-f/babylon_fp --skill data-backup-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies and secures the creation, storage, and restoration of game data, protecting maps, NPCs, and configurations from loss.

Core Features & Use Cases

  • Timestamped backups of game data (maps, NPCs, and configurations) for reliable versioning.
  • Restore from the latest backup or a chosen backup to recover game state.
  • Data validation and export utilities to verify JSON integrity and facilitate data sharing.

Quick Start

Create a timestamped backup of public/data to safeguard game assets.

Frequently Asked Questions about Data Backup Manager

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

FAQPage Schema
How do I backup Babylon.js game data like maps and NPCs?

You backup Babylon.js game data by automating timestamped snapshots of public/data assets including maps, NPCs, and configurations. This process secures your game state and creates reliable versioning for development workflows.

How can I restore game data from a previous backup snapshot?

You can restore game data from a previous backup snapshot by selecting a chosen timestamped backup or restoring directly from the latest one. This workflow recovers your game state and validates JSON integrity during the process.

Does the backup process validate JSON integrity for game configurations?

Yes, the backup process validates JSON integrity for game configurations. It includes data validation and export utilities to verify your maps and NPC files, ensuring data integrity before completing the timestamped backup or restoration.

What is the best way to manage selective data-type backups for game assets?

The best way to manage selective data-type backups for game assets is using automated timestamped operations. This approach targets specific public/data configurations, maps, and NPCs, allowing precise versioning and simple cleanup to maintain data integrity.

Can I use this to export and share game data configurations?

Yes, you can use this to export and share game data configurations. It provides export utilities designed to verify JSON integrity and facilitate the sharing of game assets like maps and NPCs across different development environments.