Skip to main content

Skills dans ce dépôt

jeremylongshore/tons-of-skills-marketplace - Page 61

SkillsMP a collecté 3 430 skills depuis jeremylongshore/tons-of-skills-marketplace. Ouvrez un skill pour examiner sa source et ses détails.

jeremylongshore/tons-of-skills-marketplace

Affichage de 40 skills collectés sur 3 430.

métier
non classé
description

Set up a local development environment for Navan API integrations with token caching and request logging. Use when starting a new Navan project or debugging API issues locally. Trigger with "navan local dev", "navan dev setup", "navan local dev loop", "navan…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when planning or executing a migration from SAP Concur or legacy TMC to Navan — data migration, user provisioning, policy recreation, and cutover planning. Trigger with "navan migration deep dive" or "migrate to navan from concur".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Set up dev/staging/prod environment separation for Navan integrations without a sandbox API. Use when configuring multiple environments, building CI test pipelines, or setting up local development. Trigger with "navan environments", "navan multi env", "navan…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when setting up monitoring, logging, and alerting for Navan API integrations in production environments. Trigger with "navan observability" or "navan monitoring" or "navan api dashboards".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when optimizing Navan API call patterns for high-volume integrations — caching, batching, connection pooling, and pagination strategies. Trigger with "navan performance tuning" or "navan api optimization" or "navan caching".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when validating production readiness for a Navan API integration — credential rotation, alerting, rate limits, SSO, SCIM, and compliance audit trails. Trigger with "navan prod checklist" or "navan production readiness".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Implement adaptive rate-limiting for the Navan REST API with exponential backoff and request queuing. Use when building bulk data operations or encountering 429 errors from Navan. Trigger with "navan rate limits", "navan throttling", "navan 429".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when designing a production Navan API integration architecture — API gateway, token management, data sync pipelines, ERP connectors, and monitoring stack. Trigger with "navan reference architecture" or "navan integration architecture".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Build a typed API wrapper around Navan REST endpoints since no official SDK exists. Use when you need production-grade API access with auto token refresh, retry logic, and typed responses. Trigger with "navan sdk patterns", "navan api wrapper", "navan client…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Secure Navan API credentials with OAuth 2.0 best practices, SSO/SAML, and SCIM provisioning. Use when hardening a Navan integration, rotating credentials, or configuring identity provider SSO. Trigger with "navan security", "navan sso", "navan credentials",…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Use when handling Navan API changes in production — defensive coding patterns, schema validation, deprecation monitoring, and gradual rollout strategies for unversioned APIs. Trigger with "navan upgrade migration" or "navan api change handling".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Set up webhook listeners for real-time Navan event notifications. Use when you need to receive booking, expense, or travel disruption events from Navan. Trigger with "navan webhooks", "navan events", "navan webhook setup".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Set up CI/CD pipelines for OneNote integrations with Graph API testing and mock strategies. Use when configuring GitHub Actions, setting up test credentials, or building mock-based CI tests. Trigger with "onenote ci", "onenote github actions", "onenote test…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Decode and fix every common OneNote Graph API error with root cause analysis. Use when debugging 400, 403, 404, 429, 500, 502, or 507 errors from OneNote API. Trigger with "onenote error", "onenote 403", "onenote debug", "graph api error onenote".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Full CRUD lifecycle for OneNote notebooks, section groups, sections, and pages via Graph API. Use when building notebook management features, creating page hierarchies, or working with XHTML content. Trigger with "onenote crud", "onenote page management",…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Search, query, and paginate OneNote content with OData filters and client-side search patterns. Use when building search features, querying pages across notebooks, or handling large result sets. Trigger with "onenote search", "onenote query pages", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Optimize costs and API usage for OneNote Graph API integrations with caching and batching strategies. Use when reducing API call volume, planning capacity, or evaluating OneNote integration costs. Trigger with "onenote costs", "onenote api usage", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Generate comprehensive diagnostic bundles for OneNote Graph API issues with request tracing and token analysis. Use when debugging OneNote API failures, filing Microsoft support tickets, or analyzing permission issues. Trigger with "onenote debug", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Deploy OneNote integrations with MSAL token persistence, health checks, and container best practices. Use when containerizing OneNote services, configuring health endpoints, or managing token cache in production. Trigger with "onenote deploy", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Create your first OneNote notebook, section, and page with correct XHTML content. Use when starting a new OneNote integration or testing Graph API connectivity. Trigger with "onenote hello world", "first onenote page", "create onenote notebook".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Install and configure OneNote SDK/API authentication with delegated auth (MSAL). Use when setting up a new OneNote integration, configuring Azure AD app registration, or migrating from deprecated app-only auth. Trigger with "install onenote", "setup onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Set up a local development loop for OneNote integrations with mock Graph API responses. Use when developing OneNote features without Azure credentials or to avoid rate limits during development. Trigger with "onenote local dev", "onenote mock", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Optimize OneNote Graph API performance for large notebooks, image handling, and batch operations. Use when dealing with slow API responses, large notebooks, image uploads, or HTTP 507 errors. Trigger with "onenote performance", "onenote slow", "onenote large…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Production readiness checklist for OneNote Graph API integrations covering auth, rate limits, and failure modes. Use when preparing a OneNote integration for production deployment or conducting a launch review. Trigger with "onenote production checklist",…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Implement proper rate limit handling for OneNote Graph API with queue-based throttling. Use when building high-throughput OneNote integrations or debugging 429 errors. Trigger with "onenote rate limit", "onenote 429", "onenote throttling", "graph api…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Reference architecture for OneNote integrations covering all notebook locations and API path patterns. Use when designing multi-tenant OneNote integrations or choosing between personal, SharePoint, and group notebook APIs. Trigger with "onenote architecture",…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Production SDK patterns for OneNote Graph API: retry logic, batch requests, and safe file uploads. Use when building production OneNote integrations that need rate limit handling and reliable uploads. Trigger with "onenote sdk patterns", "onenote retry…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Implement secure authentication, token management, and permission scoping for OneNote Graph API. Use when hardening OneNote integrations, implementing least-privilege permissions, or managing token lifecycle. Trigger with "onenote security", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Migrate OneNote integrations across Graph SDK versions, auth deprecations, and API changes. Use when upgrading Graph SDK, migrating from app-only to delegated auth, or handling deprecated endpoints. Trigger with "onenote upgrade", "onenote migration", "graph…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Implement change detection for OneNote using polling and delta queries (webhooks decommissioned June 2023). Use when building real-time sync, change monitoring, or event-driven OneNote integrations. Trigger with "onenote changes", "onenote polling", "onenote…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Ci Integration for OpenEvidence. Trigger: "openevidence ci integration".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Diagnose and fix OpenEvidence common errors. Trigger: "openevidence error", "fix openevidence", "debug openevidence".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Execute OpenEvidence primary workflow: Clinical Query & Decision Support. Trigger: "openevidence clinical query & decision support", "primary openevidence workflow".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Execute OpenEvidence secondary workflow: DeepConsult Research Synthesis. Trigger: "openevidence deepconsult research synthesis", "secondary openevidence workflow".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Cost Tuning for OpenEvidence. Trigger: "openevidence cost tuning".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Data Handling for OpenEvidence. Trigger: "openevidence data handling".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Debug Bundle for OpenEvidence. Trigger: "openevidence debug bundle".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Deploy Integration for OpenEvidence. Trigger: "openevidence deploy integration".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Enterprise Rbac for OpenEvidence. Trigger: "openevidence enterprise rbac".

Langue du texte source : anglais

mis à jour
métier
non classé
description

Create a minimal working OpenEvidence example. Trigger: "openevidence hello world", "openevidence example", "test openevidence".

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 3 430.