Use this skill when the user wants to back up game saves, restore game saves, or manage PC game save files.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-6604021c)More formats (shields.io, HTML) on the badges page.
---
name: ludusavi
description: Use this skill when the user wants to back up game saves, restore game saves, or manage PC game save files.
---
# ludusavi Plugin
Backup tool for PC game saves. Automatically back up and restore game save files across different platforms and cloud storage services.
## Commands
### Game Backup
- `ludusavi backup run` — Run game save backup
### Utility
- `ludusavi _ _` — Passthrough to ludusavi CLI
## Usage Examples
- "Backup game saves"
- "Restore game saves"
- "Backup Steam saves"
- "Backup game progress"
## Installation
```bash
brew install ludusavi
```
Or via Cargo:
```bash
cargo install ludusavi
```
## Examples
```bash
# Run backup with default settings
ludusavi backup run
# Set backup path
ludusavi backup run --path ~/backups
# Force overwrite existing backups
ludusavi backup run --force
# Dry run without changes
ludusavi backup run --dry-run
# Unlimited backup size
ludusavi backup run --unlimited
# Any ludusavi command with passthrough
ludusavi _ _ --path ~/backups
ludusavi _ _ --dry-run
```
## Key Features
- **Multi-platform** - Steam, Epic Games, and more
- **Automatic detection** - Finds game save locations
- **Cloud support** - Backup to cloud services
- **Restore** - Restore from backups
- **Cross-platform** - Linux, macOS, Windows
- **Steam Deck** - Support for Steam Deck
- **Proton** - Linux Proton support
- **Custom paths** - Custom backup locations
- **Filtering** - Select specific games
- **Dry run** - Preview before backup
## Notes
- Supports Steam, Epic Games, and other platforms
- Can backup to local or cloud storage
- Great for migrating to new systems
- Supports Steam Deck and Proton
- Configurable backup locations
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!