ワンクリックで
read-arxiv-paper
Read an arXiv paper from TeX source and write a repo-focused summary. Use when the user references a arXiv url for a paper.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read an arXiv paper from TeX source and write a repo-focused summary. Use when the user references a arXiv url for a paper.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
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.
Use s5cmd for S3 listing, move, copy, and sync tasks.
Create detailed documentation in TYPST covering the architecture and experiments conduceted in the current subproject.
| name | read-arxiv-paper |
| description | Read an arXiv paper from TeX source and write a repo-focused summary. Use when the user references a arXiv url for a paper. |
Use this skill when the user provides an arXiv URL/ID and wants a technical summary.
/src/), not the PDF.your-coding-agent-skills/bin/arxiv-src until the user chooses a final location.docs/paper_summaries/summary_<arxiv-tag>_<short-name>/summary.md. The name should be something like short title or the technology presented in the paper. In the created folder you will also put any refernece code that you get from the paper's repo or similiar place.your-coding-agent-skills/bin/arxiv-src "<arxiv-url-or-id>"
Use the printed fields (EXTRACT_DIR, ENTRYPOINT).
Read the entrypoint .tex and recursively follow relevant \input{...} / \include{...} files.
If needed, read related local docs/code for context before writing conclusions.
Create summary markdown in docs/paper_summaries/ with this structure:
Conditional/Optional last step: 5. Look in the content of the .tex if there is a direct link to github repo or use a link the user has provided. Clone it to /tmp/ and read its readme and source code. Directly copy or pseudo trnaslate the importatn implementation code to the folder where the summary.md is and update the summary.md at the end stating about the code and some additional notes around it.
Example will be if the user asked for the MLA paper by deepseek to plug the raw pytorch code of the exact MLA mechanism into the folder, not the hole DeepSeek LLM code.