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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 │
- When to Use
- When NOT to Use
- Decision Tree: Which API Path?
- Key Functions
- Pattern: Seed-Only Generation
- Pattern: All Variants Generation
- Pattern: ShowProgress
- Pattern: DSD ↔ RoadRunner Translation
- Pattern: ScenarioDescriptorPlot
- Configure options
- Single or small array (≤20 descriptors)
- Large array (>20 descriptors)
- Play/seek for animation
- Pattern: 2026 Full Pipeline (Score + Report)
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.
