Open sourcing model bringup skill

We’ve just open sourced the import-model skill which we’ve used a lot for model bringup internally.

Quick installation

npx skills add modular/skills --skill import-model

then you can use it in Claude Code with /import-model JetBrains/Mellum2-12B-A2.5B-Thinking to MAX , Cursor @import-model or your favourite agentic tool referring to the skill. I highly recommend to use the Plan mode before execution so the agent runs the available scripts such as inspect / check-walls / list-archs, produces a donor choice + delta list + verification gates, then writes code.

Worked example GitHub - ehsanmok/mellum2-max: Agentic port of JetBrains/Mellum2-12B-A2.5B-Thinking to Modular's MAX · GitHub where I ported Mellum2-12B-A2.5B-Thinking to MAX with 7/7 top-1 token + 271/271 char greedy parity vs the HuggingFace implementation.

Stay tuned for more skills to come. Please let us know your feedback, comments or any issue.

3 Likes