Claude-code-plugins-plus fondo-install-auth

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/fondo-pack/skills/fondo-install-auth" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-fondo-install-auth && rm -rf "$T"
manifest: plugins/saas-packs/fondo-pack/skills/fondo-install-auth/SKILL.md
source content

Fondo Install & Auth

Overview

Set up Fondo for automated startup bookkeeping, tax filing, and R&D tax credits. Fondo is a managed platform (not an API-first service) that integrates with payroll providers, banks, and expense tools. Configuration happens through the Fondo dashboard and OAuth connections.

Prerequisites

  • US-incorporated startup (C-corp or LLC)
  • Fondo account at fondo.com
  • Active payroll provider (Gusto, Rippling, ADP, etc.)
  • Business bank account

Instructions

Step 1: Create Fondo Account

  1. Sign up at fondo.com
  2. Select your plan: TaxPass (bookkeeping + taxes + R&D credits)
  3. Complete company profile (EIN, incorporation date, state)

Step 2: Connect Payroll Provider

ProviderConnection TypeData Synced
GustoOAuth 2.0Payroll runs, employee data, tax filings
RipplingOAuth 2.0Payroll, benefits, headcount
ADPAPI keyPayroll summaries, tax deposits
JustworksOAuth 2.0PEO payroll, contractor payments
QuickBooks PayrollOAuth 2.0Payroll journal entries
PaychexManual uploadPay stubs, tax forms

Navigate to Fondo Dashboard > Integrations > Connect Payroll and authorize.

Step 3: Connect Bank Accounts

Fondo Dashboard > Integrations > Banking
  → Connect via Plaid (most banks)
  → Or manual CSV upload for unsupported banks
  → Mercury, SVB, Brex, Chase all supported via Plaid

Step 4: Connect Expense Tools

ToolWhat It Provides
BrexCorporate card transactions
RampCard spend, reimbursements
ExpensifyReceipt data, categorized expenses
Bill.comAP/AR, vendor payments
StripeRevenue data, payouts

Step 5: Verify Connection

After connecting, verify in Dashboard > Integrations:

  • Green check = connected and syncing
  • Yellow warning = needs re-authorization
  • Red X = connection failed, re-connect needed

Error Handling

IssueCauseSolution
OAuth expiredToken expiry (90 days typical)Re-authorize in Dashboard > Integrations
Missing transactionsBank feed lagWait 24h or upload CSV manually
Duplicate entriesMultiple connections to same accountRemove duplicate connection
Sync pausedProvider API changeContact Fondo support

Resources

Next Steps

After setup, proceed to

fondo-hello-world
to verify your first financial sync.