๐ŸŽฏ

swarm

๐ŸŽฏSkill

from langchain-ai/langchain-skills

VibeIndex|
What it does
|

An agent skill for building swarm-based multi-agent systems with LangChain and LangGraph, part of the LangChain Skills collection for constructing agents, memory systems, and deep agent architectures.

๐Ÿ“ฆ

Same repository

langchain-ai/langchain-skills(29 items)

swarm

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add langchain-ai/langchain-skills --skill swarm
skills.sh Installโš  Installs to .agents/skills/
npx skills add langchain-ai/langchain-skills --skill swarm
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/swarm/SKILL.md

SKILL.md

1,403Installs
-
AddedMay 20, 2026

More from this repository10

๐ŸŽฏ
deep-agents-memory๐ŸŽฏSkill

A memory, persistence, and filesystem middleware skill for building agents with LangChain, LangGraph, and Deep Agents โ€” installable via npx skills for any agent supporting the Agent Skills specification.

๐ŸŽฏ
langgraph-persistence๐ŸŽฏSkill

A LangGraph persistence skill covering checkpointers, thread_id, and cross-thread memory โ€” part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

๐ŸŽฏ
langchain-rag๐ŸŽฏSkill

A LangChain agent skill for building RAG (Retrieval-Augmented Generation) applications with LangChain and LangGraph. Part of the LangChain skills collection that covers framework selection, dependency management, deep agents, and memory patterns for AI coding agents.

๐ŸŽฏ
langgraph-human-in-the-loop๐ŸŽฏSkill

A LangGraph human-in-the-loop skill covering interrupts, human review, and approval workflows โ€” part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

๐ŸŽฏ
langchain-middleware๐ŸŽฏSkill

A LangChain middleware skill covering human-in-the-loop approval, custom middleware, and Command resume patterns โ€” part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

๐ŸŽฏ
langgraph-cli๐ŸŽฏSkill

Agent skills for building AI applications with LangChain, LangGraph, and Deep Agents, covering fundamentals, RAG pipelines, persistence, human-in-the-loop workflows, and the LangGraph CLI lifecycle for scaffolding, development, building, and deployment.

๐ŸŽฏ
managed-deep-agents๐ŸŽฏSkill

A skill for the Managed Deep Agents private-preview REST API that covers creating agents, registering MCP servers, creating threads, and streaming runs via the /v1/deepagents endpoint, part of the LangChain Skills collection.

๐ŸŽฏ
ecosystem-primer๐ŸŽฏSkill

A start-here primer for the LangChain ecosystem that guides framework selection between LangChain, LangGraph, and Deep Agents, covers environment setup, and recommends which skill to load next.

๐ŸŽฏ
langgraph-fundamentals๐ŸŽฏSkill

LangGraph fundamentals skill from LangChain for building, observing, and evaluating agents with LangChain, LangGraph, and LangSmith.

๐ŸŽฏ
langgraph-execution-control๐ŸŽฏSkill

LangGraph execution control skill for managing agent execution flow, checkpoints, human-in-the-loop, and state management in LangGraph workflows.