All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,643 views
Hootsuite Common ErrorsB

'Diagnose and fix Hootsuite common errors and exceptions.

ai-agentspythonbash
0
2,691
Hootsuite Core Workflow AA

'Execute Hootsuite primary workflow: Core Workflow A.

ai-agentstypescriptbash
0
2,691
Hootsuite Core Workflow BA

'Execute Hootsuite secondary workflow: Core Workflow B.

ai-agentstypescriptbash
0
2,691
Hootsuite Cost TuningA

'Optimize Hootsuite costs through tier selection, sampling, and usage

ai-agentstypescriptapi
0
2,691
Hootsuite Debug BundleA

'Collect Hootsuite debug evidence for support tickets and troubleshooting.

ai-agentstypescriptbash
0
2,691
Hootsuite Deploy IntegrationA

'Deploy Hootsuite integrations to Vercel, Fly.io, and Cloud Run platforms.

ai-agentstypescriptbash
0
2,691
Hootsuite Hello WorldB

'Create a minimal working Hootsuite example.

ai-agentstypescriptpython
0
2,691
Hootsuite Install AuthA

'Install and configure Hootsuite SDK/CLI authentication.

ai-agentstypescriptgo
0
2,691
Hootsuite Local Dev LoopA

'Configure Hootsuite local development with hot reload and testing.

ai-agentstypescriptbash
0
2,691
Hootsuite Performance TuningA

'Optimize Hootsuite API performance with caching, batching, and connection

ai-agentstypescriptapi
0
2,691
Hootsuite Prod ChecklistA

'Execute Hootsuite production deployment checklist and rollback procedures.

ai-agentstypescriptgo
0
2,691
Hootsuite Rate LimitsA

'Implement Hootsuite rate limiting, backoff, and idempotency patterns.

ai-agentstypescriptapi
0
2,691
Hootsuite Reference ArchitectureA

'Implement Hootsuite reference architecture with best-practice project

ai-agentstypescriptdebugging
0
2,691
Hootsuite Sdk PatternsA

'Apply production-ready Hootsuite SDK patterns for TypeScript and Python.

ai-agentstypescriptpython
0
2,691
Hootsuite Security BasicsA

'Apply Hootsuite security best practices for secrets and access control.

ai-agentstypescriptbash
0
2,691
Hootsuite Upgrade MigrationA

'Analyze, plan, and execute Hootsuite SDK upgrades with breaking change

ai-agentstypescriptbash
0
2,691
Hootsuite Webhooks EventsA

'Implement Hootsuite webhook signature validation and event handling.

ai-agentstypescriptbash
0
2,691
Hubspot Agency Multi PortalB

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 credential setup. Use when onboarding new client portals, building a compliant per-client API call log, rotating tokens across a full agency fleet, or generating per-client compliance reports. Trigger with "hubspot agency", "multi-portal ma...

ai-agentstypescriptpython
0
2,691
Hubspot AuthA

Authenticate production HubSpot integrations and survive the auth-side

ai-agentstypescriptpython
0
2,691
Hubspot Bulk MigrationA

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 migrating any source CRM to HubSpot, recovering from a failed import with duplicate or unlinked records, or exporting out of HubSpot before switching platforms. Trigger with "hubspot bulk migration", "salesforce to hubspot", "pipedrive to h...

ai-agentspythongo
0
2,691
Hubspot Contact DedupA

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 after a bulk import, running a nightly dedup pipeline on millions of records, recovering from a merge that destroyed the wrong timeline, or building fuzzy matching beyond HubSpot's native email-uniqueness. Trigger with "hubspot dedup", "...

ai-agentspythongo
0
2,691
Hubspot Deal Pipeline AutomationA

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 duplicate detection. Use when writing or debugging workflow automations that move deals between stages, auditing pipelines for stale or duplicated opportunities, reconciling forecast numbers that disagree across reports, or hardening RevOps...

ai-agentstypescriptpython
0
2,691
Hubspot Lifecycle And ListsB

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 source-of-truth conflicts, webhook-missed-event recovery, and cross-portal list sync. Use when moving contacts through the funnel, building segment-based nurture flows, auditing list membership integrity, reconciling external lead scores with HubSpot ...

ai-agentspythonrust
0
2,691
Hubspot Product Event SyncA

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, last-seen timestamps, trial milestones) into HubSpot CRM properties so sales and marketing can act on product data without a CDP in the stack. Trigger with "hubspot product events", "sync events to hubspot", "hubspot custom properties", "hubspot...

ai-agentstypescriptpython
0
2,691
Hubspot Rate Limit SurvivalB

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 quota before 8am, when a parallelized batch job retry-storms on 429s, when single-record reads waste 99% of available throughput, or when instrumenting a rate-limit dashboard for an Ops Hub Enterprise portal. Trigger with "hubspot rate li...

ai-agentstypescriptpython
0
2,691
Hubspot Warehouse SyncB

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 with ALTER TABLE generation, association sync for contacts/deals/companies, and idempotent upsert patterns that prevent duplicate rows on retry. Use when building a HubSpot → warehouse pipeline, resyncing after a schema change, debugging dup...

ai-agentspythongo
0
2,691
Hubspot Webhook HandlersB

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 property-change streams. Use when implementing HubSpot webhooks for the first time, hardening an existing handler against retry storms or duplicate processing, debugging signature verification failures, or designing a reliable event pipeline ...

ai-agentstypescriptpython
0
2,691
HyperfocusA

'ADHD-friendly output formatting for Claude Code. Restructures responses

ai-agentsgogit
0
2,691
Hypothesis TesterA

Structured hypothesis formulation, experiment design, and results interpretation

ai-agentsrustgo
0
2,691
Ideogram Ci IntegrationA

'Configure CI/CD pipelines for Ideogram integrations with GitHub Actions.

ai-agentstypescriptbash
0
2,691
Ideogram Common ErrorsB

'Diagnose and fix Ideogram API errors and exceptions.

ai-agentstypescriptbash
0
2,691
Ideogram Core Workflow AA

'Execute Ideogram primary workflow: text-to-image generation with text

ai-agentstypescriptgo
0
2,691
Ideogram Core Workflow BA

'Execute Ideogram secondary workflows: edit (Magic Fill), remix, upscale,

ai-agentstypescriptgo
0
2,691
Ideogram Cost TuningA

'Optimize Ideogram costs through model selection, caching, and usage

ai-agentstypescriptgo
0
2,691
Ideogram Data HandlingA

'Manage Ideogram generated image assets, metadata tracking, and lifecycle

ai-agentstypescriptsql
0
2,691
Ideogram Debug BundleB

'Collect Ideogram debug evidence for support tickets and troubleshooting.

ai-agentstypescriptpython
0
2,691
Ideogram Deploy IntegrationA

'Deploy Ideogram integrations to Vercel, Cloud Run, and Docker platforms.

ai-agentstypescriptgo
0
2,691
Ideogram Enterprise RbacA

'Implement team-based access control and credit management for Ideogram.

ai-agentstypescriptgo
0
2,691
Ideogram Hello WorldA

'Create a minimal working Ideogram image generation example.

ai-agentstypescriptpython
0
2,691
Ideogram Incident RunbookB

'Execute Ideogram incident response with triage, mitigation, and postmortem.

ai-agentstypescriptgo
0
2,691
Ideogram Install AuthA

'Install and configure Ideogram API authentication.

ai-agentstypescriptpython
0
2,691
Ideogram Local Dev LoopA

'Configure Ideogram local development with mock responses and testing.

ai-agentstypescriptbash
0
2,691
Ideogram Migration Deep DiveA

'Migrate from other image generation APIs to Ideogram, or re-architect

ai-agentstypescriptbash
0
2,691
Ideogram Multi Env SetupA

'Configure Ideogram across development, staging, and production environments.

ai-agentstypescriptbash
0
2,691
Ideogram ObservabilityA

'Set up monitoring, metrics, and alerts for Ideogram integrations.

ai-agentstypescriptgit
0
2,691
Ideogram Performance TuningA

'Optimize Ideogram API performance with caching, model selection, and

ai-agentstypescriptgo
0
2,691
Ideogram Prod ChecklistA

'Execute Ideogram production deployment checklist and rollback procedures.

ai-agentstypescriptgo
0
2,691
Ideogram Rate LimitsA

'Implement Ideogram rate limiting, backoff, and request queuing patterns.

ai-agentstypescriptgit
0
2,691
Ideogram Reference ArchitectureA

'Implement Ideogram reference architecture with prompt templates, asset

ai-agentstypescriptapi
0
2,691
Ideogram Sdk PatternsA

'Apply production-ready Ideogram API patterns for TypeScript and Python.

ai-agentstypescriptpython
0
2,691