Topic: plugin-system
4,603 skills in this topic.
-
navan-hello-world
Make your first Navan API call to retrieve trip and user data.
Use when verifying a new Navan integration works end-to-end after auth setup.
Trigger with "navan hello world", "navan example", "test navan api", "first navan call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-incident-runbook
Use when responding to Navan platform incidents — flight cancellations, booking API failures, expense sync outages, or OAuth authentication errors.
Trigger with "navan incident runbook" or "navan outage response".
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
-
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-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-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-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-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
-
firecrawl-performance-tuning
Optimize Firecrawl scraping performance with caching, batch scraping, and format selection.
Use when experiencing slow scrapes, optimizing credit usage per page,
or building high-throughput scraping pipelines.
Trigger with phrases like "firecrawl performance", "optimize firecrawl",
"firecrawl latency", "firecrawl caching", "firecrawl slow", "firecrawl batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-incident-runbook
Execute Firecrawl incident response procedures with triage, mitigation, and postmortem.
Use when responding to Firecrawl-related outages, investigating scrape/crawl failures,
or running post-incident reviews for Firecrawl integration issues.
Trigger with phrases like "firecrawl incident", "firecrawl outage",
"firecrawl down", "firecrawl on-call", "firecrawl emergency", "firecrawl broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-install-auth
Install and configure Firecrawl SDK authentication for web scraping.
Use when setting up a new Firecrawl integration, configuring API keys,
or initializing Firecrawl in your project.
Trigger with phrases like "install firecrawl", "setup firecrawl",
"firecrawl auth", "configure firecrawl API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-known-pitfalls
Identify and avoid Firecrawl anti-patterns and common integration mistakes.
Use when reviewing Firecrawl code, onboarding new developers,
or auditing existing integrations for best practices violations.
Trigger with phrases like "firecrawl mistakes", "firecrawl anti-patterns",
"firecrawl pitfalls", "firecrawl what not to do", "firecrawl code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-load-scale
Load test and scale Firecrawl scraping pipelines with concurrency control and batching.
Use when testing scraping throughput, planning capacity for large crawl jobs,
or optimizing concurrent scrape performance.
Trigger with phrases like "firecrawl load test", "firecrawl scale",
"firecrawl throughput", "firecrawl capacity", "firecrawl concurrent".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-local-dev-loop
Configure Firecrawl local development with self-hosted Docker, mocking, and testing.
Use when setting up a development environment, running Firecrawl locally to save credits,
or configuring test workflows with vitest.
Trigger with phrases like "firecrawl dev setup", "firecrawl local development",
"firecrawl docker", "firecrawl self-hosted dev", "firecrawl test setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-migration-deep-dive
Migrate to Firecrawl from Puppeteer, Playwright, Cheerio, or other scraping tools.
Use when replacing custom scraping code with Firecrawl, migrating between
scraping APIs, or re-platforming content ingestion pipelines.
Trigger with phrases like "migrate to firecrawl", "replace puppeteer with firecrawl",
"switch to firecrawl", "firecrawl vs puppeteer", "firecrawl migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-multi-env-setup
Configure Firecrawl across development, staging, and production environments.
Use when setting up multi-environment scraping pipelines, managing credit budgets per env,
or configuring self-hosted Firecrawl for development.
Trigger with phrases like "firecrawl environments", "firecrawl staging",
"firecrawl dev prod", "firecrawl environment setup", "firecrawl config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-observability
Monitor Firecrawl scraping pipelines with metrics, credit tracking, and quality alerts.
Use when implementing monitoring for Firecrawl operations, setting up dashboards,
or configuring alerting for scrape failures and credit consumption.
Trigger with phrases like "firecrawl monitoring", "firecrawl metrics",
"firecrawl observability", "monitor firecrawl", "firecrawl alerts".
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
-
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-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-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-local-dev-loop
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 dev environment".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-policy-guardrails
Implement Firecrawl scraping policy enforcement: domain blocklists, credit budgets,
content filtering, and robots.txt compliance guardrails.
Use when setting up scraping policies, enforcing crawl limits, or preventing
accidental scraping of prohibited domains.
Trigger with phrases like "firecrawl policy", "firecrawl guardrails",
"firecrawl domain blocklist", "firecrawl scraping rules", "firecrawl compliance".
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