fondo-pack
v1.6.0Claude Code skill pack for Fondo (18 skills)
by Jeremy LongshoreMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone 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
├── .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
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
Optimize Fondo workflows including faster month-end close, efficient data exports, and streamlined CPA communication. Trigger: "fondo performance", "fondo faster close", "optimize fondo workflow".
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".
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".
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".
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".
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".
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".
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
{
"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"
]
}