Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
wispr-security-basics
Wispr Flow security basics for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr security basics".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-sdk-patterns
Wispr Flow sdk patterns for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr sdk patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-upgrade-migration
Wispr Flow upgrade migration for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr upgrade migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-debug-bundle
Wispr Flow debug bundle for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr debug bundle".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-core-workflow-b
Wispr Flow core workflow b for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr core workflow b".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-cost-tuning
Wispr Flow cost tuning for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr cost tuning".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-deploy-integration
Wispr Flow deploy integration for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr deploy integration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-rate-limits
Wispr Flow rate limits for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr rate limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-core-workflow-a
Wispr Flow core workflow a for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr core workflow a".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-common-errors
Wispr Flow common errors for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr common errors".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-policy-guardrails
Enforce organizational governance and policy guardrails for Sentry usage.
Use when standardizing Sentry configuration across services, enforcing
PII scrubbing, building shared config packages, or auditing drift.
Trigger with phrases like "sentry governance", "sentry policy",
"sentry standards", "enforce sentry config", "sentry compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-incident-runbook
Execute incident response procedures using Sentry error monitoring.
Use when investigating production outages, triaging error spikes,
classifying incident severity, or building postmortem reports from Sentry data.
Trigger with phrases like "sentry incident", "sentry triage",
"investigate sentry error", "sentry runbook", "production incident sentry".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-rate-limits
Manage Sentry rate limits, quotas, and event volume optimization.
Use when hitting 429 errors, tuning sampleRate/tracesSampleRate,
filtering noisy browser errors with beforeSend, configuring
inbound data filters, setting per-key rate limits, or monitoring
quota usage via the Sentry stats API.
Trigger: "sentry rate limit", "sentry quota", "reduce sentry events",
"sentry 429", "sentry spike protection", "sentry sampling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-install-auth
Install and configure Sentry SDK authentication with DSN setup.
Use when setting up Sentry error tracking, configuring DSN,
or initializing Sentry in a Node.js or Python project.
Trigger with "install sentry", "setup sentry", "sentry auth",
"configure sentry DSN".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-advanced-troubleshooting
Advanced Sentry troubleshooting for complex SDK issues, silent event drops,
source map failures, distributed tracing gaps, and SDK conflicts.
Use when events silently disappear, source maps fail to resolve,
traces break across service boundaries, or the SDK conflicts with
other libraries like OpenTelemetry or winston.
Trigger with phrases like "sentry events missing", "sentry source maps broken",
"sentry debug", "sentry not capturing errors", "sentry tracing gaps",
"sentry memory leak", "sentry sdk conflict".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-hello-world
Capture your first test error with Sentry and verify it appears in the dashboard.
Use when testing a new Sentry integration, verifying error capture works after
install-auth, or learning how to enrich events with user context, tags, and breadcrumbs.
Trigger with phrases like "test sentry", "sentry hello world",
"verify sentry", "first sentry error", "sentry capture test".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-deploy-integration
Track deployments and release health in Sentry.
Use when configuring deployment tracking, release health monitoring,
or connecting CI/CD deploys to error data in Sentry.
Trigger with phrases like "sentry deploy tracking", "sentry release health",
"track deployments sentry", "sentry deployment notification",
"sentry suspect commits", "compare sentry releases".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-release-management
Manage Sentry releases with versioning, commit association, and source map uploads.
Use when creating releases, linking commits to errors, uploading release artifacts,
monitoring release health, or cleaning up old releases.
Trigger with phrases like "sentry release", "create sentry version",
"sentry source maps", "sentry suspect commits", "release health".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-observability
Integrate Sentry with your observability stack — logging, metrics, APM, and dashboards.
Use when connecting Sentry to winston/pino/structlog, correlating errors with business
metrics, deciding between Sentry performance and Datadog/New Relic, building Sentry
Discover dashboards, or linking events to external tools via extra context.
Trigger: "sentry observability", "sentry logging", "sentry metrics", "sentry grafana",
"sentry datadog correlation", "sentry discover dashboard".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-error-capture
Implement advanced error capture and context enrichment with Sentry.
Use when adding captureException/captureMessage calls, enriching errors
with user context, tags, breadcrumbs, or custom fingerprinting.
Trigger with "sentry error capture", "sentry context", "enrich sentry errors",
"sentry exception handling", "sentry breadcrumbs", "sentry fingerprint".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-architecture-variants
Configure Sentry error tracking and performance monitoring for different
application architectures. Use when setting up Sentry for monoliths,
microservices, serverless functions, event-driven systems, frontend SPAs,
mobile apps, or hybrid deployments.
Trigger: "sentry monolith setup", "sentry microservices tracing",
"sentry serverless lambda", "sentry event-driven kafka",
"sentry react native", "sentry architecture pattern".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-performance-tracing
Set up performance monitoring and distributed tracing with Sentry.
Use when implementing performance tracking, tracing requests,
or monitoring application performance.
Trigger with phrases like "sentry performance", "sentry tracing",
"sentry APM", "monitor performance sentry".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-multi-env-setup
Configure Sentry across development, staging, and production environments
with separate DSNs, environment-specific sample rates, per-environment
alert rules, and dashboard filtering.
Use when setting up Sentry for dev/staging/production, managing
environment-specific configurations, isolating data between environments,
or configuring .env files for per-environment DSNs.
Trigger: "sentry environments", "sentry staging setup",
"multi-environment sentry", "sentry dev vs prod", "sentry DSN per env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sentry-upgrade-migration
Upgrade Sentry SDK versions and migrate breaking API changes.
Use when upgrading from Sentry v7 to v8, migrating Python SDK v1 to v2,
replacing deprecated Hub/Transaction APIs, or running the migr8 codemod.
Trigger: "upgrade sentry", "sentry migration", "sentry breaking changes",
"migrate sentry v7 to v8", "update sentry sdk".
jeremylongshore/claude-code-plugins-plus-skills 1,803