Agent skill · Testing & QA

matlab-ncap-testing

Generate Euro NCAP test scenarios and variants using the ADT Euro NCAP support package. Use when creating NCAP seed scenarios, generating variants, translating between drivingScenario and RoadRunner, plotting scenario descriptors, computing NCAP scores, or exporting reports. Triggers on: ncapScenario, euroAssessment, getScenario, getScenarioDescriptor, generateVariants, ScenarioDescriptor, ScenarioDescriptorPlot, ncapScore, ncapReport, exportReport, configureVUT, assessmentTable, Euro NCAP, CCRs, CCRm, CCRb, CCFtap, CCCscp, CPNA, CPFA, CBNA, variant generation.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-ncap-testing --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/automotive/matlab-ncap-testing/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

# Generate Euro NCAP Variants Create Euro NCAP seed scenarios, generate variants, translate between simulators, plot descriptors, and compute scores using the ADT Euro NCAP support package APIs. ## When to Use - Creating Euro NCAP seed scenarios (any protocol year) - Generating scenario variants from seeds - Translating scenarios between drivingScenario and RoadRunner via descriptors - Plotting scenario descriptors (single or multi-descriptor grids) - Computing NCAP scores and generating/exporting reports - Any workflow mentioning Euro NCAP test names (CCRs, CCFtap, CCCscp, CPNA, etc.) ## When NOT to Use - Building custom drivingScenario from scratch (roads, lanes, actors) — use drivingScenario core APIs directly - RoadRunner scene/project management (creating projects, importing assets) — use RoadRunner scene APIs - Custom `variationProperties` for non-NCAP scenarios - Simulink co-simulation or AEB test bench setup ## Decision Tree: Which API Path? ``` User wants Euro NCAP scenarios? │ ├─ Protocol year 2023 (or unspecified)? │ └─ Use standalone: ncapScenario("SA AEB CCFtap") │ - Test names use prefix: "SA AEB", "SA LSS", "VRU AEB", "VRU LSS" │ - Supports ShowProgress name-value │

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Decision Tree: Which API Path?
  4. Key Functions
  5. Pattern: Seed-Only Generation
  6. Pattern: All Variants Generation
  7. Pattern: ShowProgress
  8. Pattern: DSD ↔ RoadRunner Translation
  9. Pattern: ScenarioDescriptorPlot
  10. Configure options
  11. Single or small array (≤20 descriptors)
  12. Large array (>20 descriptors)
  13. Play/seek for animation
  14. Pattern: 2026 Full Pipeline (Score + Report)
Ships with 3 files
  • manifest.yaml
  • references/export-options.md
  • references/ncap-test-names.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-ncap-testing skill do?

Generate Euro NCAP test scenarios and variants using the ADT Euro NCAP support package. Use when creating NCAP seed scenarios, generating variants, translating between drivingScenario and RoadRunner, plotting scenario descriptors, computing NCAP scores, or exporting reports. Triggers on: ncapScenario, euroAssessment, getScenario, getScenarioDescriptor, generateVariants, ScenarioDescriptor, ScenarioDescriptorPlot, ncapScore, ncapReport, exportReport, configureVUT, assessmentTable, Euro NCAP, CCRs, CCRm, CCRb, CCFtap, CCCscp, CPNA, CPFA, CBNA, variant generation.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-ncap-testing --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