Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding...
find ~/pytorch/ -name "*.skill"
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating...
Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal...
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or...
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new...