One-click install
npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill langsmith-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langsmith
Source: https://github.com/infantesromeroadrian/arca-claude-code/tree/main/skills/langsmith
Command: npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill langsmith-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LangSmith addresses the challenge of observability in LLM-driven pipelines by providing end-to-end tracing, debugging, evaluation datasets, and production monitoring through a unified CLI.

Core Features & Use Cases

  • Trace and inspect runs across LangChain/LangGraph workflows to diagnose failures quickly.
  • Manage datasets and upload evaluators to measure model performance and automate quality gates.
  • Run controlled experiments to compare approaches and monitor production health, with cost and latency visibility.

Quick Start

Install the LangSmith CLI and connect it to your project to start tracing and evaluating runs.

Frequently Asked Questions about langsmith

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace and inspect LLM runs to diagnose workflow failures?

LLM tracing captures end-to-end execution details across LangChain and LangGraph workflows, allowing you to inspect runs, diagnose failures quickly, and monitor pipeline health during development, QA, and production.

What is the best way to monitor LLM production health and track cost with latency visibility?

Monitoring LLM production health with cost and latency visibility is achieved by running controlled experiments and inspecting traces through a unified CLI, providing metrics to measure model performance and automate quality gates.

How do I manage datasets and create evaluators to measure LLM performance?

You manage datasets and create evaluators by uploading them via the LangSmith CLI, which allows you to measure model performance, automate quality gates, and run controlled experiments to compare different approaches.

Do I need a specific Python environment and API keys to run experiments with LangSmith?

Yes, running experiments and managing datasets requires the LangSmith CLI installed in a compatible Python environment, along with proper API keys configured to instrument traces and execute evaluators successfully.