---
name: resources-cookbooks-skills
description: 官方 Cookbook 与 Skill/MCP 生态资源：四大模型厂配方库、提示工程教程、Skills 规范与目录。找官方代码配方或 Skill 生态资料时用。
tags: [resources, cookbook, skills, mcp]
category: resources
---


# 官方 Cookbook 与 Skill 生态

## 四大模型厂官方配方库

- [OpenAI Cookbook](https://github.com/openai/openai-cookbook) — 覆盖最广：Embeddings、Evals、结构化输出、检索、工具调用
- [Anthropic Claude Cookbooks](https://github.com/anthropics/claude-cookbooks) — 与 FDE 交付物对齐度最高：Tool use、RAG、Sub-agents、Evals
- [Google Gemini API Cookbook](https://github.com/google-gemini/cookbook) — 多模态 Prompt、Function Calling、Grounding
- [Hugging Face Cookbook](https://github.com/huggingface/cookbook) — 开源侧：微调、推理优化，私有化场景常翻

## 提示工程专项

- [Anthropic Prompt Engineering 交互式教程](https://github.com/anthropics/prompt-eng-interactive-tutorial) — 9 章 Notebook 交互课，JD 明确要求的官方练习册
- [Prompt Engineering Guide（DAIR.AI）](https://www.promptingguide.ai) — 提示技术百科，当词典用

## Skill 与 MCP 生态

- [Anthropic 官方 Skills 主仓](https://github.com/anthropics/skills) — 生产级 Skill 样板，含 skill-creator
- [Claude Code Skills 文档](https://code.claude.com/docs/en/skills) — 加载机制与渐进式披露
- [OpenAI Codex Skills 目录](https://developers.openai.com/codex/skills/) — 跨厂商通用格式对照
- [MCP 官方文档站](https://modelcontextprotocol.io) — 协议规范、SDK、三角色机制
- [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) — 做集成前先找现成轮子
- [Skills.sh 开放目录](https://skills.sh) — 看流行 Skill 与排行榜

## 资源索引（持续发现）

- [Awesome Agentic Engineering Resources](https://github.com/EthicalML/awesome-agentic-engineering-resources) — 20 主题分类总目录，扩容第一入口
- [NirDiamant / GenAI_Agents](https://github.com/NirDiamant/GenAI_Agents) — 可运行 Agent 案例库，90% 基于 LangGraph
