Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

cfo-stack

cfo-stack에는 MikeChongCan에서 수집한 skills 34개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
34
Stars
46
업데이트
2026-04-03
Forks
10
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

cfo-canadian-tax-prep
세금 신고 대리인

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
컴퓨터·정보 시스템 관리자

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
개인 재무 상담사

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
소프트웨어 개발자

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
재무 및 투자 분석가

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
소프트웨어 개발자

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
회계사 및 감사원

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
세금 신고 대리인

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
회계사 및 감사원

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
회계사 및 감사원

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
재무 및 투자 분석가

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
회계사 및 감사원

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
회계사 및 감사원

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
소프트웨어 개발자

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
소프트웨어 개발자

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
세금 신고 대리인

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
회계사 및 감사원

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
소프트웨어 개발자

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
회계사 및 감사원

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
소프트웨어 개발자

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