onboard-model

Orchestrate end-to-end LLM kernel onboarding into FlashInfer-Bench.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Rockyeast/flashinfer-trace-dev --skill onboard-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard-model
Source: https://github.com/Rockyeast/flashinfer-trace-dev/tree/main/.claude/skills/onboard-model
Command: npx skills add https://github.com/Rockyeast/flashinfer-trace-dev --skill onboard-model

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end onboarding of new LLM kernels into FlashInfer-Bench by coordinating model discovery, kernel definition generation, workload collection, and PR submission.

Core Features & Use Cases

  • End-to-end orchestration of model onboarding, kernel tracking, and repository updates across FlashInfer-Bench and related tools.
  • Automated generation of kernel definitions and workload collection pipelines, with optional PR submission workflows.
  • Real-world use: onboarding a new model with unknown kernels and ensuring kernels are defined, tested, and integrated into the benchmark suite.

Quick Start

Initiate onboarding of a target model with /onboard-model --discover or /onboard-model --model-name <model> to run the full pipeline.

Frequently Asked Questions about onboard-model

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

FAQPage Schema
How do I onboard new LLM kernels into FlashInfer-Bench?

To onboard new LLM kernels into FlashInfer-Bench, initiate the full pipeline via /onboard-model --discover or specify a target with /onboard-model --model-name. The process automates kernel discovery, definition generation, workload collection, and PR submission.

What does end-to-end model onboarding orchestration include?

End-to-end model onboarding orchestration coordinates model discovery, kernel definition generation, workload collection, and PR submission. It manages repository updates across tmp/ directories and tracks kernel availability and issues throughout the integration pipeline.

Can I automate kernel definition generation and workload collection?

Yes, you can automate kernel definition generation and workload collection pipelines. The orchestration generates definitions and collects workloads automatically, optionally proceeding to PR submission workflows for seamless integration into the benchmark suite.

Does the onboarding pipeline check for kernel availability and track issues?

Yes, the onboarding pipeline explicitly performs kernel availability checks and handles issue tracking. It coordinates multiple sub-skills to ensure new models with unknown kernels are defined, tested, and integrated into the benchmark suite.

What is the best way to integrate a new model with unknown kernels into a benchmark suite?

The best way to integrate a new model with unknown kernels is using an automated onboarding orchestration pipeline. It coordinates discovery, generates kernel definitions, collects workloads, and submits PRs to ensure complete integration into the benchmark suite.