mcpbeat Sign in

LangChain Agent Skills

15 repositories on GitHub

80 skills published by langchain-ai across 15 repositories. Together they weigh 387 138 tokens — that is what loading all of them at once would cost you in context. 11 of them have been repackaged into other people's repositories.

80 skills 387 138 tokens total 11 copies elsewhere vendor account

Langsmith Trace
deepagentsjs
vendor ×1

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

2k tokens
Langsmith Dataset
langsmith-skills
vendor ×1

INVOKE THIS SKILL when creating evaluation datasets, uploading datasets to LangSmith, or managing existing datasets. Covers dataset types (final_response, single_step, trajectory, RAG), CLI management commands, SDK-based creation, and example management. Uses the langsmith CLI tool.

2k tokens
Deep Agents Core
skills-benchmarks
vendor ×1

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

3k tokens
Deep Agents Memory
skills-benchmarks
vendor ×1

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

2k tokens
Deep Agents Orchestration
skills-benchmarks
vendor ×1

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

3k tokens
Langchain Dependencies
skills-benchmarks
vendor ×1

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.

4k tokens
Langchain Fundamentals
skills-benchmarks
vendor ×1

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

3k tokens
Langchain RAG
skills-benchmarks
vendor ×1

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

4k tokens
Langgraph Fundamentals
skills-benchmarks
vendor ×1

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

6k tokens
Langgraph Human In The Loop
skills-benchmarks
vendor ×1

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.

4k tokens
Langgraph Persistence
skills-benchmarks
vendor ×1

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.

5k tokens
Deepagents Thread Inspector
deepagents
vendor

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse ~/.deepagents/.state/sessions.db and a thread UUID or prefix.

7k tokens scripts
Remember
deepagents
vendor

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture learnings.

1k tokens
Skill Creator
deepagents
vendor

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\".

9k tokens scripts
Mermaid Diagrams
openwiki
vendor

Embed Mermaid diagrams in generated wiki pages. Use whenever documenting a runtime or request flow, a call sequence, a state machine or lifecycle, a data model or entity relationships, or non-trivial control flow, since these are clearer as a diagram than as prose. Also use when an update run touches a page that already contains a mermaid fence, or a page that contains a text fence a previous run degraded.

952 tokens
Write Connector
openwiki
vendor

Add a new built-in OpenWiki source connector. Use when a user asks to create or implement an OpenWiki connector.

593 tokens
Bootstrap Repo Analysis
open-swe
vendor

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the reviewer has accumulated finding outcomes.

736 tokens
Continual Learning
open-swe
vendor

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt, and save the refined version. Use this once outcomes exist; use bootstrap-repo-analysis for a cold-start repo.

607 tokens
Eval Writer
deepagentsjs
vendor

Create new eval suites for the deepagentsjs monorepo. Handles dataset design, test case scaffolding, scoring logic, vitest configuration, and LangSmith integration. Use when the user asks to: (1) create an eval, (2) write an evaluation, (3) add a benchmark, (4) build an eval suite, (5) evaluate agent behaviour, (6) add test cases for a capability, or (7) implement an existing benchmark (e.g. oolong, AgentBench, SWE-bench). Trigger on phrases like 'create eval', 'new eval', 'add eval', 'benchmark', 'evaluate', 'eval suite', 'write evals for'.

6k tokens
Deep Agents Core
langchain-skills
vendor

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

3k tokens
Deep Agents Memory
langchain-skills
vendor

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

2k tokens
Deep Agents Orchestration
langchain-skills
vendor

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

3k tokens
Deepagents Python Quickstart
langchain-skills
vendor

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.

552 tokens
Deepagents Typescript Quickstart
langchain-skills
vendor

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.

550 tokens
Ecosystem Primer
langchain-skills
vendor

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.

2k tokens
Eval Engineering
langchain-skills
vendor

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.

15k tokens scripts
Langchain Dependencies
langchain-skills
vendor

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.

4k tokens
Langchain Fundamentals
langchain-skills
vendor

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

3k tokens
Langchain Middleware
langchain-skills
vendor

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.

3k tokens
Langchain Python Quickstart
langchain-skills
vendor

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.

369 tokens
Langchain RAG
langchain-skills
vendor

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

4k tokens
Langchain Typescript Quickstart
langchain-skills
vendor

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.

378 tokens
Langgraph CLI
langchain-skills
vendor

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.

3k tokens
Langgraph Fundamentals
langchain-skills
vendor

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

6k tokens
Langgraph Human In The Loop
langchain-skills
vendor

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.

4k tokens
Langgraph Persistence
langchain-skills
vendor

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.

5k tokens
Langgraph Python Quickstart
langchain-skills
vendor

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.

456 tokens
Langgraph Typescript Quickstart
langchain-skills
vendor

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.

458 tokens
Langsmith Online Eval Engineering
langchain-skills
vendor

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.

6k tokens
Managed Deep Agents
langchain-skills
vendor

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.

4k tokens
Swarm
langchain-skills
vendor

>- subagents, aggregate results. One row = one unit of work.

16k tokens scripts
Deep Agents
docs
vendor

Build batteries-included agents with planning, context management, subagent delegation, and sandboxed execution. Use for complex, multi-step tasks that need built-in capabilities.

1k tokens
Langchain
docs
vendor

Build agents with a prebuilt architecture and integrations for any model or tool. Use when creating tool-calling agents, switching model providers, or adding structured output.

1k tokens
Langgraph
docs
vendor

Build stateful, durable agent workflows with LangGraph. Use when you need custom graph-based control flow, human-in-the-loop, persistence, or multi-agent orchestration.

1k tokens
Langsmith
docs
vendor

Trace, evaluate, and deploy AI agents and LLM applications with LangSmith. Use when adding observability, running evaluations, engineering prompts, or deploying agents to production.

939 tokens
Langsmith Evaluator
langsmith-skills
vendor

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.

4k tokens
Langsmith Trace
langsmith-skills
vendor

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

2k tokens
Release Notes
langchain-azure
vendor

>- Skill for compiling and writing release notes for langchain-azure packages. Use when a new version of a package is being released and the README.md changelog section needs to be updated with a summary of merged PRs.

842 tokens
API Docs
skills-benchmarks
vendor

OpenAPI documentation and REST API design patterns

357 tokens
Database Migrations
skills-benchmarks
vendor

Database migration patterns and schema versioning

349 tokens
Docker Patterns
skills-benchmarks
vendor

Best practices for Docker containerization and multi-stage builds

288 tokens
Ecosystem Primer
skills-benchmarks
vendor

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.

2k tokens
Framework Selection
skills-benchmarks
vendor

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.

2k tokens
Langchain Middleware
skills-benchmarks
vendor

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.

3k tokens
Langchain Oss Primer
skills-benchmarks
vendor

ALWAYS START HERE for any LangChain, Deep Agents, or LangGraph agent building project. Required starting point before choosing other skills or writing any code. Covers framework selection (LangChain vs LangGraph vs Deep Agents), agent archetypes, dependency setup, and which skills to load next based on your decisions.

4k tokens
Langsmith Evaluator
skills-benchmarks
vendor

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.

4k tokens
Langsmith Trace
skills-benchmarks
vendor

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

24k tokens
React Components
skills-benchmarks
vendor

Modern React component patterns with hooks and TypeScript

436 tokens
Testing Patterns
skills-benchmarks
vendor

Unit testing and integration testing best practices

446 tokens
Draft Pitch
lca-deepagents
vendor

Use when the user wants to write a sales pitch or outreach message for a prospect.

193 tokens
Qualify Lead
lca-deepagents
vendor

Use when the user wants to qualify a sales lead or prospect.

250 tokens
Rfq Quote
lca-deepagents
vendor

Process an incoming request for quote (RFQ) from a customer: read the email, look up the customer and catalogue prices, compute a quote, have it reviewed, draft the reply, and log it. Use whenever a customer asks for a price, a quote, or to license/buy a batch of tracks.

631 tokens
Territory Report
lca-deepagents
vendor

Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.

584 tokens
Territory Report
lca-deepagents
vendor

Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.

327 tokens
Weekly Newsletter
lca-deepagents
vendor

Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.

815 tokens
Weekly Newsletter
lca-deepagents
vendor

Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres in parallel and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.

361 tokens
Linkedin Post
langgraph-101-ts
vendor

Write a LinkedIn post based on research findings or a given topic. Use this skill when asked to create LinkedIn content, professional posts, or thought leadership pieces.

492 tokens
Twitter Post
langgraph-101-ts
vendor

Write a Twitter/X post or thread based on research findings or a given topic. Use this skill when asked to create tweets, X posts, or social media threads.

587 tokens
Linkedin Post
langgraph-101
vendor

Write a LinkedIn post based on research findings or a given topic. Use this skill when asked to create LinkedIn content, professional posts, or thought leadership pieces.

233 tokens
Twitter Post
langgraph-101
vendor

Write a Twitter/X post or thread based on research findings or a given topic. Use this skill when asked to create tweets, X posts, or social media threads.

228 tokens
Langsmith Code Eval
lca-skills
vendor

Creates code-based evaluators for LangSmith-traced agents. Use when building custom evaluation logic, testing tool usage patterns, or scoring agent outputs programmatically. Triggers on requests to evaluate agents, create evaluators, or run experiments against LangSmith datasets.

6k tokens scripts
Langsmith Fetch
lca-skills
vendor

Fetches LangSmith traces for debugging agent behavior. Use when troubleshooting agent issues, reviewing conversation history, or investigating tool calls.

359 tokens
Module 1
lca-deployment
vendor

Teaching instructions for Module 1 (LangGraph Deployment Architecture) — use when module_id is module-1

2k tokens
Module 1
lca-deployment
vendor

Teaching instructions for Module 1 (LangGraph Deployment Architecture) — use when module_id is module-1

2k tokens
Module 2
lca-deployment
vendor

Teaching instructions for Module 2 (Using your deployment) — use when module_id is module-2

3k tokens
Module 3
lca-deployment
vendor

Teaching instructions for Module 3 (Dashboard) — use when module_id is module-3

2k tokens
Module 4
lca-deployment
vendor

Teaching instructions for Module 4 (Storage) — use when module_id is module-4

2k tokens
Module 5
lca-deployment
vendor

Teaching instructions for Module 5 (Authentication and Authorization) — use when module_id is module-5

3k tokens
Module 6
lca-deployment
vendor

Teaching instructions for Module 6 (Deepagents CLI) — use when module_id is module-6

3k tokens
Lca Deepagents
lca-tutors
vendor

Active, Socratic teacher for the LangChain Academy Deep Agents course — drives the student through the curriculum with a calibrated interaction density, explain-then-check dialogue at load-bearing moments, and misconception-targeted questioning

159k tokens