Langchain Framework
Skill Verified ActiveLangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications
To provide developers with comprehensive guidance and practical examples for building LLM-powered applications using the LangChain framework, covering everything from basic chains to advanced RAG and agent implementations.
Features
- Detailed documentation of LangChain core concepts (LCEL, RAG, Agents, Memory)
- Illustrative Python code examples for all major components
- Guidance on production deployment, error handling, and caching
- Coverage of async patterns and LangSmith tracing integration
Use Cases
- Learning how to build LLM applications with LangChain
- Implementing RAG pipelines for knowledge retrieval
- Developing AI agents that can use tools and memory
- Understanding advanced chain and memory patterns
Non-Goals
- Does not provide pre-built LangChain agents or chains
- Does not execute LangChain code directly
- Does not offer direct integration with specific LLM providers beyond framework examples
Installation
npx skills add bobmatnyc/claude-mpm-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedSimilar Extensions
LangChain
99Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.
TradeMemory Protocol
100Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on "evolve", "discover patterns", "backtest", "evolution", "strategy generation", "candidate strategy".
Chat Format
100Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
Rag Architect
100Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
Dspy
99Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming