Skip to main content

← All sources

LangChain Skills skills

Official LangChain skills — framework-selection, deep-agents (core/memory/orchestration), langchain-fundamentals/middleware/RAG, langgraph-fundamentals/persistence/HITL skills-hub.ai mirrors 23 skills from LangChain Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/langchain-ai/langchain-skills

Installing a LangChain Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a LangChain Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all LangChain Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=langchain

# Browse all sources
open https://skills-hub.ai/sources

Top LangChain Skills skills

See all →

The most-installed skills from LangChain Skills, ranked by adoption.

  1. 01langsmith-online-eval-engineering

    Iteratively inspect traces, interview the user, and create LangSmith online evaluators one at a time. Use specifically for creating online evaluators for use within LangSmith -- use "eval-engineering" for Harbor-style online evaluations.

    Buildfrom LangChain Skills
  2. 02langgraph-fundamentals

    INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

    Buildfrom LangChain Skills
  3. 03langchain-dependencies

    INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

    Buildfrom LangChain Skills
  4. 04langchain-middleware

    INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

    Buildfrom LangChain Skills
  5. 05langgraph-human-in-the-loop

    INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

    Buildfrom LangChain Skills
  6. 06deep-agents-core

    INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

    Buildfrom LangChain Skills
  7. 07langchain-rag

    INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

    Buildfrom LangChain Skills
  8. 08framework-selection

    INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

    Buildfrom LangChain Skills
  9. 09deep-agents-orchestration

    INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

    Buildfrom LangChain Skills
  10. 10deepagents-typescript-quickstart

    Scaffold a minimal local Deep Agent in TypeScript by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

    Buildfrom LangChain Skills
  11. 11deepagents-python-quickstart

    Scaffold a minimal local Deep Agent in Python by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

    Buildfrom LangChain Skills
  12. 12langchain-typescript-quickstart

    Scaffold a minimal local LangChain agent in TypeScript by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally.

    Buildfrom LangChain Skills
  13. 13ecosystem-primer

    INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and which skill to load next.

    Buildfrom LangChain Skills
  14. 14langgraph-cli

    INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration.

    Buildfrom LangChain Skills
  15. 15langchain-fundamentals

    Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

    Buildfrom LangChain Skills
  16. 16langgraph-persistence

    INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

    Buildfrom LangChain Skills
  17. 17deep-agents-memory

    INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

    Buildfrom LangChain Skills
  18. 18langchain-python-quickstart

    Scaffold a minimal local LangChain agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally.

    Buildfrom LangChain Skills
  19. 19managed-deep-agents

    INVOKE THIS SKILL when building, testing, or deploying Managed Deep Agents in LangSmith with the mda CLI. Covers the code-first, file-based project layout; define_deep_agent / defineDeepAgent; authored tools and middleware; MCP connectors; cron schedules; skills; sandboxes; mda init/dev/deploy; Context Hub; and human-in-the-loop interrupts in Python and TypeScript.

    Buildfrom LangChain Skills
  20. 20langgraph-python-quickstart

    Scaffold a minimal local LangGraph agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangGraph agent locally.

    Buildfrom LangChain Skills
  21. 21langgraph-typescript-quickstart

    Scaffold a minimal local LangGraph agent in TypeScript by following the official quickstart. Use when the user wants to quickly build or try a LangGraph agent locally.

    Buildfrom LangChain Skills
  22. 22swarm

    Dispatches many independent items in parallel: create a table, fan out to subagents, aggregate results. One row = one unit of work.

    Buildfrom LangChain Skills
  23. 23eval-engineering

    Iteratively inspect an agent repository and optional user-provided traces, interview the user, and create, run, and audit Harbor evals one at a time. Use for agent evals, Harbor tasks, benchmark cases, verifier design, or controlled agent environments.

    Buildfrom LangChain Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:50 PM (success).

LangChain Skills skills, frequently asked

What are LangChain Skills skills?

LangChain Skills skills are AI coding skills published by LangChain Skills (Official LangChain skills — framework-selection, deep-agents (core/memory/orchestration), langchain-fundamentals/middleware/RAG, langgraph-fundamentals/persistence/HITL) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many LangChain Skills skills are available?

skills-hub.ai indexes 23 skills from LangChain Skills, synced daily from the upstream GitHub repository (https://github.com/langchain-ai/langchain-skills).

How do I install a LangChain Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official LangChain Skills skills?

Yes. Every skill from this source is mirrored from LangChain Skills's own GitHub repository (https://github.com/langchain-ai/langchain-skills). Each skill page links back to the upstream source of truth, so you can verify the original.