litefuse
Installation
SKILL.md
Litefuse
This skill helps you use Litefuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically.
Core Principles
Follow these principles for ALL Litefuse work:
- Documentation First: NEVER implement based on memory. Always fetch current docs before writing code (Litefuse updates frequently) See the section below on how to access documentation.
- CLI for Data Access: Use
litefuse-cliwhen querying/modifying Litefuse data. See the section below on how to use the CLI. - Best Practices by Use Case: Check the relevant reference file below for use-case-specific guidelines before implementing
- Use latest Litefuse versions: Unless the user specified otherwise or there's a good reason, always use the latest version of Langfuse SDKs/APIs.