"Create a minimal Laminar trace demo in minutes with no external LLM calls. Use when a user asks for a Laminar example, a quickstart demo, or wants to see traces appear in the Laminar UI quickly (cloud or self-hosted)."
Resources
1Install
npx skillscat add lmnr-ai/lmnr-skills/laminar-quickstart-trace Install via the SkillsCat registry.
SKILL.md
Laminar Quickstart Trace
Workflow
- Confirm runtime (Node/TS vs Python), Laminar backend target (cloud vs self-hosted), and availability of
LMNR_PROJECT_API_KEY. - Build the smallest runnable demo using manual spans only; tag the trace with a unique run id for easy filtering.
- Run the script and direct the user to the Traces view; filter by tag or metadata to find the trace.
- If traces do not show quickly, retry with batching disabled and call
Laminar.flush().
References
references/quickstart-node.mdfor a Node/JS demo with code and commands.references/quickstart-python.mdfor a Python demo with code and commands.references/troubleshooting.mdfor common failures and fast fixes.