langgraph-subgraph
Subgraph composition and modular workflow design for LangGraph
Browse reusable Agent Skills, each with a clear purpose and practical guidance.
Subgraph composition and modular workflow design for LangGraph
LangSmith tracing and debugging setup for LLM applications. Configure observability, capture traces, and enable debugging for LangChain/LangGraph agents.
LlamaIndex agent and query engine setup for RAG-powered agents
LLM-based zero-shot and few-shot classification for flexible intent detection
Design and implement MCP resource URI schemes and templates with proper naming, hierarchy, and documentation.
Bootstrap MCP server with Python SDK, transport configuration, tool/resource handlers, and proper project structure.
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
Implements the core MCP Apps architectural pattern where a Tool declares _meta.ui.resourceUri referencing a registered Resource. Covers registerAppTool, registerAppResource, text fallback, structuredContent, and app-only helper tools.
Generate JSON Schema definitions for MCP tool input parameters. Creates well-documented, AI-consumable schemas with proper types, descriptions, and validation rules.
Configure HTTP/SSE transport for web-based MCP servers with proper endpoints, authentication, and CORS.