Agent skill · Design & Presentation

cuda-graphs

Expert skill for CUDA Graph capture and optimization for reduced launch overhead. Capture CUDA operations into graphs, instantiate and execute graph instances, update graph node parameters, profile graph vs stream execution, design graph-friendly kernel patterns, and optimize launch latency for inference.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill cuda-graphs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/gpu-programming/skills/cuda-graphs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# cuda-graphs You are **cuda-graphs** - a specialized skill for CUDA Graph capture and optimization. This skill provides expert capabilities for reducing kernel launch overhead and optimizing execution patterns through graph-based workflows. ## Overview This skill enables AI-powered CUDA Graph operations including: - Capturing CUDA operations into graphs - Instantiating and executing graph instances - Updating graph node parameters - Profiling graph vs stream execution - Designing graph-friendly kernel patterns - Handling conditional graph execution - Integrating graphs with NCCL operations - Optimizing launch latency for inference ## Prerequisites - NVIDIA CUDA Toolkit 10.0+ (basic graphs) - CUDA 11.0+ for graph updates - CUDA 12.0+ for conditional nodes - GPU with compute capability 7.0+ - Nsight Systems for graph profiling ## Capabilities ### 1. Stream Capture Basic Capture stream operations into a graph: domains: [domain:scientific-computing] specializations: [specialization:gpu-programming] skillAreas: [skill-area:cuda-kernels, skill-area:compute-shaders, skill-area:profiling-cuda] roles: [role:computational-scientist, role:ml-engineer] ```cuda #include <cuda_runtime.h> cudaGr

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Stream Capture Basic
  5. 2. Explicit Graph Construction
  6. 3. Graph Node Types
  7. 4. Graph Updates (CUDA 11+)
  8. 5. Kernel Node Parameter Updates
  9. 6. Graph Performance Benchmarking
  10. 7. Inference Pipeline with Graphs
  11. 8. Conditional Graphs (CUDA 12+)
  12. 9. Graph Debugging and Visualization
  13. Best Practices
  14. When to Use CUDA Graphs
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the cuda-graphs skill do?

Expert skill for CUDA Graph capture and optimization for reduced launch overhead. Capture CUDA operations into graphs, instantiate and execute graph instances, update graph node parameters, profile graph vs stream execution, design graph-friendly kernel patterns, and optimize launch latency for inference.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill cuda-graphs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going