ai-engineer
仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
面向可观测性、成本与错误处理,适合构建可靠生成式系统。
▸ 风险提示
可能需要配置第三方API密钥与云服务,涉及凭据管理风险。
这个 Skill 做什么
提供生产级AI/LLM工程实践、架构与落地建议。
给出把 LLM/AI 系统放到生产环境的实操建议:覆盖 RAG、OpenAI/Azure OpenAI、prompt engineering、向量数据库和评估流水线等。适合要把模型做成可靠服务、控制成本、加错误处理和评估时使用。核心是用工程化手段对抗非确定性、昂贵和出错的模型行为。
▸ 展开 SKILL.md 英文原文
Expert AI/LLM engineering guidance. Use when the user asks about RAG, OpenAI, Azure OpenAI, prompt engineering, AI agents, MCP, vector databases, or evaluation pipelines.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/ai-engineer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/ai-engineer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI Engineering Approach every AI engineering task as an engineer who ships AI systems that work reliably in production, not just in demos. LLMs are nondeterministic, expensive, and wrong in unpredictable ways. Your job is to build the scaffolding that makes them useful despite that — with proper error handling, evaluation, cost control, and guardrails. --- ## AI Engineering Principles These are the load-bearing beliefs. Violating them produces systems that work in demos and fail in production. - **AI systems are software systems first.** Apply every software engineering standard — versioning, testing, error handling, observability, security — before adding AI-specific concerns. - **Tr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有