一键导入
backup
Backup files or directories following standard naming conventions with CST timestamps and optional checksums. Use this skill before destructive operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Backup files or directories following standard naming conventions with CST timestamps and optional checksums. Use this skill before destructive operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compose structured business-email drafts in English from curated templates and phrase banks from Business Email (book). Use this whenever the user asks for enquiry, informing, request, complaint, apology, order-status, or meeting-style business emails.
Normalize filenames for AWS S3 and CloudFront: lowercase, safe characters, extension normalization (.jpeg → .jpg), and .tsv audit log. Usage: /aws-naming <directory_or_file>
Apply Kabat One Markdown styling to a file by platform. Usage: /styling <hedgedoc|gitlab|github> [mit|gpl] <file>
Maintain CHANGELOG.md with correct CST dates, reverse chronological order, and Spanish Mexican language. Use this skill when updating the changelog.
Full commit workflow with mandatory CHANGELOG validation, SSH validation, and conventional commits in English. Use this skill before making any git commit.
Initialize a git repo with SSH, identity and remote configured. Usage: /git-init <personal|laboral> <key_name> <remote_url> <branch>
| name | backup |
| description | Backup files or directories following standard naming conventions with CST timestamps and optional checksums. Use this skill before destructive operations. |
Before any destructive operation, or when explicitly asked to create a backup.
~/rules/cot/backup.md from line 1 to endTS=$(TZ=America/Mexico_City date +"%Y-%m-%dT%H-%M-%S")[name_without_ext]_[timestamp].[original_ext].bkpcp source.txt backups/source_${TS}.txt.bkptar --owner=0 --group=0 --numeric-owner -cf - dir/ | zstd -T0 -19 -o "dir_${TS}.tar.zst"sha256sum backup_file > backup_file.sha256archivo.txt → archivo_2026-03-27T17-30-00.txt.bkpconfig.yaml → config_2026-03-27T17-30-00.yaml.bkp~/rules/cot/backup.md~/rules/rulesets/BACKUPS.md~/rules/scripts/backup_file.sh