원클릭으로
s3-bucket-ops
Use s5cmd for S3 listing, move, copy, and sync tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use s5cmd for S3 listing, move, copy, and sync tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create/start/stop/delete a RunPod GPU Pod using ONLY GPU type `XXX` + the existing template named `GIANT-container`. Includes Spot (Secure Cloud) via interruptible Pods.
Provides guidance for writing and benchmarking optimized CUDA kernels for NVIDIA GPUs (H100, A100, T4) targeting HuggingFace diffusers and transformers libraries. Supports models like LTX-Video, Stable Diffusion, LLaMA, Mistral, and Qwen. Includes integration with HuggingFace Kernels Hub (get_kernel) for loading pre-compiled kernels. Includes benchmarking scripts to compare kernel performance against baseline implementations.
Read an arXiv paper from TeX source and write a repo-focused summary. Use when the user references a arXiv url for a paper.
Run commands or JAX scripts on the remote CUDA GPU box via ssh root@gpu-box when execution needs a GPU/CUDA backend or the user asks to run on the GPU box/remote container.
Create detailed documentation in TYPST covering the architecture and experiments conduceted in the current subproject.
SOC 직업 분류 기준
| name | S3-bucket-ops |
| description | Use s5cmd for S3 listing, move, copy, and sync tasks. |
Use this skill to interact with S3 via s5cmd for listing, copying, moving, and syncing artifacts.
/proj/giant-data global data dir should be a local copy of the s3://giant-data/ bucket. Paths should correspond between local and S3.s5cmd mv and s5cmd cp require wildcards when moving directories. Use "s3://giant-data/path/*".s5cmd sync to or from the S3 bucket unless necessary. cp commands have less side effects. If you have to for whatever reason to use sync, use the --size-only flag because the user's S3 bucket is actually R2 which behaves badly with timestamps."s3://giant-data/".Populat credentials:
source ~/.env-R2
# NEVER CAT OR READ THIS FILE!
List buckets or prefixes:
s5cmd ls
s5cmd ls "s3://giant-data/prefix/"
Move a folder (use wildcard):
s5cmd mv "s3://giant-data/src/*" "s3://bucket/dst/"
Copy a single file:
s5cmd cp "s3://giant-data/path/file" "/local/path/"
Sync a folder to local:
s5cmd sync --size-only "s3://giant-data/prefix/" "/local/dir/"