Skip to main content
Use the Lemma tracing skill when you want a coding agent to install the SDK, detect your framework, and add tracing for you. The skill lives in the public Lemma developer repo:
https://github.com/uselemma/lemma/tree/main/skills/lemma-tracing

Install with the Skills CLI

npx skills add uselemma/lemma --skill "lemma-tracing"
For Cursor, use the Skills CLI target:
npx skills add uselemma/lemma --skill "lemma-tracing" --target cursor
For Claude Code, use the Skills CLI target:
npx skills add uselemma/lemma --skill "lemma-tracing" --target claude

Prompt your agent

After installing the skill, paste this into your coding agent:
Use the Lemma tracing skill to add tracing to this application.
The skill covers manual SDK tracing, Vercel AI SDK, OpenAI Agents SDK, LangChain, LangGraph, Langfuse side-by-side installs, trace handles, debug mode, and common tracing issues.