Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
bamboohr-core-workflow-b
Execute BambooHR secondary workflows: time off requests, PTO balances,
benefits administration, and employee files/photos.
Use when managing time off, checking PTO balances, handling benefits data,
or working with employee documents in BambooHR.
Trigger with phrases like "bamboohr time off", "bamboohr PTO", "bamboohr benefits",
"bamboohr vacation", "bamboohr files", "bamboohr leave request".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-cost-tuning
Optimize BambooHR integration costs through request reduction, caching,
and usage monitoring. Use when analyzing API usage patterns, reducing
unnecessary calls, or implementing request budgets.
Trigger with phrases like "bamboohr cost", "bamboohr usage",
"reduce bamboohr calls", "bamboohr optimization", "bamboohr budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-hello-world
Create a minimal working BambooHR example — fetch employee directory and single employee.
Use when starting a new BambooHR integration, testing your setup,
or learning basic BambooHR REST API patterns.
Trigger with phrases like "bamboohr hello world", "bamboohr example",
"bamboohr quick start", "simple bamboohr code", "first bamboohr call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-ci-integration
Configure CI/CD pipelines for BambooHR integrations with GitHub Actions,
automated testing, and secret management.
Use when setting up automated testing, configuring CI pipelines,
or integrating BambooHR API tests into your build process.
Trigger with phrases like "bamboohr CI", "bamboohr GitHub Actions",
"bamboohr automated tests", "CI bamboohr", "bamboohr pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-common-errors
Diagnose and fix BambooHR API errors and exceptions.
Use when encountering BambooHR errors, debugging failed requests,
or troubleshooting HTTP 400/401/403/404/429/500/503 responses.
Trigger with phrases like "bamboohr error", "fix bamboohr",
"bamboohr not working", "debug bamboohr", "bamboohr 401", "bamboohr 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-local-dev-loop
Configure BambooHR local development with hot reload, mocking, and testing.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with BambooHR API.
Trigger with phrases like "bamboohr dev setup", "bamboohr local development",
"bamboohr dev environment", "develop with bamboohr", "bamboohr mock".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
bamboohr-upgrade-migration
Plan and execute BambooHR API migration with breaking change detection.
Use when BambooHR announces API changes, adapting to deprecated endpoints,
or migrating from legacy API patterns to current best practices.
Trigger with phrases like "upgrade bamboohr", "bamboohr migration",
"bamboohr breaking changes", "bamboohr API update", "bamboohr deprecated".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-sdk-patterns
Apply production-ready intercom-client SDK patterns for TypeScript.
Use when implementing Intercom integrations, refactoring SDK usage,
or establishing team coding standards for Intercom API calls.
Trigger with phrases like "intercom SDK patterns", "intercom best practices",
"intercom code patterns", "idiomatic intercom", "intercom typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-performance-tuning
Optimize Intercom API performance with caching, search optimization, and pagination.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Intercom integrations.
Trigger with phrases like "intercom performance", "optimize intercom",
"intercom latency", "intercom caching", "intercom slow", "intercom pagination".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-security-basics
Apply Intercom security best practices for tokens, webhook verification, and scopes.
Use when securing access tokens, implementing webhook signature validation,
or configuring least-privilege OAuth scopes.
Trigger with phrases like "intercom security", "intercom secrets",
"secure intercom", "intercom webhook signature", "intercom token rotation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-reference-architecture
Implement Intercom reference architecture with layered project structure.
Use when designing new Intercom integrations, reviewing project structure,
or establishing architecture standards for Intercom applications.
Trigger with phrases like "intercom architecture", "intercom project structure",
"how to organize intercom", "intercom layout", "intercom design patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-observability
Set up observability for Intercom integrations with metrics, traces, and alerts.
Use when implementing monitoring for Intercom API operations, setting up dashboards,
or configuring alerting for integration health.
Trigger with phrases like "intercom monitoring", "intercom metrics",
"intercom observability", "monitor intercom", "intercom alerts", "intercom tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-common-errors
Diagnose and fix Intercom API errors by HTTP status code and error type.
Use when encountering Intercom errors, debugging failed API requests,
or troubleshooting integration issues.
Trigger with phrases like "intercom error", "fix intercom",
"intercom not working", "debug intercom", "intercom 401", "intercom 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-incident-runbook
Execute Intercom incident response procedures with triage, mitigation, and postmortem.
Use when responding to Intercom API outages, investigating integration errors,
or running post-incident reviews for Intercom failures.
Trigger with phrases like "intercom incident", "intercom outage",
"intercom down", "intercom on-call", "intercom emergency", "intercom broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-data-handling
Implement Intercom data handling for GDPR, contact export, data retention, and PII.
Use when handling sensitive data, implementing data export/deletion requests,
or ensuring compliance with privacy regulations for Intercom integrations.
Trigger with phrases like "intercom data", "intercom PII",
"intercom GDPR", "intercom data retention", "intercom privacy", "intercom CCPA",
"intercom data export", "intercom delete contact".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-multi-env-setup
Configure Intercom across development, staging, and production workspaces.
Use when setting up multi-environment deployments, configuring per-environment
access tokens, or implementing workspace isolation.
Trigger with phrases like "intercom environments", "intercom staging",
"intercom dev prod", "intercom environment setup", "intercom workspace isolation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-rate-limits
Handle Intercom API rate limits with backoff, queuing, and header monitoring.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Intercom.
Trigger with phrases like "intercom rate limit", "intercom throttling",
"intercom 429", "intercom retry", "intercom backoff", "intercom request limit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-hello-world
Create a minimal working Intercom example with contacts, conversations, and messages.
Use when starting a new Intercom integration, testing your setup,
or learning the core Intercom API data model.
Trigger with phrases like "intercom hello world", "intercom example",
"intercom quick start", "simple intercom code", "first intercom API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-ci-integration
Configure CI/CD pipelines for Intercom integrations with GitHub Actions.
Use when setting up automated testing, configuring CI with Intercom secrets,
or integrating Intercom API tests into your build process.
Trigger with phrases like "intercom CI", "intercom GitHub Actions",
"intercom automated tests", "CI intercom", "intercom pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-core-workflow-b
Manage Intercom conversations: create, reply, close, snooze, assign, and tag.
Use when building conversation management features, automating replies,
or implementing support workflow automation.
Trigger with phrases like "intercom conversations", "intercom reply",
"intercom assign conversation", "intercom close conversation",
"intercom snooze", "manage intercom conversations".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-enterprise-rbac
Configure Intercom enterprise OAuth, admin roles, and app-level access control.
Use when implementing OAuth integration, managing admin permissions,
or setting up organization-level controls for Intercom.
Trigger with phrases like "intercom OAuth", "intercom RBAC",
"intercom enterprise", "intercom roles", "intercom permissions", "intercom admin access".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-core-workflow-a
Manage Intercom contacts: create, search, update, merge leads into users.
Use when building contact management features, syncing user data,
or implementing contact search and segmentation.
Trigger with phrases like "intercom contacts", "intercom users",
"intercom leads", "create intercom contact", "search intercom contacts",
"merge intercom lead".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-webhooks-events
Implement Intercom webhook handling and data event tracking.
Use when setting up webhook endpoints, processing Intercom notifications,
or submitting custom data events for contact activity tracking.
Trigger with phrases like "intercom webhook", "intercom events",
"intercom webhook signature", "handle intercom events", "intercom data events",
"track intercom events".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
intercom-local-dev-loop
Configure Intercom local development with testing, mocking, and hot reload.
Use when setting up a development environment, writing tests against the
Intercom API, or establishing a fast iteration cycle.
Trigger with phrases like "intercom dev setup", "intercom local development",
"intercom dev environment", "develop with intercom", "test intercom locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803