⚠️ — This project is in early development. APIs and skill content may change. Agent skills for building agents with LangChain, LangGraph, and Deep Agents. For LangSmith-specific trace and dataset workflows, use langsmith-skills.
> /plugin marketplace add langchain-ai/langchain-skills> /plugin install langchain-skills@langchain-skills
Repo: langchain-ai/langchain-skills
What's inside
⚠️ — This project is in early development. APIs and skill content may change.
Agent skills for building agents with LangChain, LangGraph, and Deep Agents.
For LangSmith-specific trace and dataset workflows, use langsmith-skills.
These skills can be installed via npx skills for any agent that supports the Agent Skills specification, including Claude Code, Cursor, Windsurf, and more.
Using npx skills:
Local (current project):
npx skills add langchain-ai/langchain-skills --skill '*' --yes
Global (all projects):
npx skills add langchain-ai/langchain-skills --skill '*' --yes --global
To link skills to a specific agent (e.g. Claude Code):
npx skills add langchain-ai/langchain-skills --agent claude-code --skill '*' --yes --global
Install directly as a Claude Code plugin:
/plugin marketplace add langchain-ai/langchain-skills
/plugin install langchain-skills@langchain-skills
Alternatively, clone the repo and use the install script:
# Install for Claude Code in current directory (default)
./install.sh
# Install for Claude Code in a specific project directory
./install.sh ~/my-project
# Install for Claude Code globally
./install.sh --global
# Install for Deep Agents CLI in a specific project directory
./install.sh --deepagents ~/my-project
# Install for Deep Agents CLI globally (includes agent persona)
./install.sh --deepagents --global
| Flag / Argument | Description |
|---|---|
DIRECTORY | Target project directory (default: current directory, ignored with --global) |
--claude | Install for Claude Code (default) |
--deepagents | Install for Deep Agents CLI |
--global, -g | Install globally instead of current directory |
--force, -f | Overwrite skills with same names as this package |
--yes, -y | Skip confirmation prompts |
After installation, set your API keys:
export OPENAI_API_KEY=<your-key> # For OpenAI models
export ANTHROPIC_API_KEY=<your-key> # For Anthropic models
Then run your coding agent from the directory where you installed (for local installs) or from anywhere (for global installs).
To install only the eval-engineering skill:
npx skills add langchain-ai/langchain-skills --skill eval-engineering --yes
Or ask Codex: “Install the eval-engineering skill from langchain-ai/langchain-skills.”
Eval tasks require Harbor. Run Harbor locally with Docker or use a supported cloud environment.
Then ask your coding agent:
Use eval-engineering to inspect this agent and propose two or three Harbor evals. Traces for this agent can be found here [Tracing Project/Location].
Thin wrappers around the official Mintlify quickstarts — ask for provider/model (default anthropic:claude-sonnet-5), new directory, provider API key only:
useStream UIs.claude-plugin/
marketplace.json
plugin.json
.github/
workflows/
ci.yml
.gitignore
config/
AGENTS.md
skills/
deep-agents-core/
SKILL.md
deep-agents-memory/
SKILL.md
deep-agents-orchestration/
SKILL.md
deepagents-python-quickstart/
SKILL.md
deepagents-typescript-quickstart/
SKILL.md
ecosystem-primer/
SKILL.md
eval-engineering/
references/
environment-building.md
harbor.md
harness.md
multi-turn-simulation/
guide.md
harbor_example.py
model_user.py
runner.py
task-design.md
trace-sourcing.md
verifier-design.md
SKILL.md
langchain-dependencies/
SKILL.md
langchain-fundamentals/
SKILL.md
langchain-middleware/
SKILL.md
langchain-python-quickstart/
SKILL.md
langchain-rag/
SKILL.md
langchain-typescript-quickstart/
SKILL.md
langgraph-cli/
SKILL.md
langgraph-fundamentals/
SKILL.md
langgraph-human-in-the-loop/
SKILL.md
langgraph-persistence/
SKILL.md
langgraph-python-quickstart/
SKILL.md
langgraph-typescript-quickstart/
SKILL.md
langsmith-online-eval-engineering/
references/
evaluator-design.md
langsmith-api.md
trace-inspection.md
SKILL.md
managed-deep-agents/
SKILL.md
swarm/
scripts/
batching.ts
executor.ts
filter.ts
index.ts
interpolate.ts
table.ts
types.ts
utils.ts
SKILL.md
install.sh
package.json
pnpm-lock.yaml
pyproject.toml
README.md
tests/
swarm/
batching.test.ts
executor.test.ts
filter.test.ts
index.test.ts
interpolate.test.ts
table.test.ts
utils.test.ts
tsconfig.json
vitest.config.tsFAQ
langchain-skills is a Claude Code plugin with 22 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes deep-agents-core, deep-agents-memory, deep-agents-orchestration. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.