langchain-ai

146 mods across 21 repositories, 254k stars between them.

remember

25

langchain-ai/deepagents

Skill Claude CodeCodex

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…

29k 2d ago A 71 tokens original MIT

skill-creator

26

langchain-ai/deepagents

Skill Claude CodeCodex

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…

29k 2d ago A 159 tokens copy · 89% MIT

arxiv-search

27

langchain-ai/deepagents

Skill Claude CodeCodex

Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.

29k 2d ago A 62 tokens original MIT

langgraph-docs

28

langchain-ai/deepagents

Skill Claude CodeCodex

Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.

29k 2d ago A 62 tokens original MIT

web-research

29

langchain-ai/deepagents

Skill Claude CodeCodex

Searches multiple web sources, synthesizes findings, and produces cited research reports using delegated subagents. Use when the user asks to research a topic online, search the web, look something up, find current information, compare options, or produce a research report.

29k 2d ago A 56 tokens original MIT

openwiki AGENTS.md

30

langchain-ai/openwiki

Instructions file CodexOpenCode

Instructions for langchain-ai/openwiki, covering openwiki and openwiki.

16k 2d ago A 215 tokens original MIT

openwiki

32

langchain-ai/openwiki

Skill Claude CodeCodex

Initialize or update an OpenWiki repository wiki using the OpenWiki resumable page-job lifecycle. Use when asked to document a repository, initialize OpenWiki, update OpenWiki after source changes, resume an interrupted OpenWiki run, or repair stale generated documentation.

16k 2d ago A 53 tokens original MIT

mermaid-diagrams

33

langchain-ai/openwiki

Skill Claude CodeCodex

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…

16k 2d ago A 87 tokens original MIT

write-connector

34

langchain-ai/openwiki

Skill Claude CodeCodex

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

16k 2d ago A 28 tokens original MIT

open-swe AGENTS.md

35

langchain-ai/open-swe

Instructions file CodexOpenCode

Instructions for langchain-ai/open-swe, covering agents.md, project, commands, architecture and entrypoints.

11k 2d ago A 3,814 tokens original MIT

open-swe CLAUDE.md

36

langchain-ai/open-swe

Instructions file

Instructions for langchain-ai/open-swe, covering claude.md, project, commands, architecture and entrypoints.

11k 2d ago A 2,954 tokens original MIT

baby-sit

37

langchain-ai/open-swe

Skill Claude CodeCodex

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

11k 2d ago A 30 tokens original MIT

html-artifacts

38

langchain-ai/open-swe

Skill Claude CodeCodex

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

11k 2d ago A 51 tokens original MIT

langchain-ai/open-swe

Skill Claude CodeCodex

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…

11k 2d ago A 73 tokens original MIT

continual-learning

40

langchain-ai/open-swe

Skill Claude CodeCodex

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…

11k 2d ago A 89 tokens original MIT

langchain-ai/langgraphjs

Instructions file CodexOpenCode

Instructions for langchain-ai/langgraphjs, covering repository instructions and corridor security analysis.

3.2k 6d ago A 54 tokens original MIT

langchain-ai/langgraphjs

Instructions file

Instructions for langchain-ai/langgraphjs, covering langgraphjs development guide, corridor security analysis, build & test commands, code style guidelines and library architecture.

3.2k 6d ago A 497 tokens original MIT

agents

43

langchain-ai/langgraphjs

Agent

This guide shows you how to set up and use LangGraph's prebuilt, reusable components, which are designed to help you construct agentic systems quickly and reliably.

3.2k 6d ago A 0 tokens original MIT

context

44

langchain-ai/langgraphjs

Agent

Agents often require more than a list of messages to function effectively. They need context.

3.2k 6d ago A 0 tokens original MIT

deployment

45

langchain-ai/langgraphjs

Agent

To deploy your LangGraph agent, create and configure a LangGraph app. This setup supports both local development and production deployments.

3.2k 6d ago A 0 tokens original MIT

evals

46

langchain-ai/langgraphjs

Agent

To evaluate your agent's performance you can use LangSmith evaluations. You would need to first define an evaluator function to judge the results from an agent, such as final outputs or trajectory. Depending on your evaluation technique, this may or may not involve a reference output.

3.2k 6d ago A 0 tokens original MIT

human-in-the-loop

47

langchain-ai/langgraphjs

Agent

To review, edit and approve tool calls in an agent you can use LangGraph's built-in human-in-the-loop features, specifically the interrupt() primitive.

3.2k 6d ago A 0 tokens original MIT

mcp

48

langchain-ai/langgraphjs

Agent

Model Context Protocol (MCP) is an open protocol that standardizes how applications provide tools and context to language models. LangGraph agents can use tools defined on MCP servers through the @langchain/mcp-adapters library.

3.2k 6d ago A 0 tokens original MIT