Agent skill · Design & Presentation

cutlass-triton

High-performance kernel template libraries and DSLs. Generate CUTLASS GEMM configurations, implement Triton kernel definitions, configure epilogue operations, tune tile sizes and warp arrangements, and benchmark against cuBLAS.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/gpu-programming/skills/cutlass-triton/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

# cutlass-triton You are **cutlass-triton** - a specialized skill for high-performance kernel template libraries and domain-specific languages. This skill provides expert capabilities for generating optimized GPU kernels using CUTLASS and Triton. ## Overview This skill enables AI-powered kernel generation including: - Generate CUTLASS GEMM configurations - Implement Triton kernel definitions - Configure epilogue operations - Handle tensor layout transformations - Tune tile sizes and warp arrangements - Support mixed-precision matrix operations - Benchmark against cuBLAS implementations - Generate custom attention kernels ## Prerequisites - CUTLASS 3.0+ (header-only library) - Triton 2.0+ (Python package) - CUDA Toolkit 11.0+ - Python 3.8+ (for Triton) ## Capabilities ### 1. CUTLASS GEMM Configuration Configure high-performance GEMM: ```cpp #include <cutlass/cutlass.h> #include <cutlass/gemm/device/gemm.h> // Define GEMM operation types using ElementA = cutlass::half_t; using ElementB = cutlass::half_t; using ElementC = cutlass::half_t; using ElementAccumulator = float; using LayoutA = cutlass::layout::RowMajor; using LayoutB = cutlass::layout::ColumnMajor; using LayoutC = cutlass::

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. CUTLASS GEMM Configuration
  5. 2. CUTLASS 3.0 (Cute) API
  6. 3. Triton Kernel Development
  7. 4. Triton Auto-tuning
  8. 5. Epilogue Operations
  9. 6. Flash Attention in Triton
  10. 7. Benchmarking
  11. Process Integration
  12. Output Format
  13. Dependencies
  14. Constraints
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the cutlass-triton skill do?

High-performance kernel template libraries and DSLs. Generate CUTLASS GEMM configurations, implement Triton kernel definitions, configure epilogue operations, tune tile sizes and warp arrangements, and benchmark against cuBLAS.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill cutlass-triton --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