Skip to content

Agent 基础设施资料索引(Skill / llms.txt / MCP)

更新时间:2026-03-08。 说明:优先收录一手文档和协议原始来源。

Skill 相关

本仓库资源

资源路径说明
Skill 规范入口/agent-foundations/skills/index.mdSkill 概念和结构
Skill 是什么/agent-foundations/skills/what-is-skill.mdSkill 定义和类型
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 SDKhttps://docs.anthropic.com/en/docs/claude-code/sdkSDK 和 MCP 概览
OpenAI GPTshttps://platform.openai.com/docs/assistantsOpenAI Assistant API
LangChain Agentshttps://python.langchain.com/docs/modules/agents/LangChain Agent 框架

Skill 开发工具

工具链接说明
ClawHubhttps://clawhub.comSkill 分发平台
OpenClaw Skillshttps://docs.openclaw.ai/tools/skillsOpenClaw Skills 文档

llms.txt 相关

核心资源

资源链接说明
社区提案站点https://llmstxt.org/官方提案站点
llms.txt 提案仓库https://github.com/AnswerDotAI/llms-txtGitHub 仓库
llms.txt 规范https://llmstxt.org/#specification规范说明

示例实现

资源链接说明
llms-full 示例https://sli.dev/llms-full.txt社区实践示例
FastAPI llms.txthttps://fastapi.tiangolo.com/llms.txtFastAPI 实现
Django llms.txthttps://docs.djangoproject.com/llms.txtDjango 实现

本仓库资源

资源路径说明
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 官方 Servershttps://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 Desktophttps://claude.ai/downloadAnthropic 官方客户端
Continuehttps://continue.dev/VS Code 扩展
Zedhttps://zed.dev/编辑器
Cursorhttps://cursor.sh/AI 编辑器

Server 示例

Server链接说明
Filesystem Serverhttps://github.com/modelcontextprotocol/servers/tree/main/src/filesystem文件系统访问
GitHub Serverhttps://github.com/modelcontextprotocol/servers/tree/main/src/githubGitHub API
Postgres Serverhttps://github.com/modelcontextprotocol/servers/tree/main/src/postgres数据库访问
Google Drivehttps://github.com/modelcontextprotocol/servers/tree/main/src/gdriveGoogle 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.mdServer 开发
安全最佳实践/agent-foundations/mcp/security.md安全指南
测试与运维/agent-foundations/mcp/operations.md运维指南
开发者与产品经理协作/agent-foundations/mcp/dev-pm-collaboration.md协作指南

治理与安全补充

OWASP LLM Top 10

排名威胁链接
LLM01Prompt Injectionhttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM02Insecure Output Handlinghttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM03Training Data Poisoninghttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM04Model Denial of Servicehttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM05Supply Chain Vulnerabilitieshttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM06Sensitive Information Disclosurehttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM07Insecure Plugin Designhttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM08Excessive Agencyhttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM09Overreliancehttps://owasp.org/www-project-top-10-for-large-language-model-applications/
LLM10Model Thefthttps://owasp.org/www-project-top-10-for-large-language-model-applications/

NIST AI RMF

资源链接说明
AI RMF 框架https://www.nist.gov/itl/ai-risk-management-framework风险管理框架
GenAI Profilehttps://www.nist.gov/itl/ai-risk-management-framework/generative-artificial-intelligence生成式 AI 配置
Playbookhttps://www.nist.gov/itl/ai-risk-management-framework/ai-rmf-playbook实践指南

其他安全资源

资源链接说明
EU AI Acthttps://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai欧盟 AI 法规
AI Safety Institutehttps://www.aisi.gov.uk/英国 AI 安全研究所
AI Security Guidehttps://ai.google/responsibility/safety-security/Google AI 安全指南

学习资源

官方教程

资源链接说明
Anthropic 教程https://docs.anthropic.com/claude/docsClaude 使用教程
OpenAI Cookbookhttps://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检索增强生成
Toolformerhttps://arxiv.org/abs/2302.04761工具学习

社区资源

资源链接说明
LangChain 社区https://github.com/langchain-ai/langchainLangChain GitHub
AutoGPT 社区https://github.com/Significant-Gravitas/AutoGPTAutoGPT GitHub
Agent 社区https://github.com/e2b-dev/awesome-ai-agentsAgent 资源汇总

更新维护

更新频率

类型频率说明
官方文档每周检查更新
研究论文每月补充新论文
社区资源每月更新资源链接
安全法规每季度检查法规变化

贡献指南

markdown
# 如何贡献

1. 发现新资源?提交 Issue
2. 链接失效?提交 PR 修复
3. 内容过时?提交 PR 更新
4. 新增分类?先提交 Issue 讨论

## 贡献格式

- 资源名称
- 链接
- 简短说明(一句话)
- 为什么重要