cmjangcmjangCommunityยท1 Agent Skills Included

mjlab-skillkit

Migrate IsaacLab projects and author mjlab-native robotics tasks

Ports IsaacLab robotics environments into clean mjlab-native code while preserving reward, observation, and action behavior. Authors new mjlab tasks, sensors, terrains, RL configs, and mesh imports directly from bundled API references. Eliminates manual API lookup, compatibility shims, and trial-and-error migration with checklists, mappings, and gotcha guides.
npx skills add cmjang/mjlab-skillkit --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mjlab-skillkit?โ–ผ

Run `npx skills add cmjang/mjlab-skillkit --all -g -y` in your terminal to install the full skill kit globally.

How to migrate an IsaacLab project to mjlab?โ–ผ

The migration skill maps IsaacLab APIs, managers, sensors, and RL configs to mjlab equivalents while preserving task behavior. It enforces mjlab-native output with no compatibility shims and validates results with a built-in checklist.

Can I create new mjlab tasks from scratch?โ–ผ

Yes. The authoring skill guides creation of new tasks, EnvCfg scenes, sensors, terrain, and RL wiring using bundled mjlab API references and existing task examples.

Does mjlab-skillkit work with Claude Code and Cursor?โ–ผ

Yes. It ships adapters for Claude Code, Codex, Gemini CLI, Cursor, and OpenCode, so the same rules work across all major coding assistants.

Does it handle mesh and asset imports?โ–ผ

Yes. It includes dedicated guidelines for importing STL and OBJ meshes into mjlab tasks, separating visual meshes from collision geometry.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’