modularmodularOfficialยท4 Agent Skills Included

skills

Write Mojo code and deploy models on MAX

Writes modern Mojo code with correct syntax, GPU programming patterns, and Python interoperability. Imports Hugging Face models into MAX, then serves, debugs, benchmarks, profiles, and evaluates them end to end. Removes guesswork from model bring-up with step-by-step verification workflows and ready-to-run helper scripts.
npx skills add modular/skills --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Modular skills?โ–ผ

Run `npx skills add modular/skills --all -g -y` in your terminal to install every skill globally for your coding agent.

What can I do with the Modular skills?โ–ผ

You can write correct Mojo and GPU code, create new Mojo or MAX projects, and take a Hugging Face model through import, serving, debugging, benchmarking, profiling, and accuracy evaluation on MAX.

How do I serve a model on MAX?โ–ผ

The serve-model skill builds the right `max serve` command for your checkpoint, choosing flags like devices, quantization encoding, and max length from the model config instead of guessing.

Can it fix wrong model output on MAX?โ–ผ

Yes. The debug-model skill compares per-layer tensors between Hugging Face and MAX to localize silent corruption, while eval-model measures accuracy on benchmarks like GSM8K and MMLU.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. They follow the open Agent Skills standard, so any compatible coding agent can load and use them.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’