What problem does it solve? Setting up application observability is error-prone: misordered configure and instrument calls silently drop traces, missing package extras cause runtime failures, and unstructured log strings are not searchable. This Skill guides correct Logfire instrumentation so traces, logs, and metrics actually reach the dashboard. ## Core Features & Use Cases - Multi-language instrumentation: Configure Logfire SDKs for Python, JavaScript/TypeScript (Node.js, Cloudflare Workers, Next.js, Deno), and Rust with correct setup ordering. - Framework auto-instrumentation: Wire up instrumentors for FastAPI, Django, Flask, httpx, SQLAlchemy, asyncpg, Redis, Celery, and more, with the matching package extras. - AI/LLM observability: Capture LLM calls, token usage, tool invocations, and agent runs from PydanticAI, OpenAI, Anthropic, LiteLLM, DSPy, and Google GenAI. - Use Case: A developer building a FastAPI service with a PydanticAI agent asks to add observability; the Skill installs logfire[fastapi,pydantic-ai], places configure() before instrument calls, and adds structured logging with searchable attributes. ## Quick Start Ask the AI to add Logfire observability and tracing to your application, mentioning your language and frameworks.