con un clic
full-backup
Creates a complete backup of the project files to the parent directory.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Creates a complete backup of the project files to the parent directory.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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.