LangSmith datasets help you test and improve your AI agents. You can create, upload, and manage evaluation datasets. These datasets store example inputs and expected outputs. Use them to check if your agent behaves correctly. The langsmith CLI makes it easy to list, create, delete, or export datasets. You can also add examples and run experiments. This keeps your AI reliable and trustworthy.
There are four main dataset types. final_response tests the full conversation. single_step checks one part of an agent. trajectory verifies the series of tool calls. rag tests retrieval quality. Pick the type that fits your testing goal.
You need a LangSmith API key to get started. Set it as an environment variable or pass it with the CLI. Always check the project name to find the right traces. The CLI warns you before deleting anything. Stay safe and test often.
Global
mkdir -p ~/.claude/skills/langsmith-datasetProject
mkdir -p .claude/skills/langsmith-datasetSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step