Back to Skills

langchain-1-basic-chain-composition

vamseeachanta
Updated 2 days ago
6 views
3
2
3
View on GitHub
Otherai

About

This skill demonstrates how to create basic LangChain pipelines by connecting prompt templates, LLMs, and output parsers. It's ideal for developers starting with LangChain who need to build simple question-answering chains with customizable system prompts. The implementation shows a fundamental Runnable chain pattern using ChatOpenAI models with configurable parameters.

Quick Install

Claude Code

Recommended
Primary
npx skills add vamseeachanta/workspace-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternative
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/langchain-1-basic-chain-composition

Copy and paste this command in Claude Code to install this skill

GitHub Repository

vamseeachanta/workspace-hub
Path: .claude/skills/ai/prompting/langchain/1-basic-chain-composition
0

Related Skills