All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,418 views
Groq Migration Deep DiveA

Use when you are moving a codebase off OpenAI, Anthropic, or another LLM provider onto Groq (or between Groq model generations) and want a zero-downtime, feature-flagged cutover with a benchmark and rollback plan. Trigger with phrases like "migrate to groq", "switch to groq", "groq migration", "openai to groq", "groq replatform".

ai-agentstypescriptgo
0
2,691
Groq Multi Env SetupA

Use when you need Groq to behave differently across dev, staging, and production — cheap fast models and verbose logs in dev, the production model and hardened retries everywhere else, with per-environment API keys. Configure environment-specific model selection, rate limits, and secrets. Trigger with phrases like "groq environments", "groq staging", "groq dev prod", "groq environment setup", "groq multi-env", "groq config by env".

ai-agentstypescriptbash
0
2,691
Groq ObservabilityA

'Set up observability for Groq integrations: latency histograms, token

ai-agentstypescriptnode
0
2,691
Groq Performance TuningA

'Optimize Groq API performance with model selection, caching, streaming,

ai-agentstypescriptnode
0
2,691
Groq Prod ChecklistA

'Execute Groq production deployment checklist and go-live procedures.

ai-agentstypescriptgo
0
2,691
Groq Rate LimitsA

'Implement Groq rate limit handling with backoff, queuing, and header

ai-agentstypescriptreact
0
2,691
Groq Reference ArchitectureA

'Implement Groq reference architecture with model routing, streaming

ai-agentstypescriptnode
0
2,691
Groq Sdk PatternsA

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

ai-agentstypescriptpython
0
2,691
Groq Security BasicsB

'Apply Groq security best practices for API key management and data protection.

ai-agentstypescriptbash
0
2,691
Groq Upgrade MigrationA

'Upgrade groq-sdk versions and handle Groq model deprecations.

ai-agentstypescriptpython
0
2,691
Groq Webhooks EventsA

'Build event-driven architectures with Groq streaming, batch processing,

ai-agentstypescriptpython
0
2,691
Guidewire Ci Cd PipelineA

Ship Gosu code and configuration changes through Guidewire Cloud Console deployment slots without breaking running policies — Gosu compile + GUnit + lint gates per PR, config-package promotion dev→UAT→prod, schema-change rollouts with rollback hazards documented, canary deploy for high-risk changes, and the rollback decision tree when a release affects already-bound policies. Use when designing the deploy pipeline for a new InsuranceSuite project, hardening an existing one, or recovering from...

ai-agentsgojava
0
2,691
Guidewire Core Workflow AA

Automate the PolicyCenter account→submission→quote→bind→issue→endorse→renew pipeline including the failure paths — underwriting issues blocking bind, quotes expiring before bind, referrals stuck pending approval, and mid-term endorsements that trigger unexpected premium audit recalculation. Use when building outbound integrations against PolicyCenter Cloud API (CRM-driven submission, broker-portal binding, automated renewal jobs). Trigger with "policycenter automation", "submission to bind", ...

ai-agentstypescriptbash
0
2,691
Guidewire Core Workflow BA

Automate the ClaimCenter FNOL→investigation→reserve→payment→settlement→close pipeline including the failure paths — duplicate FNOL from multi-source intake, reserve-must-precede-payment ordering, supervisor-authorization tiers, premature settlement, and reopen-vs-new-claim ambiguity. Use when building claim intake from caller portals, IVR, or partner systems; automating reserve-setting jobs; or integrating settlement events with finance. Trigger with "claimcenter automation", "FNOL", "claim r...

ai-agentstypescriptgo
0
2,691
Guidewire Install AuthB

Authenticate production Guidewire Cloud API integrations and survive the auth-side failures — token expiry storms, scope drift, private-CA PKIX errors, secret rotation. Use when hardening OAuth2 token caching, configuring JVM trust stores, or rotating client secrets without downtime. Trigger with "guidewire auth", "guidewire OAuth2", "guidewire token cache", "guidewire PKIX", "guidewire secret rotation".

ai-agentstypescriptrust
0
2,691
Guidewire Local Dev LoopA

Iterate on Gosu rules and configuration without paying the full 5–15 minute runServer rebuild every time. Use when standing up Guidewire Studio against a local InsuranceSuite instance, attaching an IntelliJ remote debugger to runServer, distinguishing changes that hot-reload from changes that force restart, or building a GUnit-driven TDD cycle for rule logic. Trigger with "guidewire studio", "gosu hot reload", "gosu debugger", "gunit", "guidewire runServer".

ai-agentsrustgo
0
2,691
Guidewire Migration And UpgradeA

Move a Guidewire deployment to a new platform or release without breaking running policies and claims — on-prem→cloud cutover (config reconciliation, data migration, parallel-run validation), in-place version upgrade (e.g., 202403→202503) with deprecated-API regression coverage, rehearsal-driven cutover with rollback path mid-flight, and broker/claimant communication so users hit the right system at the right time. Use when planning a cloud migration, executing a version upgrade, or rehearsin...

ai-agentsrustgo
0
2,691
Guidewire Observability And Incident ResponseA

Operate a Guidewire Cloud API integration in production — define SLIs/SLOs for token availability, bind success rate, FNOL p99 latency; route alerts so the on-call gets paged for real outages and never for transient noise; triage 401 spikes, 409 storms, 429 saturation, scope drift, and Gosu OOM cascades from signal to recovery in 15 minutes or less. Use when designing a dashboard for a new integration, writing the on-call runbook, or running a post-incident review. Trigger with "guidewire obs...

ai-agentsrustgo
0
2,691
Guidewire Sdk PatternsA

Build a production-grade Guidewire Cloud API client that survives the request-side failures — 409 checksum conflicts on PATCH/PUT, 429 quota throttling, offsetToken pagination drift, retry-unsafe POSTs, and unstructured error responses. Use when designing an HTTP client wrapper around PolicyCenter, ClaimCenter, or BillingCenter REST endpoints. Trigger with "guidewire client", "guidewire sdk", "checksum 409", "guidewire pagination", "guidewire rate limit", "Retry-After".

ai-agentstypescriptgo
0
2,691
Guidewire Security And RbacB

Lock down a Guidewire Cloud API integration so it survives a SOC 2 audit, an NAIC Model Audit Rule review, and a real-world incident — least-privilege role design, encrypted committed secrets via SOPS+age, PII redaction in logs (SSN/DOB/claim narrative), audit-trail capture, cross-tenant isolation for multi-carrier integrations, and detect-and-rotate response to token leaks. Use when designing the security posture for a new integration, hardening an existing one before audit, or responding to...

ai-agentstypescriptrust
0
2,691
Guidewire Webhooks IntegrationsA

Consume Guidewire App Events into downstream systems (SQS/SNS, Kafka, webhooks) and survive the event-side failures — events not firing because Gosu registration was missed, duplicates from queue redelivery, out-of-order arrival on the same resource, replay from a checkpoint for backfill, and back-pressure when consumers cannot keep up with producers. Use when registering App Events in Gosu, building an event-consumer service, or recovering from a missed-event window. Trigger with "guidewire ...

ai-agentstypescriptgo
0
2,691
Hex Ci IntegrationA

'Configure Hex CI/CD integration with GitHub Actions and testing.

ai-agentstypescriptgo
0
2,691
Hex Common ErrorsB

'Diagnose and fix Hex common errors and exceptions.

ai-agentspythonbash
0
2,691
Hex Core Workflow AA

'Execute Hex primary workflow: Core Workflow A.

ai-agentstypescriptbash
0
2,691
Hex Core Workflow BA

'Execute Hex secondary workflow: Core Workflow B.

ai-agentstypescriptbash
0
2,691
Hex Cost TuningA

'Optimize Hex costs through tier selection, sampling, and usage monitoring.

ai-agentstypescriptgo
0
2,691
Hex Debug BundleA

'Collect Hex debug evidence for support tickets and troubleshooting.

ai-agentstypescriptgo
0
2,691
Hex Deploy IntegrationA

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

ai-agentstypescriptbash
0
2,691
Hex Hello WorldB

'Create a minimal working Hex example.

ai-agentstypescriptpython
0
2,691
Hex Install AuthB

'Install and configure Hex SDK/CLI authentication.

ai-agentstypescriptpython
0
2,691
Hex Local Dev LoopA

'Configure Hex local development with hot reload and testing.

ai-agentstypescriptbash
0
2,691
Hex Performance TuningA

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

ai-agentstypescriptapi
0
2,691
Hex Prod ChecklistA

'Execute Hex production deployment checklist and rollback procedures.

ai-agentstypescriptgo
0
2,691
Hex Rate LimitsA

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

ai-agentstypescriptsql
0
2,691
Hex Reference ArchitectureA

'Implement Hex reference architecture with best-practice project layout.

ai-agentstypescriptpython
0
2,691
Hex Sdk PatternsA

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

ai-agentstypescriptpython
0
2,691
Hex Security BasicsA

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

ai-agentstypescriptrust
0
2,691
Hex Upgrade MigrationA

'Analyze, plan, and execute Hex SDK upgrades with breaking change detection.

ai-agentsbashsql
0
2,691
Hex Webhooks EventsA

'Implement Hex webhook signature validation and event handling.

ai-agentstypescriptbash
0
2,691
Hootsuite Ci IntegrationA

'Configure Hootsuite CI/CD integration with GitHub Actions and testing.

ai-agentstypescriptgo
0
2,691
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