new-kernel-checklist

Validate GPU kernel additions in vibeSpatial across coding, testing, compilation, and documentation.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/jarmak-personal/vibeSpatial --skill new-kernel-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-kernel-checklist
Source: https://github.com/jarmak-personal/vibeSpatial/tree/main/.agents/skills/new-kernel-checklist
Command: npx skills add https://github.com/jarmak-personal/vibeSpatial --skill new-kernel-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers adding new GPU kernels or dispatch operations often overlook critical steps, risking incomplete implementation or deployment issues.

Core Features & Use Cases

  • Comprehensive Checklist: Guides users through classification, source coding, compilation, testing, and documentation steps for GPU kernels.
  • Workflow Validation: Ensures all required tasks, from source templating to warmup registration, are completed systematically.
  • Use Case: A developer implementing a new CUDA kernel uses this guide to verify that all build, test, and deployment steps are properly performed before integration.

Quick Start

Use the new-kernel-checklist skill to verify every step involved in implementing and deploying a new GPU kernel for vibeSpatial.

Frequently Asked Questions about new-kernel-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What steps are required when adding a new GPU kernel?

Adding a new GPU kernel requires completing classification, source coding, compilation, testing, and documentation steps. Structured validation ensures all required tasks, from source templating to warmup registration, are completed systematically to prevent overlooked deployment steps.

How do I verify a CUDA kernel is ready for production deployment?

To verify a CUDA kernel is production-ready, validate its classification, source coding, compilation, testing, and documentation. Using a structured checklist ensures all build, test, and deployment steps are properly performed before integration, preventing overlooked errors and incomplete implementations.

Does this GPU kernel validation checklist work for vibeSpatial dispatch operations?

Yes, this GPU kernel validation checklist is designed specifically for vibeSpatial. It facilitates structured validation for GPU kernel additions and dispatch operations within vibeSpatial, covering all required tasks to ensure production-ready implementations.

What is the best way to avoid overlooking steps when implementing a new CUDA kernel?

The best way to avoid overlooking steps when implementing a new CUDA kernel is to follow a comprehensive checklist. It guides you systematically through classification, source templating, warmup registration, coding, compilation, testing, and documentation to prevent errors.

Why does my new GPU kernel deployment fail during integration?

New GPU kernel deployments often fail due to overlooked critical steps like missing warmup registration or incomplete compilation. Using a structured validation checklist ensures all coding, testing, and documentation tasks are completed systematically before integration, preventing deployment issues.