ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace URL (e.g. /llm-observability/traces/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze token usage and costs.
$npx -y skills add muxedai/muxed --skill exploring-llm-tracesInstalls into the current project.
Run `npx skills use "https://github.com/muxedai/muxed" --skill "muxedai/muxed/exploring-llm-traces"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/muxedai/muxed" that are relevant to the current task. Run `npx skills add "https://github.com/muxedai/muxed"` and select the relevant skills, then follow their instructions.