tracekit-nuxt-sdk

Installation
SKILL.md

TraceKit Nuxt SDK Setup

Auth Bootstrap

Do not tell the user to go sign up, log in separately, or manually create an API key before setup. First check for existing TraceKit auth. If ~/.tracekitconfig does not contain the production profile or TRACEKIT_API_KEY is missing, apply the tracekit-auth skill first. Use ./scripts/run-tracekit-auth.sh status to check, then guide the user through the TraceKit email verification flow with register and verify. That flow signs the user into an existing account for that email or creates the account automatically, then saves the returned credentials for the rest of the setup.

When To Use

Use this skill when the user asks to:

  • Add TraceKit to a Nuxt application
  • Add observability, error tracking, or APM to a Nuxt project
  • Instrument a Nuxt app with distributed tracing
  • Set up error monitoring in a Nuxt 3 application
  • Configure TraceKit in a Nuxt project with composables
  • Debug production Nuxt applications with live breakpoints

If the user has a vanilla JavaScript/TypeScript project without Nuxt, use the tracekit-browser-sdk skill instead. If the user has a plain Vue SPA (no Nuxt), use the tracekit-vue-sdk skill instead. If the user has Nuxt 2, refer them to the tracekit-vue-sdk skill for Vue 2 patterns.

Non-Negotiable Rules

Related skills

More from tracekit-dev/tracekit-for-ai

Installs
7
GitHub Stars
1
First Seen
Mar 9, 2026