Topic: saas
4,656 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-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-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
-
fondo-sdk-patterns
Build internal tools that consume Fondo financial data exports with
typed parsers, QuickBooks integration, and financial modeling patterns.
Trigger: "fondo data patterns", "fondo integration", "fondo QuickBooks sync".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-ci-integration
Automate financial reporting workflows that complement Fondo with CI/CD
pipelines for expense tracking, budget alerts, and financial data validation.
Trigger: "fondo CI", "fondo automation", "fondo financial alerts".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-common-errors
Diagnose and fix common Fondo issues including integration sync failures,
categorization errors, and R&D credit qualification problems.
Trigger: "fondo error", "fondo sync issue", "fondo not syncing", "fondo problem".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-core-workflow-a
Execute Fondo primary workflow: monthly bookkeeping close and financial reporting.
Use when managing month-end close, reviewing financial statements,
or preparing for board meetings and fundraising.
Trigger: "fondo bookkeeping", "fondo month close", "fondo financial reports".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-core-workflow-b
Execute Fondo R&D tax credit workflow: qualify activities, calculate credits,
file Form 6765, and claim payroll tax offset for startups.
Trigger: "fondo R&D credit", "fondo tax credit", "fondo Form 6765", "startup tax credit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-deploy-integration
Deploy financial dashboards and reporting tools that consume Fondo data
to Vercel, Fly.io, or internal infrastructure.
Trigger: "fondo dashboard deploy", "fondo financial dashboard", "deploy finance app".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-hello-world
Verify Fondo setup by checking financial data sync, reviewing categorized
transactions, and confirming R&D tax credit eligibility.
Trigger: "fondo first sync", "fondo verify", "fondo hello world", "fondo test".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-install-auth
Set up Fondo account and configure integrations with Gusto, QuickBooks,
and bank accounts for automated startup bookkeeping and R&D tax credits.
Trigger: "setup fondo", "fondo account", "fondo integrations", "connect fondo".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-local-dev-loop
Configure local development workflows that integrate with Fondo for
financial data, using Fondo exports with QuickBooks or accounting tools.
Trigger: "fondo dev setup", "fondo export", "fondo QuickBooks", "fondo local data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-performance-tuning
Optimize Fondo workflows including faster month-end close, efficient
data exports, and streamlined CPA communication.
Trigger: "fondo performance", "fondo faster close", "optimize fondo workflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-prod-checklist
Execute Fondo production readiness checklist for year-end tax filing,
R&D credit claims, and board-ready financial reporting.
Trigger: "fondo production", "fondo tax filing ready", "fondo year-end checklist".
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-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-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
-
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-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