skills
Write Mojo code and deploy models on MAX
All Skills in This Repository (4)
Pure Emerald Level Indicatorsmojo-syntax
Correct Mojo code to enforce modern syntax and conventions.
mojo-python-interop
Convert Python objects and Mojo types across language boundaries.
new-modular-project
Initialize Mojo or MAX projects with Pixi or uv and nightly or stable releases.
mojo-gpu-fundamentals
Guide Mojo GPU programming with LayoutTensor and correct kernel syntax.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core