Python development principles and decision-making. Framework selection, async patterns, type hints, project...

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating...

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting...

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI....

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding...

Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific...

Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented...

Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations....

Design pricing, packaging, and monetization strategies based on value, customer willingness to pay, and growth objectives.

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1)...

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns,...