Automates the migration of HubSpot Node.js SDK versions and provides guided patterns for transitioning from legacy APIs to current CRM v3/v4 standards.
The HubSpot Upgrade & Migration skill streamlines the process of maintaining and modernizing HubSpot integrations within Claude Code. It provides developers with automated checks for SDK versioning, identifies breaking changes across versions (such as the v10 removal of API keys or v12 association changes), and offers ready-to-use code transformation patterns. Whether you are moving from legacy v1/v2 endpoints to the modern CRM v3 API or upgrading the @hubspot/api-client package, this skill ensures technical accuracy, security compliance, and robust validation through structured testing and rollback procedures.
주요 기능
012,083 GitHub stars
02Legacy endpoint discovery across local source code
03Pre-defined migration patterns for Auth, Associations, and CRM search
04Automated version auditing for @hubspot/api-client packages
05Standardized rollback and validation procedures
06Step-by-step guidance for handling SDK breaking changes
사용 사례
01Migrating from deprecated API key authentication to Private App Access Tokens
02Refactoring legacy /contacts/v1/ and /deals/v1/ calls to CRM v3 standards
03Upgrading outdated HubSpot SDKs to the latest version while resolving type errors