agentsclimarketplace

Skill

Skill MBCustoms/scs-modding-wiki-skill/skill

Use when working on ETS2 or ATS mods, asking about SCS unit file formats (.sii, .sui), Blender Tools export/import, Map Editor, Workshop Uploader, sound modding, truck accessories, trailers, cargo, game configuration variables, console commands, or any question about official SCS Software modding documentation.From its SKILL.md

Install
npx -y skills add MBCustoms/scs-modding-wiki-skill --skill skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.7 KB, 599 tokens by cl100k_base, as published. Nobody here has run it

SCS Modding Wiki Expert

Overview

Complete official documentation from the SCS Modding Wiki (modding.scssoft.com), covering all ETS2 and ATS modding systems. 162 pages across two branches: Engine (config, console, formats, sound, units, SDK) and Tools (Blender Tools, Map Editor, Workshop Uploader, archive tools).

How to Answer Modding Questions

  1. Search index.json — find relevant pages by title keywords or category
  2. Read matching files from docs/ — load only what the query needs
  3. Cite source URL for every answer — use the url field from index.json
  4. Cross-reference — if index.json shows related pages, mention them
  5. Flag deprecated patterns — call out outdated approaches explicitly

Categories

CategoryPathDescription
enginedocs/engine/Config, console, formats, game data, mod manager
engine_configdocs/engine/config_variables/, docs/engine/configuration_variables/All engine cvars
engine_sounddocs/engine/sound/Sound system, mixer, truck audio modding
engine_unitsdocs/engine/units/Unit definition formats for all accessories/cargo/trailers
engine_sdkdocs/engine/sdk/Telemetry SDK
toolsdocs/tools/Archive tools, dedicated server, font generator
tools_blenderdocs/tools/scs_blender_tools/SCS Blender Tools — export, materials, animations, locators
tools_map_editordocs/tools/map_editor/Map Editor features and shortcuts
tools_workshopdocs/tools/scs_workshop_uploader/Workshop Uploader validation, structure, errors

Quick Lookup Examples

  • "How do I define a truck engine?" → search index for accessory_engine_data, read docs/engine/units/accessory_engine_data.md
  • "What shaders does Blender Tools support?" → docs/tools/scs_blender_tools/supported_shaders.md
  • "Workshop upload validation error" → docs/tools/scs_workshop_uploader/validation_errors_and_solutions_for_them.md
  • "Truck sound modding" → docs/engine/sound/modding.md, docs/engine/sound/truckengine.md
  • "Trailer unit format" → docs/engine/units/trailer_def.md, docs/engine/units/trailer.md
  • "Map Editor shortcuts" → docs/tools/map_editor/shortcuts.md
  • "Game archive extraction" → docs/tools/game_archive_extractor.md
  • "Config variable g_trans" → docs/engine/configuration_variables/g_trans.md

What ships with it: 166 files

700.5 KB alongside SKILL.md

docs/

126 more files not listed here. See all 166 in the repository.

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.