‹ 返回总目录
工具 最近更新07-30

langchain-fundamentals

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量12.2K
⭐ GitHub Stars1,075(fork 85)
🗓️ 最近推送2026-07-30
🌱 项目创建2026-01-22
💻 语言 / LicenseTypeScript · 未标注
🐛 开放Issue3

📝 工具简介

早期开发中的agent技能包,用于构建基于LangChain、LangGraph和Deep Agents的应用。

📖 怎么用

安装方式和 langchain-rag 一样,用 `npx skills add langchain-ai/langchain-skills --skill '*' --yes` 装到当前项目,加 `--global` 全局安装。指定代理用 `--agent claude-code` 参数。Claude Code 用户也可以跑 `/plugin marketplace add langchain-ai/langchain-skills` 和 `/plugin install langchain-skills@langchain-skills`。还有脚本方式:`./install.sh` 装当前目录,`./install.sh ~/my-project` 装指定项目,`./install.sh --global` 全局装。README未说明具体使用步骤。

📋 迷你测评

同样是早期技能包,主打LangChain基础构建。亮点是跟LangGraph深度绑定,适合学代理工作流。功能尚不完整。

📄 README 要点

这个和langchain-rag是同一个系列,都是LangChain官方的Agent技能包,不过侧重点在LangChain的基础知识上。同样是给构建LangChain、LangGraph和Deep Agents应用的开发者用的,支持Claude Code、Cursor、Windsurf等编码助手。安装方式一样,可以用npx skills装到本地或全局,也能作为Claude Code插件直接安装。项目还在早期开发阶段,内容可能会变。适合刚开始学LangChain、或者想让AI编码助手帮你写LangChain基础代码的开发者,装上后AI会更懂这个框架的核心概念和最佳实践。

查看英文原文
LangChain Skills ⚠️ — This project is in early development. APIs and skill content may change. Agent skills for building agents with LangChain, LangGraph, and Deep Agents. For LangSmith specific trace and dataset workflows, use langsmith skills. Supported Coding Agents These skills can be installed via npx skills for any agent that supports the Agent Skills specification, including Claude Code, Cursor, Windsurf, and more. Installation Quick Install Using npx skills : Local (current project): [安装/使用命令见下方] Global (all projects): [安装/使用命令见下方] To link skills to a specific agent (e.g. Claude Code): [安装/使用命令见下方] Claude Code Plugin Install directly as a Claude Code plugin: [安装/使用命令见下方] Install Script (Claude Code & Deep Agents CLI only) Alternatively, clone the repo and use the install script: [安装/使用命令见下方] Flag / Argument Description DIRECTORY Target project directory (default: current directory, ignored with global ) claude Install for Claude Code (default) deepagents Install for Deep Agents CLI global , g Install globally instead of current directory force , f Overwrite skills with same names as this package yes , y Skip confirmation prompts Usage After installation, set your API keys: [安装/使用命令见下方] Then run your coding agent from the directory where you installed (for local installs) or from anywhere (for global installs). Eval Engineering To install only the eval engineering skill: [安装/使用命令见下方] Or ask Codex: “Install the eval engineering skill from langchain ai/langchain skills .” Eval tasks require Harbor. Run Harbor locally with Docker or use a supported cloud environment. Then ask your coding agent: [安装/使用命令见下方] Available Skills (21) Getting Started ecosystem primer Start here primer: framework selection (LangChain vs LangGraph vs Deep Agents), env setup, and which skill to load next langchain dependencies Full package version and dependency management reference (Python + TypeScript) Quickstarts (local) Thin wrappers around the official Mintlify quickstarts — ask for

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考