mjlab-skillkit
AI coding skill kit for IsaacLab migration and mjlab-native development
File Explorer
- README.md
- mjlab-skillkit.mdc
- README.md
- README.md
- openai.yaml
- checklist.md
- complex-task-migration-playbook.md
- docs-interface-diff.md
- mapping.md
- migration-gotchas.md
- migration-rules.md
- mjlab-api-actuator.md
- mjlab-api-entity.md
- mjlab-api-envs.md
- mjlab-api-index.md
- mjlab-api-managers.md
- mjlab-api-pack.md
- mjlab-api-rl.md
- mjlab-api-scene.md
- mjlab-api-sensor.md
- mjlab-api-sim.md
- mjlab-api-tasks.md
- mjlab-api-terrains.md
- mjlab-api-viewer.md
- mjlab-authoring-recipes.md
- mjlab-authoring-workflow.md
- mjlab-mdp-builtins.md
- mjlab-mesh-import-guidelines.md
- official-migrating-from-isaaclab.md
- patterns.md
- tracking-case-study.md
- install.sh
- package.sh
- mjlab-skillkit-rules.md
- .gitignore
- LICENSE
- README.md
- SKILL.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
gemini
View Details ▼
gemini
Launch an interactive prompt with Gemini AI.
gemini
Start a REPL session to chat interactively:
{{echo "Summarize the history of Rome"}} | gemini {{[-p|--prompt]}} -
Send the output of another command to Gemini and exit immediately:
gemini {{[-m|--model]}} {{model_name}}
Use a specific model (default: auto-gemini-3):
opencode
View Details ▼
opencode
An AI coding agent.
Some subcommands such as `auth`, `models`, `web`, etc. have their own usage documentation.
opencode
Start the interactive TUI:
opencode {{[-c|--continue]}}
Continue the most recent session:
opencode run "{{message}}"
Run opencode in non-interactive mode by passing a prompt directly:
copy
View Details ▼
copy
Copy files.
COPY {{path/to/source_file}} {{path/to/destination_file}}
Copy a file:
# Project Badges
-
License: MIT Visit
