npx skills add duneanalytics/skills --skill sim
laurigates/mcu-tinkering-lab
sim
Run robocar physics simulation environment
Installation
$
npx skills add laurigates/mcu-tinkering-lab --skill sim
Also in this package
Other skills from laurigates/mcu-tinkering-lab · top by installs.
npx skills add laurigates/mcu-tinkering-lab
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude Code
Not declared
Cursor
Not declared
Codex
Not declared
GitHub Copilot
Not declared
Windsurf
Not declared
Gemini CLI
Not declared
Cline
Not declared
OpenCode
Not declared
Also listed on
Alternate registries and mirrors of this skill.
Repository health
Stars
7
License
LICENSE
Default branch
main
Open issues
38
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Allowed tools
Bash(python:*), Bash(cd:*), Bash(uv:*), ReadPackage contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md776 B -
docs
SUMMARY.md53 B
History
- First seen on skills.sh
- First recorded snapshot · 12 installs
SKILL.md
Robocar Physics Simulation
Run the robocar physics simulation: $ARGUMENTS
Steps
- Navigate to simulation directory:
packages/robocar/simulation/ - Check if virtual environment exists, create if needed using
uv - Install dependencies if needed:
uv sync - Run the simulation:
uv run python src/main.pyor the appropriate entry point
Additional Arguments
Pass any additional arguments to the simulation: $ARGUMENTS
For example:
--headlessfor headless mode--recordto record session--scenario <name>to load specific scenario
Report any errors or missing dependencies clearly.