You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152 installable Claude skills covering automotive safety, cybersecurity, quality, communication, diagnostics, AUTOSAR, calibration, MBSE, SysML, and V&V
Every artifact-producing skill is paired with a confirmation reviewer. Reviewer outputs include a visual dashboard with KPI tiles, charts, and findings tables.
A curated set of 76 builder skills + 76 matching confirmation reviewer skills that automate the structured xlsx deliverables required across the automotive engineering lifecycle:
Each skill is an installable .skill file. The chain is the moat — every downstream skill consumes the upstream skill's xlsx output as a stable file-format contract.
Quickstart
Download the skill you need from skills/ (or the full bundle from Releases)
Click "Save skill" in Cowork / Claude Desktop to install
Trigger by phrasing — every skill declares its triggering description in its frontmatter
# Example: install the HARA builder, then ask Claude"Build a HARA for a new ECU project — Electronic Stability Control"
The chain
Item Definition → Safety Plan → DIA
↓
HARA → FSC → TSC
↓ ↓
HW Lane SW Lane
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
HW-SR Arch HSI FMEDA SW-SR Arch FMEA HSI
↓ ↓
Safety Case (capstone)
Parallel chains:
TARA → CS Goals → CS Concept → CS Architecture → IR Plan + Secure Coding (ISO/SAE 21434)
SOTIF Analysis → Triggering Conditions → Validation Strategy (ISO 21448)
APQP Plan → DFMEA → PFMEA → Control Plan → PPAP Package (IATF 16949)
ASPICE Assessment → Gap Analysis → Improvement Plan → Process Evidence (ASPICE PAM)
Every box above has a builder skill AND a matching reviewer skill.
Skills
Foundation (3 builder/reviewer pairs)
Skill
Standard
item-definition-builder + reviewer
ISO 26262-3 §5
safety-plan-builder + reviewer
ISO 26262-2 §6
dia-builder + reviewer
ISO 26262-8 §5
ISO 26262 Concept Phase (3 pairs)
Skill
What it produces
hara-builder + reviewer
Hazard Analysis with 14 malfunction guide words and Cartesian (function × malfunction × environment)
fsc-builder + reviewer
FTA per safety goal with visual fault tree rendering, FSR derivation, ASIL decomposition
tsc-builder + reviewer
HW-TSR/SW-TSR with safety mechanisms, HSI scaffold, system FMEA, DFA, draw.io architecture diagram
ISO 26262 HW Lane (4 pairs, Part 5)
Skill
What it produces
hw-safety-reqs-builder + reviewer
HW Safety Requirements derived from HW-TSRs
hw-architecture-builder + reviewer
Refined HW architecture (PCB / IC / package) with safety mechanism allocation
hsi-builder + reviewer
Contract-grade HW-SW Interface with C header generation
fmeda-builder + reviewer
Formula-driven SPFM/LFM/PMHF with auto-verification against per-ASIL targets
ISO 26262 SW Lane (4 pairs, Part 6)
Skill
What it produces
sw-arch-builder + reviewer
SW architecture with RTOS, scheduling, MPU partitioning, MISRA targets
sw-sr-builder + reviewer
SW Safety Requirements with verification methods per ASIL
sw-fmea-builder + reviewer
Software FMEA with qualitative residual risk per ASIL threshold
sw-hsis-builder + reviewer
SW-side HSI with handler functions and C header
ISO 26262 Capstone
Skill
What it produces
safety-case-builder + reviewer
GSN-style argument pulling evidence from all upstream artifacts
ISO/SAE 21434 Cybersecurity (6 pairs, UN R155 mandated)
Skill
What it produces
tara-builder + reviewer
Threat Analysis with STRIDE coverage and Risk Value lookup
Lessons learned register per ISO 26262-2 §5 / IATF 16949
Standards covered
ISO 26262:2018 · ISO/SAE 21434:2021 · ISO 21448:2022 · IATF 16949:2016 · AIAG APQP 2nd edition · AIAG-VDA FMEA Handbook 2019 · AIAG PPAP 4th edition · AIAG MSA 4th edition · AIAG SPC 2nd edition · AIAG Control Plan · ASPICE PAM 3.1 / 4.0 · UN R155 · UN R156 · CERT C Secure Coding · MISRA C:2012 + Amendment 1 · AUTOSAR C++14 · AUTOSAR Classic R22-11 · AUTOSAR Adaptive R22-11 · ISO 14229-1 (UDS) · SAE J2012 (DTCs) · ISO 22901-1 (ODX) · ISO 11898 (CAN) · ISO 17987 (LIN) · ISO 17458 (FlexRay) · IEEE 100BASE-T1 / 1000BASE-T1 · ASAM MCD-2 MC (A2L) · OMG SysML 1.6 / 2.0 · INCOSE Systems Engineering Handbook · IEEE 1012 (V&V)
Why
Every automotive program ships an avalanche of structured deliverables. Most teams maintain them in xlsx, painstakingly hand-edited, with low audit-trail consistency and high re-keying overhead between phases. This suite turns each phase into a builder + reviewer pair where:
The builder produces the structured xlsx output from a JSON input plus the upstream artifact
The reviewer runs a confirmation-measures checklist on the builder's output and produces a visual dashboard with KPIs, charts, and findings
The chain compounds because phases hand off via stable xlsx contracts. A change upstream (HARA) automatically propagates to every downstream skill that consumes it (FSC → TSC → FMEDA → Safety Case).
Common patterns across the suite
All builder outputs use a consistent NAVY/Calibri styling palette with ASIL/CAL color coding
All reviewer outputs include visual dashboards (KPI tiles, pie chart, compliance bar, stacked rating breakdown by section, findings table)
Many reviewers auto-verify quantitative thresholds:
FMEDA: SPFM / LFM / PMHF vs ASIL target
PPAP: Cpk vs threshold (1.33 standard, 1.67 special characteristics)
SW FMEA: residual risk vs ASIL threshold
MSA: Gauge R&R % vs AIAG threshold
SPC: Cpk vs target
Reviewers never modify source artifacts — gaps land in Recommended Actions
Every builder is paired with a reviewer for confirmation-measures compliance
Each .skill file in skills/ is independently installable. Skills declare triggering descriptions in their frontmatter, so the agent picks them up based on user phrasing (e.g., "build me a HARA" triggers hara-builder).
License
MIT — see LICENSE file.
Built with Claude. Designed for automotive safety, cybersecurity, and quality engineers shipping real programs.
About
100+ installable Claude skills covering Engineering areas such as, ISO 26262 functional safety, ISO/SAE 21434 cybersecurity, ISO 21448 SOTIF, AIAG-VDA quality (APQP/PPAP/FMEA), Automotive SPICE, and continuous improvement tools — every builder paired with a confirmation reviewer.