These skills follow the Agent Skills specification and are maintained in the
langsmith-skills GitHub repository. You can copy the SKILL.md and any referenced scripts/ into your agent’s skills directory. The installers below only install the LangSmith skills (trace, dataset, evaluator).Quick install
Install only the LangSmith skills (trace, dataset, evaluator) usingnpx skills:
Configure environment
After installing the skills, set environment variables used by all LangSmith skills, helper scripts, and the LangSmith CLI:What these skills cover
- Traces: Add tracing to apps; list, filter, inspect, and export traces for debugging and analysis.
- Datasets: Turn traces into evaluation datasets (final_response, single_step, trajectory, RAG) and optionally upload to LangSmith.
- Evaluators: Define code or LLM‑as‑judge evaluators and attach them to datasets (offline) or projects (online).
SKILL.md plus optional scripts/ helpers you can run or adapt. These skills are designed to plug into compatible coding agents (such as Claude Code or DeepAgents CLI), though you can also reuse the helper scripts directly if you prefer not to wire up a full agent. For heavier querying, exports, or automation, you can pair these skills with the LangSmith CLI to script against the same projects, datasets, and evaluators from your terminal.
Manual install
Clone the repo and run the install script for more options:config/skills/ into your agent’s skills folder.
Included LangSmith skills:
- langsmith-trace — Traces (query/export)
- langsmith-dataset — Datasets (generate/upload)
- langsmith-evaluator — Evaluators (create/attach)
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

