Skip to main content

Skills in this repository

jeremylongshore/tons-of-skills-marketplace - Page 58

SkillsMP has collected 3,430 skills from jeremylongshore/tons-of-skills-marketplace. Open a skill to review its source and details.

jeremylongshore/tons-of-skills-marketplace

Showing 40 of 3,430 collected skills.

occupation
unclassified
description

Configure Hootsuite CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Hootsuite tests into your build process. Trigger with phrases like "hootsuite CI", "hootsuite GitHub…

updated
occupation
unclassified
description

Diagnose and fix Hootsuite common errors and exceptions. Use when encountering Hootsuite errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "hootsuite error", "fix hootsuite", "hootsuite not working", "debug…

updated
occupation
unclassified
description

Execute Hootsuite primary workflow: Core Workflow A. Use when implementing primary use case, building main features, or core integration tasks. Trigger with phrases like "hootsuite main workflow", "primary task with hootsuite".

updated
occupation
unclassified
description

Execute Hootsuite secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "hootsuite secondary workflow", "secondary task with hootsuite".

updated
occupation
unclassified
description

Optimize Hootsuite costs through tier selection, sampling, and usage monitoring. Use when analyzing Hootsuite billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "hootsuite cost", "hootsuite billing",…

updated
occupation
unclassified
description

Collect Hootsuite debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Hootsuite problems. Trigger with phrases like "hootsuite debug", "hootsuite…

updated
occupation
unclassified
description

Deploy Hootsuite integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Hootsuite-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy hootsuite",…

updated
occupation
unclassified
description

Create a minimal working Hootsuite example. Use when starting a new Hootsuite integration, testing your setup, or learning basic Hootsuite API patterns. Trigger with phrases like "hootsuite hello world", "hootsuite example", "hootsuite quick start", "simple…

updated
occupation
unclassified
description

Install and configure Hootsuite SDK/CLI authentication. Use when setting up a new Hootsuite integration, configuring API keys, or initializing Hootsuite in your project. Trigger with phrases like "install hootsuite", "setup hootsuite", "hootsuite auth",…

updated
occupation
unclassified
description

Configure Hootsuite local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Hootsuite. Trigger with phrases like "hootsuite dev setup", "hootsuite…

updated
occupation
unclassified
description

Optimize Hootsuite API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing request throughput for Hootsuite integrations. Trigger with phrases like "hootsuite…

updated
occupation
unclassified
description

Execute Hootsuite production deployment checklist and rollback procedures. Use when deploying Hootsuite integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "hootsuite production", "deploy hootsuite",…

updated
occupation
unclassified
description

Implement Hootsuite rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Hootsuite. Trigger with phrases like "hootsuite rate limit", "hootsuite throttling",…

updated
occupation
unclassified
description

Implement Hootsuite reference architecture with best-practice project layout. Use when designing new Hootsuite integrations, reviewing project structure, or establishing architecture standards for Hootsuite applications. Trigger with phrases like "hootsuite…

updated
occupation
unclassified
description

Apply production-ready Hootsuite SDK patterns for TypeScript and Python. Use when implementing Hootsuite integrations, refactoring SDK usage, or establishing team coding standards for Hootsuite. Trigger with phrases like "hootsuite SDK patterns", "hootsuite…

updated
occupation
unclassified
description

Apply Hootsuite security best practices for secrets and access control. Use when securing API keys, implementing least privilege access, or auditing Hootsuite security configuration. Trigger with phrases like "hootsuite security", "hootsuite secrets", "secure…

updated
occupation
unclassified
description

Analyze, plan, and execute Hootsuite SDK upgrades with breaking change detection. Use when upgrading Hootsuite SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade hootsuite", "hootsuite migration",…

updated
occupation
unclassified
description

Implement Hootsuite webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Hootsuite event notifications securely. Trigger with phrases like "hootsuite webhook", "hootsuite…

updated
occupation
unclassified
description

Manage 10-100 HubSpot portals for agency clients with credential isolation that prevents cross-portal data contamination, per-portal audit trails for billing and GDPR/CCPA attribution, and a scriptable bulk-onboarding workflow that eliminates one-at-a-time…

updated
occupation
unclassified
description

Authenticate production HubSpot integrations and survive the auth-side failures — 30-min token expiry storms, 500K daily rate-limit burnout, scope drift, token leakage in commits, multi-portal credential routing, OAuth refresh-token decay. Use when hardening…

updated
occupation
unclassified
description

Bulk-migrate CRM data into HubSpot from Salesforce, Pipedrive, or Copper — or export off HubSpot — with field mapping, ID continuity, association re-linking, dedup safety, rate-limit budgeting, and rollback mitigation across 100K+ record datasets. Use when…

updated
occupation
unclassified
description

Deduplicate HubSpot contacts at production scale — surviving import storms, wrong-winner merges, fuzzy-match blind spots, association orphans, rate-limit exhaustion, and silent merge failures on conflicting lifecycle or opt-out status. Use when cleaning a CRM…

updated
occupation
unclassified
description

Automate and audit HubSpot deal pipeline operations without destroying real pipeline — covering stage automation loops, stale-deal safe-close logic, forecast reconciliation, custom property drift detection, quota dashboard cache-busting, and multi-pipeline…

updated
occupation
unclassified
description

Manage HubSpot lifecycle stages and list segmentation in production without silently destroying CRM trust. Covers lifecycle stage progression guards that prevent regression, dynamic list criteria drift, static list orphan detection, lead-scoring…

updated
occupation
unclassified
description

Sync backend product events into HubSpot contact and company custom properties using idempotent batched updates — the Segment integration pattern without Segment. Use when you need to push server-side behavioral signals (feature usage, session counts,…

updated
occupation
unclassified
description

Survive HubSpot API rate limits at production scale. Covers daily 500K portal quota, per-10s burst limits, batch API efficiency (100x), token bucket pattern, queue-based worker architecture, and Retry-After header parsing. Use when a sync job burns the daily…

updated
occupation
unclassified
description

Sync HubSpot CRM data to a data warehouse (BigQuery, Snowflake, or Postgres) for analytics and reporting. Covers initial backfill of millions of records under the 500K/day rate limit, incremental CDC polling via hs_lastmodifieddate, schema-drift detection…

updated
occupation
unclassified
description

Build and harden HubSpot v3 webhook handlers that survive production: HMAC-SHA256 signature verification, Redis SET NX deduplication, async batch processing with immediate 200 ACK, dead-letter queuing for permanent failures, and event-ordering guards for…

updated
occupation
unclassified
description

Configure Juicebox CI/CD. Trigger: "juicebox ci", "juicebox pipeline".

updated
occupation
unclassified
description

Diagnose and fix Juicebox API errors. Trigger: "juicebox error", "fix juicebox", "debug juicebox".

updated
occupation
unclassified
description

Execute Juicebox people search with power filters and ATS export. Trigger: "find candidates", "people search", "juicebox search".

updated
occupation
unclassified
description

Execute Juicebox enrichment and outreach workflow. Trigger: "juicebox enrich", "candidate enrichment", "talent pool".

updated
occupation
unclassified
description

Optimize Juicebox costs. Trigger: "juicebox cost", "juicebox billing", "juicebox budget".

updated
occupation
unclassified
description

Juicebox data privacy and GDPR. Trigger: "juicebox data privacy", "juicebox gdpr".

updated
occupation
unclassified
description

Collect Juicebox debug evidence. Trigger: "juicebox debug", "juicebox support ticket".

updated
occupation
unclassified
description

Deploy Juicebox integrations. Trigger: "deploy juicebox", "juicebox production deploy".

updated
occupation
unclassified
description

Configure Juicebox team access. Trigger: "juicebox rbac", "juicebox team roles".

updated
occupation
unclassified
description

Create a minimal Juicebox people search example. Trigger: "juicebox hello world", "first people search", "test juicebox".

updated
occupation
unclassified
description

Juicebox incident response. Trigger: "juicebox incident", "juicebox outage".

updated
occupation
unclassified
description

Install and configure Juicebox PeopleGPT API authentication. Use when setting up people search or initializing Juicebox. Trigger: "install juicebox", "setup juicebox", "juicebox auth".

updated
Showing 40 of 3,430 collected skills.