laurigates/mcu-tinkering-lab

sim

Run robocar physics simulation environment

First seen Apr 27, 2026

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

Browse all from 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 toolsBash(python:*), Bash(cd:*), Bash(uv:*), Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 776 B
  • docs SUMMARY.md 53 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Robocar Physics Simulation

Run the robocar physics simulation: $ARGUMENTS

Steps

  1. Navigate to simulation directory: packages/robocar/simulation/
  2. Check if virtual environment exists, create if needed using uv
  3. Install dependencies if needed: uv sync
  4. Run the simulation: uv run python src/main.py or the appropriate entry point

Additional Arguments

Pass any additional arguments to the simulation: $ARGUMENTS

For example:

  • --headless for headless mode
  • --record to record session
  • --scenario <name> to load specific scenario

Report any errors or missing dependencies clearly.