Agent 基础设施资料索引(Skill / llms.txt / MCP)
更新时间:2026-03-08。 说明:优先收录一手文档和协议原始来源。
Skill 相关
本仓库资源
| 资源 | 路径 | 说明 |
|---|---|---|
| Skill 规范入口 | /agent-foundations/skills/index.md | Skill 概念和结构 |
| Skill 是什么 | /agent-foundations/skills/what-is-skill.md | Skill 定义和类型 |
| Skill 结构设计 | /agent-foundations/skills/skill-structure.md | 目录结构和字段规范 |
| 怎么写 Skill | /agent-foundations/skills/how-to-write-skill.md | 编写流程和模板 |
| Skill 最佳实践 | /agent-foundations/skills/best-practices.md | 设计原则和实践 |
| Skill 示例 | /agent-foundations/skills/examples.md | 完整示例 |
外部资源
| 资源 | 链接 | 说明 |
|---|---|---|
| Claude Code 文档 | https://docs.anthropic.com/en/docs/claude-code/overview | 官方 Agent 文档 |
| Claude Code SDK | https://docs.anthropic.com/en/docs/claude-code/sdk | SDK 和 MCP 概览 |
| OpenAI GPTs | https://platform.openai.com/docs/assistants | OpenAI Assistant API |
| LangChain Agents | https://python.langchain.com/docs/modules/agents/ | LangChain Agent 框架 |
Skill 开发工具
| 工具 | 链接 | 说明 |
|---|---|---|
| ClawHub | https://clawhub.com | Skill 分发平台 |
| OpenClaw Skills | https://docs.openclaw.ai/tools/skills | OpenClaw Skills 文档 |
llms.txt 相关
核心资源
| 资源 | 链接 | 说明 |
|---|---|---|
| 社区提案站点 | https://llmstxt.org/ | 官方提案站点 |
| llms.txt 提案仓库 | https://github.com/AnswerDotAI/llms-txt | GitHub 仓库 |
| llms.txt 规范 | https://llmstxt.org/#specification | 规范说明 |
示例实现
| 资源 | 链接 | 说明 |
|---|---|---|
| llms-full 示例 | https://sli.dev/llms-full.txt | 社区实践示例 |
| FastAPI llms.txt | https://fastapi.tiangolo.com/llms.txt | FastAPI 实现 |
| Django llms.txt | https://docs.djangoproject.com/llms.txt | Django 实现 |
本仓库资源
| 资源 | 路径 | 说明 |
|---|---|---|
| llms.txt 总览 | /agent-foundations/llms-txt/index.md | 概念和用途 |
| llms.txt 是什么 | /agent-foundations/llms-txt/what-is-llms-txt.md | 定义说明 |
| 格式与约定 | /agent-foundations/llms-txt/spec-and-format.md | 格式规范 |
| 怎么写 llms.txt | /agent-foundations/llms-txt/how-to-write-llms-txt.md | 编写指南 |
| 最佳实践 | /agent-foundations/llms-txt/best-practices.md | 实践建议 |
| 示例 | /agent-foundations/llms-txt/examples.md | 完整示例 |
MCP 相关
官方资源
| 资源 | 链接 | 说明 |
|---|---|---|
| MCP 官方站点 | https://modelcontextprotocol.io/ | 官方网站 |
| MCP 规范文档 | https://modelcontextprotocol.io/specification/2025-06-18 | 规范文档 |
| 规范更新日志 | https://modelcontextprotocol.io/specification/2025-06-18/changelog | 变更历史 |
| MCP 官方 Servers | https://github.com/modelcontextprotocol/servers | 官方服务器实现 |
MCP 组件
| 组件 | 说明 | 文档链接 |
|---|---|---|
| Tools | 可调用的功能 | https://modelcontextprotocol.io/docs/tools |
| Resources | 可访问的资源 | https://modelcontextprotocol.io/docs/resources |
| Prompts | 可复用的提示 | https://modelcontextprotocol.io/docs/prompts |
| Transports | 传输协议 | https://modelcontextprotocol.io/docs/transports |
客户端实现
| 客户端 | 链接 | 说明 |
|---|---|---|
| Claude Desktop | https://claude.ai/download | Anthropic 官方客户端 |
| Continue | https://continue.dev/ | VS Code 扩展 |
| Zed | https://zed.dev/ | 编辑器 |
| Cursor | https://cursor.sh/ | AI 编辑器 |
Server 示例
| Server | 链接 | 说明 |
|---|---|---|
| Filesystem Server | https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem | 文件系统访问 |
| GitHub Server | https://github.com/modelcontextprotocol/servers/tree/main/src/github | GitHub API |
| Postgres Server | https://github.com/modelcontextprotocol/servers/tree/main/src/postgres | 数据库访问 |
| Google Drive | https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive | Google Drive |
本仓库资源
| 资源 | 路径 | 说明 |
|---|---|---|
| MCP 总览 | /agent-foundations/mcp/index.md | 概念和架构 |
| MCP 是什么 | /agent-foundations/mcp/what-is-mcp.md | 定义说明 |
| 架构与核心概念 | /agent-foundations/mcp/architecture.md | 架构设计 |
| MCP Server 设计 | /agent-foundations/mcp/server-design.md | Server 开发 |
| 安全最佳实践 | /agent-foundations/mcp/security.md | 安全指南 |
| 测试与运维 | /agent-foundations/mcp/operations.md | 运维指南 |
| 开发者与产品经理协作 | /agent-foundations/mcp/dev-pm-collaboration.md | 协作指南 |
治理与安全补充
OWASP LLM Top 10
NIST AI RMF
| 资源 | 链接 | 说明 |
|---|---|---|
| AI RMF 框架 | https://www.nist.gov/itl/ai-risk-management-framework | 风险管理框架 |
| GenAI Profile | https://www.nist.gov/itl/ai-risk-management-framework/generative-artificial-intelligence | 生成式 AI 配置 |
| Playbook | https://www.nist.gov/itl/ai-risk-management-framework/ai-rmf-playbook | 实践指南 |
其他安全资源
| 资源 | 链接 | 说明 |
|---|---|---|
| EU AI Act | https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai | 欧盟 AI 法规 |
| AI Safety Institute | https://www.aisi.gov.uk/ | 英国 AI 安全研究所 |
| AI Security Guide | https://ai.google/responsibility/safety-security/ | Google AI 安全指南 |
学习资源
官方教程
| 资源 | 链接 | 说明 |
|---|---|---|
| Anthropic 教程 | https://docs.anthropic.com/claude/docs | Claude 使用教程 |
| OpenAI Cookbook | https://cookbook.openai.com/ | OpenAI 实践指南 |
| Google AI 教程 | https://ai.google/learn/ | Google AI 学习 |
研究论文
| 论文 | 链接 | 说明 |
|---|---|---|
| ReAct 论文 | https://arxiv.org/abs/2210.03629 | 推理+行动框架 |
| RAG 论文 | https://arxiv.org/abs/2005.11401 | 检索增强生成 |
| Toolformer | https://arxiv.org/abs/2302.04761 | 工具学习 |
社区资源
| 资源 | 链接 | 说明 |
|---|---|---|
| LangChain 社区 | https://github.com/langchain-ai/langchain | LangChain GitHub |
| AutoGPT 社区 | https://github.com/Significant-Gravitas/AutoGPT | AutoGPT GitHub |
| Agent 社区 | https://github.com/e2b-dev/awesome-ai-agents | Agent 资源汇总 |
更新维护
更新频率
| 类型 | 频率 | 说明 |
|---|---|---|
| 官方文档 | 每周 | 检查更新 |
| 研究论文 | 每月 | 补充新论文 |
| 社区资源 | 每月 | 更新资源链接 |
| 安全法规 | 每季度 | 检查法规变化 |
贡献指南
markdown
# 如何贡献
1. 发现新资源?提交 Issue
2. 链接失效?提交 PR 修复
3. 内容过时?提交 PR 更新
4. 新增分类?先提交 Issue 讨论
## 贡献格式
- 资源名称
- 链接
- 简短说明(一句话)
- 为什么重要