langchain-stack
- Repo stars 0
- Author repo skills-registry
LangChain / LangGraph / Deep Agents — Skill Router
Do NOT load all sub-skills. Read ONLY the file(s) relevant to the current task.
Step 1: Pick framework
If unsure which framework to use, read framework-selection first:
→ ~/.skills-library/langchain/framework-selection/SKILL.md (163 lines)
Step 2: Load the relevant sub-skill(s)
LangChain (simple agents, tool calling)
| When | Read |
|---|---|
| Creating agents, defining tools, basic agent loop | ~/.skills-library/langchain/langchain-fundamentals/SKILL.md (394 lines) |
| Human-in-the-loop approval, custom middleware, structured output | ~/.skills-library/langchain/langchain-middleware/SKILL.md (388 lines) |
| RAG: document loaders, splitters, embeddings, vector stores | ~/.skills-library/langchain/langchain-rag/SKILL.md (517 lines) |
| Package versions, installation, dependency management | ~/.skills-library/langchain/langchain-dependencies/SKILL.md (419 lines) |
LangGraph (stateful graphs, complex workflows)
| When | Read |
|---|---|
| StateGraph, nodes, edges, Command, Send, streaming | ~/.skills-library/langchain/langgraph-fundamentals/SKILL.md (811 lines) |
| interrupt(), approval workflows, error handling tiers | ~/.skills-library/langchain/langgraph-human-in-the-loop/SKILL.md (532 lines) |
| Checkpointers, thread_id, time travel, Store, subgraph persistence | ~/.skills-library/langchain/langgraph-persistence/SKILL.md (560 lines) |
Deep Agents (hierarchical agent systems)
| When | Read |
|---|---|
| create_deep_agent(), harness architecture, SKILL.md format | ~/.skills-library/langchain/deep-agents-core/SKILL.md (423 lines) |
| SubAgentMiddleware, TodoList planning, HITL interrupts | ~/.skills-library/langchain/deep-agents-orchestration/SKILL.md (471 lines) |
| StateBackend, StoreBackend, FilesystemMiddleware, CompositeBackend | ~/.skills-library/langchain/deep-agents-memory/SKILL.md (301 lines) |
~/.skills-library/langchain is a symlink to the langchain-skills submodule — don't hardcode the submodule path, use this alias so the skill stays portable if the submodule moves.
Rules
- Read the sub-skill file with the Read tool — it contains full API reference and examples
- For multi-concern tasks, read multiple files (e.g. langgraph-fundamentals + langgraph-persistence)
- Never guess APIs from memory — always read the file first
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: andres-ortizl/dotfiles — distributed by TomeVault.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. If unsure which framework to use, read framework-selection first: → ~/.skills-library/langchain/framework-selection/SKILL.md (163 lines)
Step 2: Load the relevant sub-skill(s)
When · Read StateGraph, nodes, edges, Command, Send, streaming · ~/.skills-library/langchain/langgraph-fundamentals/SKILL.md (811 lines) interrupt(), approval workflows, error handling tiers · ~/.skills-library/langchain/langgraph-human-in-the-loop/SKILL.md…
# LangChain / LangGraph / Deep Agents — Skill Router
Do NOT load all sub-skills. Read ONLY the file(s) relevant to the current task.
## Step 1: Pick framework
If unsure which framework to use, read **framework-selection** first:
→ `~/.skills-library/langchain/framework-selection/SKILL.md` (163 lines)
## Step 2: Load the relevant sub-skill(s)
### LangChain (simple agents, tool calling)
| When | Read |
|---|---|
| Creating agents, defining tools, basic agent loop | `~/.skills-library/langchain/langchain-fundamentals/SKILL.md` (394 lines) |
| Human-in-the-loop approval, custom middleware, structured output | `~/.skills-library/langchain/langchain-middleware/SKILL.md` (388 lines) |
| RAG: document loaders, splitters, embeddings, vector stores | `~/.skills-library/langchain/langchain-rag/SKILL.md` (517 lines) |
| Package versions, installation, dependency management | `~/.skills-library/langchain/langchain-dependencies/SKILL.md` (419 lines) |
### LangGraph (stateful graphs, complex workflows)
| When | Read |
|---|---|
| StateGraph, nodes, edges, Command, Send, streaming | `~/.skills-library/langchain/langgraph-fundamentals/SKILL.md` (811 lines) |
| interrupt(), approval workflows, error handling tiers | `~/.skills-library/langchain/langgraph-human-in-the-loop/SKILL.md` (532 lines) |
| Checkpointers, thread_id, time travel, Store, subgraph persistence | `~/.skills-library/langchain/langgraph-persistence/SKILL.md` (560 lines) |
### Deep Agents (hierarchical agent systems)
| When | Read |
|---|---|
| create_deep_agent(), harness architecture, SKILL.md format | `~/.skills-library/langchain/deep-agents-core/SKILL.md` (423 lines) |
| SubAgentMiddleware, TodoList planning, HITL interrupts | `~/.skills-library/langchain/deep-agents-orchestration/SKILL.md` (471 lines) |
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Step 1: Pick framework → Step 2: Load the relevant sub-skill(s) → LangChain (simple agents, tool calling) → LangGraph (stateful graphs, complex workflows) → Deep Agents (hierarchical agent systems) → Rules
terms -> framework-selection · Do NOT load all sub-skills. · --- > Source: [andres-ortizl/dotfiles](https://github.com/andres-ortizl/dotfiles) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> ~/.skills-library/langchain/framework-selection/SKILL.md · ~/.skills-library/langchain/langchain-fundamentals/SKILL.md · ~/.skills-library/langchain/langchain-middleware/SKILL.md · ~/.skills-library/langchain/langchain-rag/SKILL.md · ~/.skills-library/langchain/langchain-dependencies/SKILL.md · ~/.skills-library/langchain/langgraph-fundamentals/SKILL.md · ~/.skills-library/langchain/langgraph-human-in-the-loop/SKILL.md · ~/.skills-library/langchain/langgraph-persistence/SKILL.md
body sha256 -> 04e6f1a1169c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review