Covers the fundamentals of building against HubSpot's CRM API, including OAuth and private app authentication, CRUD operations on CRM objects, and batch processing. The skill pushes you toward modern patterns like webhooks over polling and batch operations over one-off requests, which matters given HubSpot's rate limits. The sharp edges table flags eight potential issues ranging from medium to critical severity, though the actual details are sparse. Best used when you're starting a HubSpot integration and want to avoid the common pitfalls around authentication methods and API efficiency. Supports both Node.js and Python SDKs.
npx skills add https://github.com/davila7/claude-code-templates --skill hubspot-integration