@skills · Owner
Agent skills by modular
12 skills indexed from github.com/modular. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- benchmark-model · Skill · 123 stars
Benchmark a model served on MAX with the `max benchmark` command: measure throughput (tokens/sec), latency (TTFT, TPOT, inter-token latency), and GPU utili
- debug-model · Skill · 123 stars
Debug silent corruption when a MAX model loads, compiles, serves, and generates tokens but output disagrees with a reference implementation. Use whenever p
- eval-model · Skill · 123 stars
Measures the task accuracy of text models served by MAX using standard benchmarks such as GSM8K, MMLU, HellaSwag, ARC, AIME, GPQA, TruthfulQA, WinoGrande,
- import-model · Skill · 123 stars
Use when importing a new model architecture into MAX from a Hugging Face model ID. Triggers on: "import a model into MAX", "add model to MAX", "bring up <H
- mojo-gpu-fundamentals · Skill · 123 stars
The basics of how to program GPUs using Mojo. Use this skill in addition to mojo-syntax when writing Mojo code that targets GPUs or other accelerators. Use
- mojo-python-interop · Skill · 123 stars
Aids in writing Mojo code that interoperates with Python using current syntax and conventions. Use this skill in addition to mojo-syntax when writing Mojo
- mojo-syntax · Skill · 123 stars
Help to write Mojo code using current syntax and conventions. Always use this skill when writing any Mojo code, including when other Mojo-specific skills (
- new-modular-project · Skill · 123 stars
Creates a new Mojo or MAX project. Use when wanting to start a new Mojo or MAX project, initializing the `pixi` or `uv` environment to use Mojo or MAX, or
- profile-model · Skill · 123 stars
Profile a model running on MAX to find where it spends time and whether the GPU is saturated. Use when the user asks to "profile my model," "where is my mo
- serve-model · Skill · 123 stars
Serve a model with MAX's `max serve` command: set up the environment (pixi or uv with the max-nightly conda channel / nightly wheel index), point the serve
- skills · Collection · 123 stars
- closure_migration · Skill
Migrates Mojo code off legacy parametric closures (`capturing[_]`, `@__parameter` / `@parameter`, `api[fn](args)`) onto value-taking unified closures (`api