laminar-quickstart-trace

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).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laminar-quickstart-trace" with this command: npx skills add lmnr-ai/laminar-skills/lmnr-ai-laminar-skills-laminar-quickstart-trace

Laminar Quickstart Trace

Workflow

  1. Confirm runtime (Node/TS vs Python), Laminar backend target (cloud vs self-hosted), and availability of LMNR_PROJECT_API_KEY.
  2. Build the smallest runnable demo using manual spans only; tag the trace with a unique run id for easy filtering.
  3. Run the script and direct the user to the Traces view; filter by tag or metadata to find the trace.
  4. If traces do not show quickly, retry with batching disabled and call Laminar.flush().

References

  • references/quickstart-node.md for a Node/JS demo with code and commands.
  • references/quickstart-python.md for a Python demo with code and commands.
  • references/troubleshooting.md for common failures and fast fixes.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

query-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

laminar-migrate-observability

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

laminar-instrument-codebase

No summary provided by upstream source.

Repository SourceNeeds Review
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated