Topic: ai-agents
18,135 skills in this topic.
-
fondo-cost-tuning
Optimize Fondo costs by maximizing R&D tax credits, choosing the right plan,
and reducing unnecessary bookkeeping complexity.
Trigger: "fondo costs", "fondo pricing", "maximize R&D credit", "fondo ROI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-debug-bundle
Collect diagnostic information for Fondo support including integration status,
transaction discrepancies, and financial data reconciliation issues.
Trigger: "fondo debug", "fondo support", "fondo diagnostic", "fondo reconciliation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-rate-limits
Manage rate limits for Fondo-connected services including Gusto API,
QuickBooks API, Plaid, and Stripe when building parallel integrations.
Trigger: "fondo rate limit", "gusto API limits", "QuickBooks throttling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-reference-architecture
Reference architecture for startup financial operations using Fondo as the
bookkeeping backbone with complementary tools for banking, payroll, and reporting.
Trigger: "fondo architecture", "startup finance stack", "fondo integration architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-core-workflow-a
Manage the complete Navan travel booking lifecycle via REST API.
Use when building travel dashboards, automating trip reporting, or syncing booking data to internal systems.
Trigger with "navan travel workflow", "navan booking management", "navan trip retrieval".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-core-workflow-b
Manage Navan expense reporting, transaction data, and ERP synchronization.
Use when building expense pipelines, automating approval workflows, or syncing transactions to accounting systems.
Trigger with "navan expense management", "navan expense workflow", "navan transaction sync".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-cost-tuning
Use when optimizing travel spend with Navan's policy engine, analyzing booking patterns for savings, and configuring the Navan Rewards program.
Trigger with "navan cost tuning" or "navan travel savings" or "navan spend optimization".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
navan-entity-management
Manage Navan users, departments, cost centers, and approval chains via API and SCIM provisioning.
Use when onboarding departments, integrating identity providers, or auditing user access.
Trigger with "navan entity management", "navan user management", "navan SCIM setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-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
-
vercel-architecture-variants
Choose and implement Vercel architecture blueprints for different scales and use cases.
Use when designing new Vercel projects, choosing between static, serverless, and edge architectures,
or planning how to structure a multi-project Vercel deployment.
Trigger with phrases like "vercel architecture", "vercel blueprint",
"how to structure vercel", "vercel monorepo", "vercel multi-project".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-ci-integration
Configure Vercel CI/CD with GitHub Actions, preview deployments, and automated testing.
Use when setting up automated deployments, configuring preview bots,
or integrating Vercel into your CI pipeline.
Trigger with phrases like "vercel CI", "vercel GitHub Actions",
"vercel automated deploy", "CI vercel", "vercel pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-common-errors
Diagnose and fix common Vercel deployment and function errors.
Use when encountering Vercel errors, debugging failed deployments,
or troubleshooting serverless function issues.
Trigger with phrases like "vercel error", "fix vercel",
"vercel not working", "debug vercel", "vercel 500", "vercel build failed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-edge-functions
Build and deploy Vercel Edge Functions for ultra-low latency at the edge.
Use when creating API routes with minimal latency, geolocation-based routing,
A/B testing, or authentication at the edge.
Trigger with phrases like "vercel edge function", "vercel edge runtime",
"deploy edge function", "vercel middleware", "@vercel/edge".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-enterprise-rbac
Configure Vercel enterprise RBAC, access groups, SSO integration, and audit logging.
Use when implementing team access control, configuring SAML SSO,
or setting up role-based permissions for Vercel projects.
Trigger with phrases like "vercel SSO", "vercel RBAC",
"vercel enterprise", "vercel roles", "vercel permissions", "vercel access groups".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-hello-world
Create a minimal working Vercel deployment with a serverless API route.
Use when starting a new Vercel project, testing your setup,
or learning basic Vercel deployment and API route patterns.
Trigger with phrases like "vercel hello world", "vercel example",
"vercel quick start", "simple vercel project", "first vercel deploy".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-migration-deep-dive
Migrate to Vercel from other platforms or re-architecture existing Vercel deployments.
Use when migrating from Netlify, AWS, or Cloudflare to Vercel,
or when re-platforming an existing Vercel application.
Trigger with phrases like "migrate to vercel", "vercel migration",
"switch to vercel", "netlify to vercel", "aws to vercel", "vercel replatform".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-multi-env-setup
Configure Vercel across development, preview, and production environments with scoped secrets.
Use when setting up per-environment configuration, managing environment-specific variables,
or implementing environment isolation on Vercel.
Trigger with phrases like "vercel environments", "vercel staging",
"vercel dev prod", "vercel environment setup", "vercel env scoping".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-observability
Set up Vercel observability with runtime logs, analytics, log drains, and OpenTelemetry tracing.
Use when implementing monitoring for Vercel deployments, setting up log drains,
or configuring alerting for function errors and performance.
Trigger with phrases like "vercel monitoring", "vercel metrics",
"vercel observability", "vercel logs", "vercel alerts", "vercel tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-reliability-patterns
Implement reliability patterns for Vercel deployments including circuit breakers, retry logic, and graceful degradation.
Use when building fault-tolerant serverless functions, implementing retry strategies,
or adding resilience to production Vercel services.
Trigger with phrases like "vercel reliability", "vercel circuit breaker",
"vercel resilience", "vercel fallback", "vercel graceful degradation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
vercel-sdk-patterns
Production-ready Vercel REST API patterns with typed fetch wrappers and error handling.
Use when integrating with the Vercel API programmatically, building deployment tools,
or establishing team coding standards for Vercel API calls.
Trigger with phrases like "vercel SDK patterns", "vercel API wrapper",
"vercel REST API client", "vercel best practices", "idiomatic vercel API".
jeremylongshore/claude-code-plugins-plus-skills 1,803