Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cfo-stack

cfo-stack contains 34 collected skills from MikeChongCan, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
34
Stars
46
updated
2026-04-03
Forks
10
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

cfo-canadian-tax-prep
tax-preparers

Use when preparing Canadian tax review packets for T4 employment income, rental income, sole proprietorships, corporations, GST/HST, payroll, or slip season. Anchors the workflow in CRA source pages, uses Taxtips only for secondary checklist ideas, and produces human-review tax prep packages instead of compliance claims.

2026-04-03
cfo-setup-governance
computer-and-information-systems-managers-113021

Use when changing setup or uninstall behavior, onboarding intake, install-scope semantics, host registration docs, or setup-related agent guidance that should not live in AGENTS.md.

2026-03-29
cfo-setup
accountants-and-auditors-132011

Initialize a new Beancount ledger from scratch. Chart of accounts for your business type, opening balances, Fava config, git initialization. Use after onboarding scope is clear and the user is ready to create files. CLEAR step: Meta

2026-03-29
cfo
accountants-and-auditors-132011

Root onboarding and routing command for CFO Stack. Start here when the user does not know which skill to use, needs first-run guidance, or wants the agent to decide whether to start zero-knowledge onboarding, set up a ledger, download statements, consult external models, search historical precedent, or review current books. CLEAR step: Meta

2026-03-23
cfo-onboarding
accountants-and-auditors-132011

Beginner-friendly first-run guidance for users who do not understand bookkeeping, Beancount, or CFO Stack yet. Explains the workflow in plain language, gathers only high-level readiness information, and hands off cleanly to the right next skill. Use before `/cfo-setup` when the user is zero knowledge or overwhelmed. CLEAR step: Meta

2026-03-23
cfo-advisor
personal-financial-advisors

Financial health assessment, FIRE planning, net worth tracking, and scenario modeling. Use when you want the big picture of your financial life. CLEAR step: R (Report)

2026-03-23
cfo-audit
accountants-and-auditors-132011

Comprehensive ledger validation and integrity check. Verifies every transaction, checks for common errors, validates completeness, and produces an audit report. Use before filing taxes or at year-end. CLEAR step: Meta

2026-03-23
cfo-automate
accountants-and-auditors-132011

Generate reusable processing scripts and pipelines. Turn repetitive L and E steps into scripts. Goal: 30 min/month for all bookkeeping. Use when you notice you're doing the same steps repeatedly. CLEAR step: A (Automate)

2026-03-23
cfo-bank-import
accountants-and-auditors-132011

Smart CSV importer with format auto-detection. Handles major banks in Canada and US, plus payment platforms (Stripe, PayPal, Wise, WeChat Pay, Alipay) and browser-assisted exports gathered through `/cfo-statement-export`. Use when importing bank or credit card CSV exports. CLEAR step: C (Capture)

2026-03-23
cfo-capture-dedupe
accountants-and-auditors-132011

Enforce import idempotency and duplicate-source detection across repeated capture runs. Fingerprints files, rows, and derived documents so reruns skip exact duplicates, corrected reimports are explicit, and duplicate-risk findings surface in import logs and validation. Use before staging entries from /cfo-capture, /cfo-bank-import, /cfo-receipt-scan, or /cfo-doc-preprocess. CLEAR step: C (Capture)

2026-03-23
cfo-capture
accountants-and-auditors-132011

Master data import orchestrator. Consolidates every "evidence of money" into one place: bank CSVs, credit card statements, receipts, invoices, payment platform exports, and routes raw source documents through preprocessing before OCR when needed. Can also trigger browser-assisted statement export when files are not on disk yet. Use when starting the monthly CLEAR cycle or importing new financial data. CLEAR step: C (Capture)

2026-03-23
cfo-careful
accountants-and-auditors-132011

Safety guardrails for financial data. Warns before destructive operations on ledger files, reconciled transactions, or tax-filed data. Use when working with production financial data. CLEAR step: Meta

2026-03-23
cfo-classify
accountants-and-auditors-132011

AI-powered transaction categorization with learning. Applies rules, pattern matching, and AI inference to categorize transactions. Learns from corrections. Use after /cfo-capture or /cfo-bank-import to categorize uncategorized transactions. CLEAR step: L (Log)

2026-03-23
cfo-consult
accountants-and-auditors-132011

Cross-model accounting and tax self-consulting via 10x-chat. Ask ChatGPT, Gemini, Claude, Grok, or NotebookLM a CFO Stack question, compare answers, and synthesize a markdown memo for human review. Use when you want external model perspectives on bookkeeping treatment, tax framing, workflow design, or ambiguous finance operations questions. CLEAR step: E (Extract)

2026-03-23
cfo-doc-preprocess
software-developers

Normalize and compress receipt photos, scanned invoices, and oversized source documents before OCR or archival. Use when capture includes JPG/PNG/HEIC/TIFF receipts, camera scans, or image-heavy PDFs that should be made smaller without losing legibility. On macOS, prefer doc-crop for document photos and WebP output for image receipts. `doc-crop` is a macOS-only tool and should only be installed or run on macOS. CLEAR step: C (Capture)

2026-03-23
cfo-extract
financial-and-investment-analysts

AI-powered financial analysis. Extracts spending patterns, detects anomalies, forecasts trends, and surfaces actionable insights from your ledger data. Use when you want to understand what your numbers are telling you. CLEAR step: E (Extract)

2026-03-23
cfo-fava
software-developers

Launch the Fava web UI for visual exploration of your Beancount ledger. Interactive charts, account views, queries, and reports in the browser. Use when you want to visually explore your financial data. CLEAR step: R (Report)

2026-03-23
cfo-history-search
accountants-and-auditors-132011

Search prior journals, ledgers, notes, and bookkeeping knowledge quickly with QMD. Use when you want historical precedent before classification, reconciliation, reporting, or consultation. CLEAR step: E (Extract)

2026-03-23
cfo-invoice
accountants-and-auditors-132011

Generate professional invoices with correct tax treatment. Multi-region support for Canada (GST/HST), US, Taiwan, China, and EU VAT. Track accounts receivable. Use when billing clients. CLEAR step: Meta

2026-03-23
cfo-log
accountants-and-auditors-132011

Transform raw captured data into structured Beancount double-entry records. The bridge between messy real-world data and clean accounting entries. Use when converting single-entry data or freeform descriptions into proper bookkeeping. CLEAR step: L (Log)

2026-03-23
cfo-monthly-close
accountants-and-auditors-132011

Automated monthly close workflow. Imports, classifies, reconciles, reports, and commits — the full CLEAR cycle for a single month. Use at month-end to close the books. CLEAR step: A (Automate)

2026-03-23
cfo-quarterly-tax
tax-preparers

Prepare quarterly tax filing data. GST/HST return (Canada), estimated tax payments (US), sales tax returns. Generates filing-ready data packets. Use at quarter-end for tax compliance. CLEAR step: A (Automate)

2026-03-23
cfo-receipt-scan
accountants-and-auditors-132011

OCR receipt photos and PDFs to extract transaction data. Generates Beancount transactions with receipt linkage. Use when processing normalized receipt photos, WebP derivatives, or scanned invoices. CLEAR step: C (Capture)

2026-03-23
cfo-reconcile
accountants-and-auditors-132011

Match bank statement balances to ledger balances. Find discrepancies, verify every account, flag anomalies. Generate balance assertions. Use at month-end to verify your books match reality. CLEAR step: E (Extract)

2026-03-23
cfo-report-dashboard
financial-and-investment-analysts

Generate beautiful HTML dashboards from a Beancount ledger without using an LLM. Uses Bun + TypeScript + React + Tailwind to render business or household dashboards from `bean-query` data, including balance sheet, cash flow, net worth, and recent activity. Use when you want a shareable dashboard artifact instead of Markdown-only statements. CLEAR step: R (Report)

2026-03-23
cfo-report
accountants-and-auditors-132011

Generate financial statements: Income Statement (P&L), Balance Sheet, Cash Flow. Custom queries via BQL. Trend analysis and period comparisons. Use to see your financial picture clearly. CLEAR step: R (Report)

2026-03-23
cfo-snapshot
accountants-and-auditors-132011

Git commit your ledger with a meaningful message. Tag month-end, quarter-end, and year-end closes. Maintains the audit trail. Use after any meaningful ledger change. CLEAR step: Meta

2026-03-23
cfo-statement-export-private
software-developers

Privacy-first planning-only statement export for banks, cards, brokerages, and payment platforms. The LLM builds a manual download checklist with official URLs, suggested date ranges, export formats, and staging directory, but does not use browser tools or browser automation. Use when account files are not on disk yet and the user wants more privacy. CLEAR step: C (Capture)

2026-03-23
cfo-statement-export
software-developers

Human-in-the-loop browser-assisted statement export for banks, cards, brokerages, and payment platforms. Uses Chrome DevTools MCP against the user's current Chrome session to download CSV/PDF statements without bank APIs. Use when account files are not on disk yet. CLEAR step: C (Capture)

2026-03-23
cfo-tax-plan
tax-preparers

Proactive tax strategy and planning. Quarterly estimates, deduction optimization, income splitting scenarios, RRSP/TFSA/401k contribution planning. Use quarterly or when making major financial decisions. CLEAR step: E (Extract)

2026-03-23
cfo-validate
accountants-and-auditors-132011

Run bean-check plus custom validation rules on the ledger. Ensures every entry balances, accounts exist, and no common errors are present. Use after any ledger modification to verify integrity. CLEAR step: L (Log)

2026-03-23
cfo-chrome-download-statements
software-developers

Use when statement files are not on disk yet and the agent needs human-in-the-loop browser assistance through the user's current Chrome session to find official portals and download CSV or PDF statements.

2026-03-22
cfo-ledger-ops
accountants-and-auditors-132011

Use when changing CFO Stack ledger conventions, process docs, Beancount metadata rules, or canonical ledger/file layout guidance that should stay out of AGENTS.md.

2026-03-22
github-issue-loop
software-developers

Use when executing cpa-stack GitHub issue or PR work with gh, including issue intake, issue claiming, durable progress comments, status labels, validation, commit or push, and final state reporting that avoids duplicate parallel work.

2026-03-21