/ 目錄 / 演練場 / Automotive Skills Suite
● 社群 jherrodthomas ⚡ 即開即用

Automotive Skills Suite

作者 jherrodthomas · jherrodthomas/automotive-skills-suite

涵蓋 ISO 26262、AUTOSAR、ASPICE、MISRA 的 100+ skills——賦予 Claude 汽車工程所用的詞彙和規則集。

面向使用 Claude 進行程式碼審查、需求工作和稽核的汽車工程師。每個 skill 編碼了特定的標準或領域模式。安裝套件後,在提示中提及標準名稱,對應 skill 即自動啟動。

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "automotive-skills-suite": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jherrodthomas/automotive-skills-suite"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "automotive-skills-suite": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jherrodthomas/automotive-skills-suite"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "automotive-skills-suite": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jherrodthomas/automotive-skills-suite"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "automotive-skills-suite": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jherrodthomas/automotive-skills-suite"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "automotive-skills-suite",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jherrodthomas/automotive-skills-suite"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "automotive-skills-suite": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/jherrodthomas/automotive-skills-suite"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add automotive-skills-suite -- git clone https://github.com/jherrodthomas/automotive-skills-suite

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: Automotive Skills Suite

執行 MISRA 感知的程式碼審查

👤 Claude Code 使用者 ⏱ ~15 min intermediate

何時使用: 你開發安全關鍵 C 程式碼,希望先對 MISRA 做一次初步檢查。

步驟
  1. 啟動
    在提示中提及 MISRA;skill 載入。✓ 已複製
    → Skill 啟動
  2. 審查
    貼上差異;Claude 依規則號碼標記違規。✓ 已複製
    → 附標注的差異

結果: 正式工具執行前的 MISRA 感知審查回饋。

組合

與其他 MCP 搭配,撬動十倍槓桿

automotive-skills-suite + github

在每個 PR 差異上執行 MISRA 感知審查

結合 automotive-skills-suite 與 github:在每個 PR 差異上執行 MISRA 感知審查✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
multi-skill (詳見文件) 依標準/領域觸發 1 次呼叫

成本與限制

運行它的成本

API 配額
不適用
每次呼叫 Token 數
Skills 中等大小
費用
免費
提示
固定你需要的特定 skills——完整套件很大

安全

權限、密鑰、影響範圍

憑證儲存:
資料出站:

故障排查

常見錯誤與修復

觸發了錯誤的 skill

在提示中對標準名稱更加具體

替代方案

Automotive Skills Suite 對比其他方案

替代方案何時用它替代權衡
手工提示單一專案無標準覆蓋

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills