langchain-skills

langchain-skills

LangChain Skills is a set of agent skills for building LangChain, LangGraph, and Deep Agents.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

LangChain Skills provides a range of agent skills to help developers build intelligent agents using LangChain, LangGraph, and Deep Agents. These skills can be installed via the `npx skills` command and support various agents such as Claude Code, Cursor, and Windsurf. With these skills, developers can quickly set up environments, manage dependencies, run quick-start examples, and perform evaluation engineering tasks. Ideal for developers building and managing complex agent systems.

Capabilities

  • Framework selection guide
  • Dependency management reference
  • Quick-start examples
  • Agent architecture setup
  • Memory and persistence
  • Sub-agents and task planning

Use cases

Building LangChain agentsSetting up LangGraph projectsManaging Deep AgentsPerforming code evaluation

Setup

Requires: API KeyNode 环境
Install all skills using `npx skills add langchain-ai/langchain-skills --skill '*' --yes`, or install specific skills by specifying them.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I install a specific skill?

Use the command `npx skills add langchain-ai/langchain-skills --skill <skill-name> --yes`.

Is global installation supported?

Yes, use the `--global` flag to install globally.

What API keys are required?

OpenAI and Anthropic API keys are required.

Related skills