Topic: automation
6,910 skills in this topic.
-
navan-data-handling
Extract and transform Navan booking and transaction data using pagination, filtering, and data pipeline connectors.
Use when building data warehouses, analytics dashboards, or debugging data quality issues with Navan data.
Trigger with "navan data handling", "navan data extraction", "navan pagination".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-data-sync
Implement incremental sync strategies for Navan BOOKING and TRANSACTION data with ETL pipeline patterns.
Use when setting up production data pipelines, debugging sync drift, or adding real-time event processing.
Trigger with "navan data sync", "navan incremental sync", "navan ETL pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-debug-bundle
Use when collecting diagnostic data from a Navan API integration — OAuth token inspection, API response capture, connectivity testing, and request/response logging.
Trigger with "navan debug bundle" or "debug navan api".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-deploy-integration
Use when deploying Navan integrations with ERP systems (NetSuite, Sage Intacct, Xero), HRIS platforms (Workday, BambooHR), or identity providers (Okta, Azure AD).
Trigger with "navan deploy integration" or "navan erp setup" or "navan sso deployment".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-enterprise-rbac
Configure Navan admin roles, travel policies, approval workflows, and department-level access controls.
Use when setting up enterprise RBAC, policy enforcement, or approval chains in Navan.
Trigger with "navan rbac", "navan roles", "navan travel policy", "navan approval workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-hello-world
Create a minimal working Cohere example with Chat, Embed, and Rerank.
Use when starting a new Cohere integration, testing your setup,
or learning basic Cohere API v2 patterns.
Trigger with phrases like "cohere hello world", "cohere example",
"cohere quick start", "simple cohere code".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-migration-deep-dive
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-multi-env-setup
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 dev setup", "navan mock server".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-observability
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-performance-tuning
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-prod-checklist
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-rate-limits
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-reference-architecture
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-sdk-patterns
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 class", "navan typed client".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-security-basics
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", "navan scim".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-upgrade-migration
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-webhooks-events
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-install-auth
Install and configure Cohere SDK authentication with API v2.
Use when setting up a new Cohere integration, configuring API keys,
or initializing the CohereClientV2 in your project.
Trigger with phrases like "install cohere", "setup cohere",
"cohere auth", "configure cohere API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-incident-runbook
Execute Cohere incident response procedures with triage, mitigation, and postmortem.
Use when responding to Cohere API outages, investigating errors,
or running post-incident reviews for Cohere integration failures.
Trigger with phrases like "cohere incident", "cohere outage",
"cohere down", "cohere on-call", "cohere emergency", "cohere broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-install-auth
Set up OAuth 2.0 authentication for the Navan REST API.
Use when configuring a new Navan integration or rotating API credentials.
Trigger with "install navan", "setup navan auth", "navan credentials", "navan oauth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-core-workflow-a
Build a complete RAG pipeline with Cohere Chat, Embed, and Rerank.
Use when implementing retrieval-augmented generation, building
grounded Q&A systems, or combining search with LLM generation.
Trigger with phrases like "cohere RAG", "cohere retrieval",
"cohere grounded generation", "cohere search and answer".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-common-errors
Diagnose and fix Cohere API v2 errors and exceptions.
Use when encountering Cohere errors, debugging failed requests,
or troubleshooting CohereError, CohereTimeoutError, rate limits.
Trigger with phrases like "cohere error", "fix cohere",
"cohere not working", "debug cohere", "cohere 429", "cohere 400".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-ci-integration
Configure CI/CD for Cohere integrations with GitHub Actions and automated testing.
Use when setting up automated testing for Chat/Embed/Rerank,
configuring CI pipelines, or testing Cohere-powered applications.
Trigger with phrases like "cohere CI", "cohere GitHub Actions",
"cohere automated tests", "CI cohere", "cohere pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
cohere-core-workflow-b
Build tool-use agents and function calling with Cohere API v2.
Use when implementing multi-step agents, function calling,
or building autonomous tool-using workflows with Cohere.
Trigger with phrases like "cohere tool use", "cohere agents",
"cohere function calling", "cohere multi-step".
jeremylongshore/claude-code-plugins-plus-skills 1,803