plugins
All plugins

fondo-pack

v1.6.0

Claude Code skill pack for Fondo (18 skills)

Claude Code18 skills

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/saas-packs/fondo-pack/ inside the repository.

Layout

plugins/saas-packs/fondo-pack/
├── .claude-plugin/plugin.json
├── skills/fondo-ci-integration/SKILL.md
├── skills/fondo-common-errors/SKILL.md
├── skills/fondo-core-workflow-a/SKILL.md
├── skills/fondo-core-workflow-b/SKILL.md
├── skills/fondo-cost-tuning/SKILL.md
├── skills/fondo-debug-bundle/SKILL.md
├── skills/fondo-deploy-integration/SKILL.md
├── skills/fondo-hello-world/SKILL.md
├── skills/fondo-install-auth/SKILL.md
├── skills/fondo-local-dev-loop/SKILL.md
├── skills/fondo-performance-tuning/SKILL.md
├── skills/fondo-prod-checklist/SKILL.md
├── skills/fondo-rate-limits/SKILL.md
├── skills/fondo-reference-architecture/SKILL.md
├── skills/fondo-sdk-patterns/SKILL.md
├── skills/fondo-security-basics/SKILL.md
├── skills/fondo-upgrade-migration/SKILL.md
└── skills/fondo-webhooks-events/SKILL.md

Skills18

fondo-ci-integrationskills/fondo-ci-integration/SKILL.md

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".

fondo-common-errorsskills/fondo-common-errors/SKILL.md

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".

fondo-core-workflow-askills/fondo-core-workflow-a/SKILL.md

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".

fondo-core-workflow-bskills/fondo-core-workflow-b/SKILL.md

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".

fondo-cost-tuningskills/fondo-cost-tuning/SKILL.md

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".

fondo-debug-bundleskills/fondo-debug-bundle/SKILL.md

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".

fondo-deploy-integrationskills/fondo-deploy-integration/SKILL.md

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".

fondo-hello-worldskills/fondo-hello-world/SKILL.md

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".

fondo-install-authskills/fondo-install-auth/SKILL.md

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".

fondo-local-dev-loopskills/fondo-local-dev-loop/SKILL.md

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".

fondo-performance-tuningskills/fondo-performance-tuning/SKILL.md

Optimize Fondo workflows including faster month-end close, efficient data exports, and streamlined CPA communication. Trigger: "fondo performance", "fondo faster close", "optimize fondo workflow".

fondo-prod-checklistskills/fondo-prod-checklist/SKILL.md

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".

fondo-rate-limitsskills/fondo-rate-limits/SKILL.md

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".

fondo-reference-architectureskills/fondo-reference-architecture/SKILL.md

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".

fondo-sdk-patternsskills/fondo-sdk-patterns/SKILL.md

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".

fondo-security-basicsskills/fondo-security-basics/SKILL.md

Apply security best practices for Fondo including OAuth token management, financial data protection, SOC 2 compliance, and access control. Trigger: "fondo security", "fondo data protection", "fondo SOC 2", "fondo access control".

fondo-upgrade-migrationskills/fondo-upgrade-migration/SKILL.md

Migrate to Fondo from other bookkeeping services, switch between Fondo plans, or transition accountants while maintaining financial continuity. Trigger: "migrate to fondo", "switch to fondo", "fondo migration", "change accountant".

fondo-webhooks-eventsskills/fondo-webhooks-events/SKILL.md

Implement event-driven financial workflows using webhooks from Fondo-connected services: Stripe payment events, Gusto payroll events, and Plaid transactions. Trigger: "fondo webhooks", "fondo events", "stripe payroll webhooks", "financial events".

Manifests1

plugins/saas-packs/fondo-pack/.claude-plugin/plugin.json
{
  "name": "fondo-pack",
  "version": "1.6.0",
  "description": "Claude Code skill pack for Fondo (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "fondo",
    "fondo",
    "saas",
    "sdk",
    "integration"
  ]
}