Skip to content
Skillv1.0.0

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", "fo

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/fondo-hello-world/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill fondo-hello-world. Copyright stays with the author (MIT).

Fondo Hello World

Prerequisites

A scoped staging credential, a fictional data fixture, secret-manager access, and an authorized finance owner.

Output

Return only an opaque test ID, schema result, review state, and redacted failure reference; never emit account, transaction, payroll, or tax data.

Examples

Run the smallest read-only check against a fictional staging record, verify logs have no sensitive values, and revoke the test credential after validation.

Overview

Verify your Fondo setup is working: check that bank transactions are syncing, payroll data is flowing, and your company qualifies for R&D tax credits.

Instructions

Step 1: Verify Bank Transaction Sync

Navigate to Fondo Dashboard > Transactions:

  • Confirm recent bank transactions appear (may take 24-48h for initial sync)
  • Check that Plaid connection shows "Connected" status
  • Verify transaction dates match your bank statement

Step 2: Review Auto-Categorization

Fondo automatically categorizes transactions:

Category Examples Tax Impact
Payroll Gusto payments, contractor 1099s Deductible, R&D qualified
Software AWS, GitHub, Figma Deductible, R&D qualified
Office WeWork, office supplies Deductible
Travel Flights, hotels, meals Partially deductible
Revenue Stripe payouts, customer payments Taxable income
Transfers Between own accounts Not taxable

Review and correct any miscategorized transactions in Dashboard > Transactions.

Step 3: Check R&D Tax Credit Eligibility

Fondo Dashboard > Tax Credits > R&D Assessment

Eligible if ALL apply:
✓ US-based employees (W-2, not just contractors)
✓ Developing new/improved products, processes, or software
✓ Technical uncertainty exists in the development
✓ Systematic experimentation/iteration to resolve uncertainty

Average startup credit: $21,000/year
Maximum (payroll tax offset): $500,000/year

Step 4: Verify Payroll Data

Dashboard > Payroll Integration
  → Confirm employee count matches your payroll provider
  → Verify salary data for R&D credit calculations
  → Check contractor payments are categorized separately

Expected Output

After 48 hours of setup:

  • Bank transactions auto-categorized (85%+ accuracy)
  • Payroll data synced monthly
  • R&D eligibility assessment complete
  • Estimated R&D credit amount displayed

Error Handling

Issue Solution
No transactions appearing Check Plaid connection status, allow 24-48h
Wrong categorization Manually recategorize, Fondo learns patterns
R&D credit shows $0 Verify W-2 employees doing qualifying work
Payroll data missing Re-authorize payroll provider OAuth

Resources

Next Steps

For development workflow details, see fondo-local-dev-loop.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-fondo-hello-world/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-fondo-hello-world.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-fondo-hello-world",
  "kind": "skill",
  "name": "fondo-hello-world",
  "description": "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\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "finance",
      "general_chat"
    ],
    "tags": [
      "skill-md",
      "saas",
      "accounting",
      "fondo",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/fondo-hello-world/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/fondo-hello-world/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/fondo-hello-world/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Fondo Hello World\n\n## Prerequisites\n\nA scoped staging credential, a fictional data fixture, secret-manager access, and an authorized finance owner.\n\n## Output\n\nReturn only an opaque test ID, schema result, review state, and redacted failure reference; never emit account, transaction, payroll, or tax data.\n\n## Examples\n\nRun the smallest read-only check against a fictional staging record, verify logs have no sensitive values, and revoke the test credential after validation.\n\n## Overview\n\nVerify your Fondo setup is working: check that bank transactions are syncing, payroll data is flowing, and ",
  "cost": {
    "context_tokens": 749
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-fondo-hello-world/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.