langchain-skills
LangChain Skills is a set of agent skills for building LangChain, LangGraph, and Deep Agents.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- skill-github
- Repository
- github.com/langchain-ai/langchain-skills
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
Setup
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
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
agent-skills
Common skills for the coding agent in the OpenClaw project.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.