All notable changes to the LangSmith Fetch Skill will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The first AI observability & debugging skill for Claude Code!
- ✅ Automatic debugging - Claude autonomously fetches and analyzes LangSmith traces
- ✅ Four core workflows:
- Quick Debug Recent Activity (5-minute traces)
- Deep Dive Specific Trace (by trace ID)
- Export Debug Session (save to organized folders)
- Error Detection (find and categorize failures)
- ✅ Fetch recent traces with time-based filtering
- ✅ Analyze specific trace by ID
- ✅ Export sessions to files with metadata
- ✅ Detect and categorize errors
- ✅ Review tool calls and results
- ✅ Check memory operations (LTM)
- ✅ Track token usage and costs
- ✅ Compare agent performance
- ✅ Identify bottlenecks
- ✅ Suggest optimizations
- ✅ Complete
SKILL.mdwith YAML frontmatter and detailed workflows - ✅ Professional
README.mdwith installation and usage guides - ✅
CONTRIBUTING.mdwith contribution guidelines and templates - ✅ MIT
LICENSE - ✅ This
CHANGELOG.md
- ✅ Response format examples for each workflow
- ✅ Common use cases (Agent Not Responding, Wrong Tool Called, Memory Not Working, Performance Issues)
- ✅ Troubleshooting guide
- ✅ Best practices for debugging
- ✅ Quick reference command guide
- ✅ Seamless Claude Code integration
- ✅ Model-invoked activation (Claude decides when to use)
- ✅ PowerShell and Bash command examples
- ✅ Environment variable setup guide
langsmith-fetchCLI (>= 0.1.0)LANGSMITH_API_KEYenvironment variableLANGSMITH_PROJECTenvironment variable
Claude automatically activates this skill when users mention:
- "Debug my agent"
- "What went wrong?"
- "Show me recent traces"
- "Check for errors"
- "Analyze memory operations"
- "Review agent performance"
- "What tools were called?"
- Ahmad Othman Ammar Adi - Initial work - @OthmanAdi
- LangChain team for the excellent
langsmith-fetchCLI - Anthropic for Claude Code and the Skills framework
- The AI observability community
- Enhanced multi-agent orchestration debugging
- Cost tracking and optimization suggestions
- Performance profiling workflows
- Custom export formats
- Team collaboration features
Note: This is the first AI observability skill for Claude Code. We're excited to see how the community uses and improves it!
For full details on each release, see the Releases page.