Codeblockz/langchain-community-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: langchain-community.
Codeblockz/langchain-community-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: langchain-community.
Codeblockz/langchain-community-plugin
Plugin Claude Code
Unofficial Claude Code plugin for LangChain and LangGraph. Agents, RAG pipelines, and LCEL chains with best practices.
Codeblockz/langchain-community-plugin
MCP server Claude CodeCodexCursor +2
MCP server "docs-langchain", hosted remotely at docs.langchain.com, as configured in Codeblockz/langchain-community-plugin.
Codeblockz/langchain-community-plugin
Instructions file
Instructions for Codeblockz/langchain-community-plugin, covering claude.md, plugin structure, architecture, key patterns and development guidelines.
Codeblockz/langchain-community-plugin
Agent
Use this agent to review LangGraph code for common mistakes and best practice violations. Triggers proactively after writing LangGraph code or when explicitly asked to review. Examples.
Codeblockz/langchain-community-plugin
Agent
Use this agent to review RAG (Retrieval-Augmented Generation) code for common mistakes and best practice violations. Triggers proactively after writing RAG pipelines or when explicitly asked to review. Examples.
Codeblockz/langchain-community-plugin
Command
Add a new tool to an existing LangGraph agent.
Codeblockz/langchain-community-plugin
Command
Scaffold a new LangGraph agent with best practices.
Codeblockz/langchain-community-plugin
Command
Scaffold a new LangChain LCEL chain for common patterns.
Codeblockz/langchain-community-plugin
Command
Scaffold a new RAG (Retrieval-Augmented Generation) pipeline with best practices.
Codeblockz/langchain-community-plugin
Command
Validate skill content for correctness - checks syntax, imports, and anti-patterns.
Codeblockz/langchain-community-plugin
Skill Claude CodeCodex
Build data processing pipelines with LangChain Expression Language (LCEL). Use when creating summarization, extraction, or multi-step chains without agents. Covers pipe operator composition, parallel execution, structured output, and output parsing patterns.
Codeblockz/langchain-community-plugin
Skill Claude CodeCodex
Build RAG (Retrieval-Augmented Generation) pipelines with LangChain. Use when loading documents, chunking text, setting up vector stores, creating retrievers, or building question-answering systems. Covers document loaders, text splitters, embeddings, and all major vector stores.
Codeblockz/langchain-community-plugin
Skill Claude CodeCodex
Build AI agents with LangGraph using best practices. Use when creating agents, workflows, tool-calling systems, or multi-agent architectures in Python. Covers createagent (simple) and StateGraph (custom) APIs with state management, persistence, streaming, and human-in-the-loop patterns.