22 skills published from this repository. No description was given upstream, so this issue takes its voice from the chapters themselves.
22 chapters · 1 hour 9 minutes · 14,966 words
npx skills add langchain-ai/langchain-skills/plugin marketplace add langchain-ai/langchain-skillsTypeset in this issue’s own colours, resolved from a curated brand profile.
⚠️ — 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 (opens in a new tab).
These skills can be installed via npx skills (opens in a new tab) for any agent that supports the Agent Skills specification (opens in a new tab), including Claude Code, Cursor, Windsurf, and more.
Using npx skills (opens in a new tab):
Local (current project):
npx skills add langchain-ai/langchain-skills --skill '*' --yesGlobal (all projects):
npx skills add langchain-ai/langchain-skills --skill '*' --yes --globalTo link skills to a specific agent (e.g. Claude Code):
npx skills add langchain-ai/langchain-skills --agent claude-code --skill '*' --yes --globalInstall directly as a Claude Code plugin (opens in a new tab):
/plugin marketplace add langchain-ai/langchain-skills
/plugin install langchain-skills@langchain-skillsAlternatively, clone the repo and use the install script:
# Install for Claude Code in current directory (default)
./install.sh
# Install for Claude Code in a specific project directory
./install.sh ~/my-project
# Install for Claude Code globally
./install.sh --global
# Install for Deep Agents CLI in a specific project directory
./install.sh --deepagents ~/my-project
# Install for Deep Agents CLI globally (includes agent persona)
./install.sh --deepagents --global| 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 |
After installation, set your API keys:
export OPENAI_API_KEY=<your-key> # For OpenAI models
export ANTHROPIC_API_KEY=<your-key> # For Anthropic modelsThen run your coding agent from the directory where you installed (for local installs) or from anywhere (for global installs).
To install only the eval-engineering skill:
npx skills add langchain-ai/langchain-skills --skill eval-engineering --yesOr ask Codex: “Install the eval-engineering skill from langchain-ai/langchain-skills.”
Eval tasks require Harbor (opens in a new tab). Run Harbor locally with Docker or use a supported cloud environment.
Then ask your coding agent:
Use eval-engineering to inspect this agent and propose two or three Harbor evals. Traces for this agent can be found here [Tracing Project/Location].Thin wrappers around the official Mintlify quickstarts — ask for provider/model (default anthropic:claude-sonnet-5), new directory, provider API key only:
useStream UIsmain, last pushed 7 August 2026.SKILL.md, not by matching a directory convention. One layout observed: config/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by LangChain, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./langchain-ai/langchain-skills.md, and each chapter at its own .md URL.