Skip to main content
langchain-ai
GitHub creator profile

langchain-ai

Repository-level view of 115 collected skills across 15 GitHub repositories.

skills collected
115
repositories
15
updated
Aug 30, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
deepagents
23 skills · Aug 28, 2026
Market Research Analysts & Marketing SpecialistsSoftware DevelopersData ScientistsComputer Occupations, All OtherSoftware Quality Assurance Analysts & Testers
5 occupation categories · 74% classified
20%share
#02
langchain-skills
22 skills · Aug 20, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & Testers
3 occupation categories · 95% classified
19%share
#03
skills-benchmarks
21 skills · Jun 25, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherDatabase ArchitectsNetwork & Computer Systems AdministratorsWeb Developers
6 occupation categories · 100% classified
18%share
#04
docs
9 skills · Aug 27, 2026
Software DevelopersData Scientists
2 occupation categories · 89% classified
7.8%share
#05
lca-deepagents
8 skills · Aug 6, 2026
Market Research Analysts & Marketing SpecialistsSales Representatives of Services, Except Advertising, Insurance, Financial Services, & TravelProject Management Specialists
3 occupation categories · 100% classified
7%share
#06
deepagentsjs
7 skills · Apr 2, 2026
Software DevelopersComputer Occupations, All OtherMarket Research Analysts & Marketing SpecialistsOffice Clerks, GeneralPostsecondary Teachers, All OtherSoftware Quality Assurance Analysts & Testers
6 occupation categories · 100% classified
6.1%share
#07
lca-deployment
7 skills · May 30, 2026
Computer Science Teachers, Postsecondary
1 occupation categories · 100% classified
6.1%share
#08
open-swe
4 skills · Aug 26, 2026
Software Quality Assurance Analysts & Testers
1 occupation categories · 50% classified
3.5%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

textual-screenshot
software-developers

Capture a Textual terminal UI as an SVG using its headless test harness. Use when asked to make, attach, or preview a screenshot of deepagents-code/dcode or another Textual app, visually verify a TUI state, or render a modal, screen, or widget without a…

Aug 28, 2026
deepagents-thread-inspector
unclassified

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…

Aug 26, 2026
remember
unclassified

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)…

Aug 26, 2026
skill-creator
unclassified

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)…

Aug 26, 2026
skill-creator
computer-occupations-all-other

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)…

Jul 23, 2026
code-review
software-quality-assurance-analysts-and-testers

Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.

Jun 20, 2026
coding-prefs
software-developers

Read the user's coding preferences from /memory/coding-prefs.md before making non-trivial style decisions, and append new preferences when the user gives durable feedback.

Jun 20, 2026
arxiv-search
unclassified

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.

Jun 9, 2026
Showing 8 of 23 collected skills.
eval-engineering
unclassified

Inspect an agent repository and optional traces, interview the user, write reviewed Task Specs, build and audit Harbor tasks, and bootstrap reusable project World Knowledge Skills. Use for agent evals, benchmark design, Task generation, controlled…

Aug 20, 2026
managed-deep-agents
software-developers

INVOKE THIS SKILL when building, testing, or deploying Managed Deep Agents in LangSmith with the mda CLI. Walks a user through their first agent end to end — interviewing them about what they want to build, mapping it onto what MDA can actually do, then…

Aug 7, 2026
langsmith-online-eval-engineering
software-quality-assurance-analysts-and-testers

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.

Jul 30, 2026
deepagents-python-quickstart
software-developers

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.

Jul 22, 2026
deepagents-typescript-quickstart
software-developers

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.

Jul 22, 2026
langchain-python-quickstart
software-developers

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.

Jul 22, 2026
langchain-typescript-quickstart
software-developers

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.

Jul 22, 2026
langgraph-python-quickstart
software-developers

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.

Jul 22, 2026
Showing 8 of 22 collected skills.
deep-agents-orchestration
computer-occupations-all-other

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

Jun 25, 2026
langchain-dependencies
software-developers

INVOKE THIS SKILL when asked about and/or have to implement package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best…

Jun 25, 2026
langsmith-evaluator
software-quality-assurance-analysts-and-testers

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…

Jun 7, 2026
langsmith-trace
software-developers

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.

Jun 7, 2026
ecosystem-primer
software-developers

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…

May 21, 2026
langchain-middleware
software-developers

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…

Apr 8, 2026
framework-selection
software-developers

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…

Mar 4, 2026
langchain-oss-primer
software-developers

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…

Mar 4, 2026
Showing 8 of 21 collected skills.
langgraph-docs
unclassified

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,…

Aug 27, 2026
docs-code-samples
software-developers

Use this skill when migrating inline code samples from LangChain docs (MDX files) into external, testable code files that are extracted by this repo’s snippet scripts and used as Mintlify snippets. Applies when extracting code blocks from documentation,…

Aug 14, 2026
update-integrations-prs
software-developers

Process open LangChain docs integration PRs against the hosted-guide featuring policy (50K monthly downloads or maintainer feature override). Rebase an integration PR, convert to external YAML, feature an integration, or check package downloads for docs…

Aug 11, 2026
langchain
software-developers

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.

Jul 29, 2026
deep-agents
software-developers

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

Jul 26, 2026
langgraph
software-developers

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.

Jun 17, 2026
pandas-patterns
data-scientists-152051

Common pandas and matplotlib patterns for data analysis and visualization

Jun 17, 2026
langsmith
software-developers

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

Jun 15, 2026
Showing 8 of 9 collected skills.
weekly-newsletter
market-research-analysts-and-marketing-specialists-131161

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.

Aug 6, 2026
territory-report
market-research-analysts-and-marketing-specialists-131161

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'.

Aug 6, 2026
territory-report
market-research-analysts-and-marketing-specialists-131161

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'.

Jul 21, 2026
weekly-newsletter
market-research-analysts-and-marketing-specialists-131161

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.

Jul 21, 2026
rfq-quote
project-management-specialists

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…

Jul 20, 2026
territory-report
market-research-analysts-and-marketing-specialists-131161

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'.

Jul 6, 2026
draft-pitch
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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

Jun 18, 2026
qualify-lead
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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

Jun 18, 2026
arxiv-search
postsecondary-teachers-all-other

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

Apr 2, 2026
skill-creator
computer-occupations-all-other

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: create a skill, make a skill, build a skill, set up a skill, initialize a skill, scaffold a…

Apr 2, 2026
eval-writer
software-quality-assurance-analysts-and-testers

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,…

Mar 17, 2026
langsmith-trace
software-developers

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.

Mar 17, 2026
file-organizer
office-clerks-general-439061

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

Jan 23, 2026
langgraph-docs
software-developers

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

Jan 9, 2026
web-research
market-research-analysts-and-marketing-specialists-131161

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research

Jan 9, 2026
Showing 12 of 15 repositories