New to Claude Skills? Learn how to install them →

Performance Tuning skills

Free agent skills tagged performance tuning, ready to install into any SKILL.md-compatible agent.

Customize Clocks

nvidia

Control CPU, GPU, and EMC clock settings for Jetson devices.

Developer Toolsintermediate2.8k repo
C

CuTile Autotuning

nvidia

Optimize CuTile kernels with automated tuning techniques.

Developer ToolsintermediatePython2.8k repo

DeepStream Profiling

nvidia

Efficiently profile and tune DeepStream pipelines.

Developer ToolsintermediatePython · Shell2.8k repo

CUDA Graphs

nvidia

Optimize GPU performance with CUDA graph capture.

Developer ToolsintermediatePython · Shell2.8k repo
O

Omniverse USD Performance Tuning

nvidia

Optimize USD performance for better loading and rendering.

Developer ToolsintermediatePython · Shell2.8k repo
C

cuTile Kernel Performance Optimization

nvidia

Optimize cuTile kernel performance iteratively and systematically.

Developer ToolsintermediateShell2.8k repo

Spark Engineer

jeffallan

Optimize and debug your Spark applications effectively.

Developer Toolsintermediate11k repo

PostgreSQL Pro

jeffallan

Optimize your PostgreSQL database performance effectively.

Developer Toolsintermediate11k repo

Qdrant Memory Optimization

github

Diagnose and reduce Qdrant memory usage effectively.

Developer Toolsintermediate37.7k repo

Qdrant Search Optimization

github

Diagnose and fix slow Qdrant search performance.

Developer Toolsintermediate37.7k repo

DOCA Flow Tune

nvidia

Optimize and analyze your DOCA Flow pipelines effectively.

Developer Toolsintermediate2.8k repo
L

Langfuse Infra Scaling

langfuse

Optimize Langfuse autoscaling for cost and performance.

Developer ToolsintermediateShell32.8k repo

Qdrant Scaling QPS

github

Optimize Qdrant for higher query throughput.

Developer Toolsintermediate37.7k repo
A

Autonomous Optimization

danielmiessler

Streamline your performance tuning with automated feedback loops.

Developer ToolsintermediateNode18k repo
S

SPARC Refinement Agent

ruvnet

Enhance code quality through iterative refinement.

Developer ToolsintermediateShell67.6k repo
O

Optimizing ClickHouse and HogQL Queries

posthog

Streamline your ClickHouse and HogQL query performance.

Developer Toolsintermediate37.6k repo

Supabase Postgres Best Practices

davila7

Optimize your Postgres database performance with proven guidelines.

Developer Toolsintermediate30.2k repo

SQL Pro

davila7

Master advanced SQL techniques for cloud-native databases.

Developer Toolsadvanced30.2k repo

Supabase Postgres Best Practices

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.

M

MoE Hardware Configurations

Representative MoE training playbooks by hardware platform and model family. Summarizes rounded throughput bands, parallelism patterns, and common tuning stacks.

Three.js

Use when building or debugging interactive 3D scenes on the web with Three.js (scene/camera/renderer, lights/materials, GLTF loading, controls, performance). Helpful for designers shipping 3D UI moments.

GPU Optimization for Python

GPU-accelerates scientific Python on NVIDIA hardware and verifies that the result is correct and faster. Use for CUDA/GPU optimization; CPU-bound NumPy, SciPy, pandas, scikit-learn, NetworkX, scikit-image, vector-search, image-processing, graph, simulation, or file-I/O workloads; CuPy, cuDF, cuML, cuGraph, cuVS, cuCIM, KvikIO, Warp, Newton, Numba-CUDA, or RAFT questions; and profiling, memory-transfer, kernel, or multi-GPU bottlenecks. Also use when large data-parallel Python code is slow and GPU acceleration is a plausible option, even if the user does not name CUDA.

Senior Backend

Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.