Xero Connection Management Skill Description This skill focuses on the end-to-end setup and maintenance of the Xero OAuth 2.0 connection. It ensures that the application is correctly registered in the Xero Developer Portal, environment variables are synchronized across local and production (Vercel), and the authentication flow is robust. Connection Requirements 1. Xero Developer Portal Configuration - App Type : Web App - Redirect URIs : - Local: - Production: - Scopes Required : - (Required for refresh tokens) - (Required for identity) - (Required for user profile) - (Required for user email…