langchain-agent-skills
Build, test, and deploy LangGraph and Deep Agents projects
All Skills in This Repository (7)
Pure Emerald Level Indicatorslanggraph-agent-patterns
Build and validate LangGraph multi-agent graphs with supervisor, router, orchestrator-worker, and handoff patterns.
langgraph-error-handling
Automate LangGraph error handling with RetryPolicy, ToolNode, and HITL interrupts.
langsmith-deployment
Deploy LangGraph agents via LangSmith Deployment across cloud, hybrid, and standalone environments.
langgraph-project-setup
Generate LangGraph project scaffolds with configuration and environment templates.
skill-creator
Create modular skills with SKILL.md frontmatter and starter resource directories.
langgraph-state-management
Design LangGraph state schemas, reducers, and persistence with TypedDict and MessagesState.
langsmith-trace-analyzer
Analyze LangSmith traces to generate Markdown or JSON diagnostics reports.
Frequently Asked Questions
FAQPage SchemaHow to install langchain-agent-skills?โผ
Run `npx skills add Lubu-Labs/langchain-agent-skills --all -g -y` in your terminal to install all skills globally.
What does this LangChain skills collection cover?โผ
It covers the full LangGraph and Deep Agents lifecycle: project setup, multi-agent patterns, state management, error handling, testing, trace analysis, and production deployment to LangSmith.
Does it work with Claude Code, Codex, and Cursor?โผ
Yes. Every skill uses the standard SKILL.md format, which Claude Code, Codex, OpenCode, and Cursor all read natively.
Can it help debug failing LangGraph agents?โผ
Yes. The trace analyzer downloads and organizes LangSmith traces, while the error-handling skill classifies failures and applies retry, recovery, or human escalation patterns.
Do I need deep LangGraph experience to use it?โผ
No. Each skill includes quick-start commands, decision tables, and ready-to-run scripts, so your coding assistant handles the framework details for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core