com um clique
full-backup
Creates a complete backup of the project files to the parent directory.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Creates a complete backup of the project files to the parent directory.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Reads and analyzes application logs for debugging and monitoring.
Manage the restaurant menu (products and categories) for a specific tenant.
Checks the health of the project, including PM2 services, disk space, and configuration.
Restores the project from a specified backup directory.
| name | full-backup |
| description | Creates a complete backup of the project files to the parent directory. |
This skill creates a complete backup of your current project workspace.
node_modules and .git to save space and time.Run the backup script (optionally add a description):
node .agent/skills/full-backup/scripts/backup.js "my_backup_description"
Standard Backup:
node .agent/skills/full-backup/scripts/backup.js
# Creates: backup_full_2023-10-27T10-00-00
Backup with Note:
node .agent/skills/full-backup/scripts/backup.js "added_payment_gateway"
# Creates: backup_full_2023-10-27T10-00-00_added_payment_gateway
To restore a backup created with this skill, use the restore-backup skill.