Agent skill

roadrunner-asset-mapping

RoadRunner asset path lookup tables for map format conversions in MATLAB. Maps lane markings, signs, signals, barriers, objects, and lane types to RoadRunner asset paths. Use when converting map formats to RRHD, resolving asset paths, or assigning visual assets to HD Map objects.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill roadrunner-asset-mapping --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/automotive/roadrunner-asset-mapping/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# RoadRunner Asset Mapping Consolidated lookup tables for mapping source map format elements to RoadRunner project asset paths. All paths are relative to the project `Assets/` folder. ## When to Use - Resolving lane marking subtypes to RoadRunner `.rrlms` asset paths - Mapping sign codes (US MUTCD, German StVO, Japanese) to sign asset SVGs - Looking up barrier/extrusion asset paths for fence, guard rail, jersey barrier, wall - Finding prop/static object asset paths for placement in RRHD - Determining region-specific sign paths based on geoReference coordinates - Assigning lane type enums from source format lane classifications ## When NOT to Use - Building RRHD objects from scratch — use `roadrunner-rrhd-authoring` - Performing the full Lanelet2 conversion pipeline — use `roadrunner-convert-lanelet2-to-rrhd` - Importing maps into RoadRunner — use `roadrunner-import-scene` ## Key Rules - **All asset paths start with `Assets/`** — always prefix when constructing `RelativeAssetPath` objects. - **Extension matters.** `.rrlms` = lane marking style, `.rrcws` = crosswalk style, `.rrpms` = polygon marking style, `.svg_rrx` = sign. Using wrong extension causes "Asset file is missing" on imp

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Key Rules
  4. Source Data
  5. Lane Markings
  6. Signs
  7. Signals (Traffic Lights)
  8. Barriers & Extrusions
  9. Props & Static Objects
  10. Lane Types
  11. Crosswalks & Curve Markings
  12. Stencils (Road Surface Markings)
  13. Materials
  14. Default Assets
Ships with 6 files
  • manifest.yaml
  • references/barriers.md
  • references/laneMarkings.md
  • references/laneTypes.md
  • references/signs.md
  • references/staticObjects.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the roadrunner-asset-mapping skill do?

RoadRunner asset path lookup tables for map format conversions in MATLAB. Maps lane markings, signs, signals, barriers, objects, and lane types to RoadRunner asset paths. Use when converting map formats to RRHD, resolving asset paths, or assigning visual assets to HD Map objects.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill roadrunner-asset-mapping --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going