技能 ai-ml
📦

ai-ml

安全

使用 Claude 構建 AI/ML 應用程式

此工作流程套件提供構建生產級 AI 應用程式的綜合指南,涵蓋從 LLM 整合到 RAG 系統和 AI 代理。它將多個專業技能協調為一個連貫的開發流程。

支援: Claude Codex Code(CC)
📊 71 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「ai-ml」。 Use @ai-product to design AI-powered features

預期結果:

這將觸發 ai-product 技能,引導您完成 AI 功能設計,包括使用案例定義、模型選擇和架構規劃。

正在使用「ai-ml」。 Use @rag-engineer to design RAG pipeline

預期結果:

rag-engineer 技能提供設計檢索增強生成管線的指導,包括資料管線設計、嵌入模型選擇和向量資料庫設置。

正在使用「ai-ml」。 Use @langgraph to create stateful AI workflows

預期結果:

LangGraph 整合技能幫助創建具有適當狀態管理和工作流程協調的複雜、有狀態 AI 工作流程。

安全審計

安全
v1 • 2/24/2026

Static analysis flagged 75 potential issues (external_commands, weak_crypto, system_reconnaissance) but all are false positives. The file is a markdown documentation bundle that orchestrates other skills via reference names in code blocks. No actual code execution, shell commands, or cryptographic operations exist. This is safe for publication.

1
已掃描檔案
254
分析行數
3
發現項
1
審計總數
中風險問題 (3)
False Positive: External Commands Detection
Static analyzer detected 'Ruby/shell backtick execution' at 64 locations (lines 32-252). These are markdown code fences (```) containing example prompts like 'Use @ai-product to design AI-powered features', NOT actual shell commands. The backtick syntax is markdown formatting for code blocks.
False Positive: Weak Cryptographic Algorithm
Static analyzer flagged 'weak cryptographic algorithm' at 11 locations (lines 3, 29, 40, 46, 50, 93, 103, 125, 142, 155). These are YAML frontmatter fields like 'risk: safe', 'domain: artificial-intelligence' - configuration metadata, not crypto algorithms.
False Positive: System Reconnaissance
Static analyzer flagged 'system reconnaissance' at line 90. Line 90 contains '- hybrid-search-implementation', a skill reference name in a list of related skills. This is not reconnaissance activity.
審計者: claude

品質評分

38
架構
100
可維護性
85
內容
50
社群
90
安全
83
規範符合性

你能建構什麼

構建 LLM 驅動的應用程式

遵循分階段工作流程,設計、整合和部署具有適當可觀察性的 LLM 驅動功能。

實作 RAG 系統

使用 RAG 實作階段設置向量資料庫、嵌入策略和檢索管線。

創建 AI 代理系統

使用自主代理模式、CrewAI 和 LangGraph 整合設計多代理架構。

試試這些提示

設計 AI 產品功能
Use @ai-product to design AI-powered features for my application. Follow the Phase 1 workflow.
構建 RAG 管線
Use @rag-engineer to design RAG pipeline, then @vector-database-engineer to set up vector search, and @embedding-strategies to select optimal embeddings.
創建多代理系統
Use @crewai to build role-based multi-agent system, then @langgraph to create stateful AI workflows.
設置 ML 管線
Use @ml-engineer to build machine learning pipeline and @mlops-engineer to set up MLOps infrastructure.

最佳實務

  • 按順序遵循工作流程階段以進行全面的 AI 開發
  • 使用檢查清單項目確保所有關鍵組件都得到處理
  • 調用專業技能以獲得各個領域的深度專業知識
  • 在將 AI 功能部署到生產環境之前應用品質閘道

避免

  • 跳過工作流程階段 - 每個階段都建立在前一個工作的基礎上
  • 忽略可觀察性階段 - AI 系統需要監控
  • 不遵循安全實踐 - AI 功能需要輸入驗證和速率限制
  • 跳過品質閘道 - AI 功能在部署前需要徹底測試

常見問題

什麼是 AI/ML 工作流程套件?
這是一個綜合性的工作流程指南,將多個 AI/ML 技能協調為 7 個階段:AI 應用程式設計、LLM 整合、RAG 實作、AI 代理開發、ML 管線開發、AI 可觀察性和 AI 安全性。
我需要安裝其他技能嗎?
是的,此工作流程引用許多其他技能,如 ai-product、rag-engineer、crewai、langgraph 和 ml-engineer。這些技能必須可用才能使提示生效。
我可以跳過工作流程階段嗎?
雖然您可以根據需求調整工作流程,但跳過階段可能導致實作不完整。這些階段設計為相互依賴。
這支援哪些工具?
此工作流程支援 Claude、Codex 和 Claude Code。技能引用在這些 AI 編碼助手中都適用。
這包含可執行程式碼嗎?
不,這是一個 markdown 格式的工作流程協調指南。它提供提示和檢查清單,而非實際的實作程式碼。
我該如何開始?
從第 1 階段開始:AI 應用程式設計。在進入實作階段之前,定義您的使用案例、選擇適當的模型並設計系統架構。

開發者詳情

檔案結構

📄 SKILL.md