Pytorch
Skills by @pytorch
Featured skills
add-uint-support
Used to add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros.
aoti-debug
Used to debug AOTInductor (AOTI) errors and crashes.
at-dispatch-v2
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code.
distributed-triage
Sub-triages issues in the oncall:distributed queue by assigning distributed module labels, routing to sub-oncalls, and...
docstring
Used to write docstrings for PyTorch functions and methods following PyTorch conventions.
document-public-apis
Document undocumented public APIs in PyTorch by removing functions from coverage_ignore_functions and...
fix-issue
Used to fix bugs reported in PyTorch GitHub issues by reproducing, root-causing, and implementing a fix in the local...
metal-kernel
Used to write Metal/MPS kernels for PyTorch operators.
pr-review
Used to review PyTorch pull requests for code quality, test coverage, security, and backward compatibility.
skill-writer
Guide users through creating Agent Skills for Claude Code.