track-models

Identify new open-source LLMs and update FlashInfer-Bench coverage documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the tracking of popular or newly released open-source LLMs and updates the documentation that records kernel coverage status for FlashInfer-Bench. It helps teams quickly identify untracked models, validate coverage, and refresh model coverage documentation.

Core Features & Use Cases

  • Discover new open-source LLMs and determine their kernel coverage status.
  • Refresh coverage status for already-tracked models.
  • Update docs/model_coverage.mdx with a concise summary and detailed per-kernel status.
  • Validate model coverage as new definitions or kernels are added.

Quick Start

Run /track-models --discover to find new models and then /track-models --refresh-status to update their coverage.

Frequently Asked Questions about track-models

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

FAQPage Schema
How do I track new open-source LLMs and update kernel coverage docs?

You can track new open-source LLMs and update kernel coverage docs by running the discovery command to identify untracked models, then refreshing the status to update FlashInfer-Bench documentation with per-kernel details.

What is the best way to validate if an LLM's kernels are already covered in documentation?

To validate kernel coverage, the skill scans model definitions and uses frontmatter metadata to check whether a model's kernels are already covered, then updates the model coverage documentation accordingly.

Can I use this to discover newly released open-source LLMs automatically?

Yes, you can discover newly released open-source LLMs automatically by running the discovery command, which identifies new models and determines their current kernel coverage status for tracking.

How do I refresh coverage status for already-tracked models?

You refresh coverage status for already-tracked models by running the status update command, which scans existing definitions and updates the docs with a concise summary and detailed per-kernel status.

Does this skill require any specific dependencies to update model coverage?

No specific dependencies are required to update model coverage, as the skill operates standalone using frontmatter metadata and definition scanning to validate and refresh the documentation.

What format does the updated model coverage documentation use?

The updated model coverage documentation uses the mdx format, specifically updating the docs/model_coverage.mdx file with a concise summary and detailed per-kernel status for tracked LLMs.