Skip to main content
Back to registry

framework-selection

langchain-ai/langchain-skills

Picking a higher layer does not cut you off from lower layers — you can use LangGraph graphs inside Deep Agents, and LangChain primitives inside both.

Installs1
Install command
npx skills add https://github.com/langchain-ai/langchain-skills --skill framework-selection
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Picking a higher layer does not cut you off from lower layers — you can use LangGraph graphs inside Deep Agents, and LangChain primitives inside both. This skill should be loaded at the top of any project before selecting other skills or writing agent code. The framework you choose dictates which other skills to invoke next. Answer these questions in order: Best for: Not ideal when: Skills to invoke next: langchain-models , langchain-rag , langchain-middleware Best for: Not ideal when: Skills to invoke next: langgraph-fundamentals , langgraph-human-in-the-loop , langgraph-persistence Best for: Not ideal when: Middleware — built-in and extensible: Deep Agents ships with a built-in middleware layer out of the box — you configure it, you don't implement it. The following come pre-wired; you can also add your own on top: Skills to invoke next: deep-agents-core , deep-agents-memory , deep-agents-orchestration A LangGraph compiled graph can be registered as a subagent inside Deep Agents. This means you can build a tightly-controlled LangGraph workflow (e.g. a retrieval-and-verify loop) and hand it off to the Deep Agents task tool as a named subagent — the Deep Agents orchestrator delegates to it without caring about its internal graph structure. LangChain tools, chains, and retrievers can be used freely inside both LangGraph nodes and Deep Agents tools — they are the shared building...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does framework-selection do?

Picking a higher layer does not cut you off from lower layers — you can use LangGraph graphs inside Deep Agents, and LangChain primitives inside both.

Is framework-selection good?

framework-selection does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does framework-selection work with?

framework-selection currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to framework-selection?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install framework-selection?

npx skills add https://github.com/langchain-ai/langchain-skills --skill framework-selection

Related skills

More from langchain-ai/langchain-skills

Related skills

Alternatives in Software Engineering