Skip to main content

Modular AI skills

Modular's official AI agent skills help AI coding agents work more effectively with your Mojo projects. Use skills to generate more accurate code, produce better answers, and learn Mojo with up-to-date content.

Skills provide context about Mojo syntax and common development patterns, including Python interop and GPU fundamentals. They also support recommended workflows for working with Mojo. The skills follow the Agent Skills Standard.

Without this context, AI coding agents may produce suggestions that don't match current Mojo conventions. Modular AI skills provide guidance that helps agents generate more accurate Mojo code for your projects.

Installation

With Node.js installed, add the Modular AI skills with npx:

npx skills add modular/skills

You can also install individual skills in isolation:

npx skills add modular/skills --skill mojo-syntax

To update:

npx skills update

Follow the instructions from your AI tooling to apply the skills.

Was this page helpful?