Back to authors
jeremylongshore

jeremylongshore

5299 Skills published on GitHub.

groq-common-errors

'Diagnose and fix Groq API errors with real error codes and solutions.

UncategorizedView skill →

groq-core-workflow-a

'Execute Groq primary workflow: chat completions with tool use and JSON

UncategorizedView skill →

groq-core-workflow-b

'Execute Groq secondary workflows: audio transcription (Whisper), vision,

UncategorizedView skill →

groq-cost-tuning

'Optimize Groq costs through model routing, token management, and usage

UncategorizedView skill →

groq-data-handling

'Implement prompt sanitization, PII redaction, response filtering, and

UncategorizedView skill →

groq-debug-bundle

'Collect Groq debug evidence for support tickets and troubleshooting.

UncategorizedView skill →

groq-deploy-integration

'Deploy Groq integrations to Vercel, Cloud Run, and containerized platforms.

UncategorizedView skill →

groq-enterprise-rbac

'Configure Groq organization management, API key scoping, spending controls,

UncategorizedView skill →

groq-hello-world

'Create a minimal working Groq chat completion example.

UncategorizedView skill →

groq-incident-runbook

'Execute Groq incident response: triage, mitigation, fallback, and postmortem.

UncategorizedView skill →

groq-install-auth

'Install and configure Groq SDK authentication for TypeScript or Python.

UncategorizedView skill →

groq-local-dev-loop

'Configure Groq local development with hot reload, mocking, and testing.

UncategorizedView skill →

groq-migration-deep-dive

'Migrate from OpenAI/Anthropic/other LLM providers to Groq, or migrate

UncategorizedView skill →

groq-multi-env-setup

'Configure Groq across dev, staging, and production with environment-specific

UncategorizedView skill →

groq-observability

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

UncategorizedView skill →

groq-performance-tuning

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

UncategorizedView skill →

groq-prod-checklist

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

UncategorizedView skill →

groq-rate-limits

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

UncategorizedView skill →

groq-reference-architecture

'Implement Groq reference architecture with model routing, streaming

UncategorizedView skill →

groq-sdk-patterns

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

UncategorizedView skill →

groq-security-basics

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

UncategorizedView skill →

groq-upgrade-migration

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

UncategorizedView skill →

groq-webhooks-events

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

UncategorizedView skill →

guidewire-ci-cd-pipeline

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 a bad release. Trigger with "guidewire ci cd", "guidewire deploy", "guidewire promotion", "guidewire slots", "guidewire rollback".

UncategorizedView skill →

guidewire-core-workflow-a

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", "policy renewal", "policy endorsement", "underwriting issue".

UncategorizedView skill →

guidewire-core-workflow-b

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 reserve", "claim payment", "claim settlement", "claim reopen".

UncategorizedView skill →

guidewire-install-auth

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".

UncategorizedView skill →

guidewire-local-dev-loop

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".

UncategorizedView skill →

hex-local-dev-loop

'Configure Hex local development with hot reload and testing.

UncategorizedView skill →

hex-performance-tuning

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

UncategorizedView skill →

guidewire-migration-and-upgrade

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 rehearsing a cutover. Trigger with "guidewire migration", "guidewire upgrade", "guidewire cutover", "guidewire on-prem to cloud", "202503 upgrade".

UncategorizedView skill →

guidewire-observability-and-incident-response

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 observability", "guidewire slo", "guidewire on-call", "guidewire 401 spike", "guidewire 409 storm", "guidewire incident".

UncategorizedView skill →

guidewire-sdk-patterns

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".

UncategorizedView skill →

guidewire-security-and-rbac

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 a leaked credential. Trigger with "guidewire security", "guidewire rbac", "guidewire pii redaction", "guidewire audit trail", "guidewire secret leak".

UncategorizedView skill →

guidewire-webhooks-integrations

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 app events", "guidewire webhooks", "guidewire event consumer", "guidewire event replay", "guidewire idempotent consumer".

UncategorizedView skill →

hex-ci-integration

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

UncategorizedView skill →

hex-common-errors

'Diagnose and fix Hex common errors and exceptions.

UncategorizedView skill →

hex-core-workflow-a

'Execute Hex primary workflow: Core Workflow A.

UncategorizedView skill →

hex-core-workflow-b

'Execute Hex secondary workflow: Core Workflow B.

UncategorizedView skill →

hex-cost-tuning

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

UncategorizedView skill →

hex-debug-bundle

'Collect Hex debug evidence for support tickets and troubleshooting.

UncategorizedView skill →

hex-deploy-integration

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

UncategorizedView skill →

hex-hello-world

'Create a minimal working Hex example.

UncategorizedView skill →

hex-install-auth

'Install and configure Hex SDK/CLI authentication.

UncategorizedView skill →

hex-prod-checklist

'Execute Hex production deployment checklist and rollback procedures.

UncategorizedView skill →

hex-rate-limits

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

UncategorizedView skill →

hex-reference-architecture

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

UncategorizedView skill →

hex-sdk-patterns

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

UncategorizedView skill →

hex-security-basics

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

UncategorizedView skill →

hex-upgrade-migration

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

UncategorizedView skill →

Page 95 of 106 · 5299 results