This gives you production-ready patterns for HubSpot's CRM API, covering both OAuth flows for multi-tenant apps and private app tokens for single-account integrations. The batch operation examples are especially useful since they show how to process up to 100 records per request, which matters when you're hitting rate limits. Includes practical details like token refresh timing (30 minutes), proper pagination handling, and rate limit retry logic. The code examples span contacts, companies, deals, and associations, with both Node.js and Python SDK snippets. Good reference if you're tired of piecing together HubSpot's docs across different pages.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill hubspot-integration