ledger-management
Maintain the general ledger — chart of accounts design, journal entries, month-end adjustments, account reconciliations, and trial balance production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain the general ledger — chart of accounts design, journal entries, month-end adjustments, account reconciliations, and trial balance production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ledger-management |
| description | Maintain the general ledger — chart of accounts design, journal entries, month-end adjustments, account reconciliations, and trial balance production. |
| version | 2.0.0 |
| author | Crewm8 |
| maintainer | Gokul (github.com/gokulb20) |
| license | MIT |
| homepage | https://crewm8.ai |
| tags | ["cfo","finance","general-ledger","chart-of-accounts","journal-entries","trial-balance","bookkeeping"] |
| related_skills | ["transaction-processing","accounts-payable-management","accounts-receivable-management","payroll-processing","bank-reconciliation","monthly-close-process","financial-statement-generation"] |
| inputs_required | ["chart-of-accounts","transaction-batches","bank-feeds","prior-period-trial-balance"] |
| deliverables | ["chart-of-accounts","trial-balance","journal-entry-log","reconciliation-reports"] |
| compatible_agents | ["hermes","claude-code","droid","cursor","windsurf","openclaw","openai","generic"] |
The general ledger is the single source of truth for every financial transaction. This skill designs and maintains the chart of accounts, records journal entries, performs month-end adjustments, reconciles subledgers, and produces the trial balance. Without it, financial data is fragmented, the trial balance doesn't balance, and financial statements cannot be trusted.
transaction-processing, accounts-payable-management, accounts-receivable-management, payroll-processing.| Concept | Description | Example |
|---|---|---|
| Journal Entry | Balanced debit/credit record for every transaction | DR AR $10k / CR Revenue $10k |
| Trial Balance | Summary of all account balances with debits = credits | Every asset, liability, equity, revenue, expense account |
| Chart of Accounts | Numbered hierarchy of all accounts (1000-9999) | 1000 Cash, 2000 AP, 4000 Revenue, 6000 R&D |
| Accrual Basis | Revenue/expenses recorded when earned/incurred, not when cash moves | Bill in March, collect in April → record revenue in March |
| Account Reconciliation | Matching GL balance to external source (bank, subledger) | Cash GL balance = bank statement balance |
| Materiality Threshold | $500 minimum for adjustments in startups < $1M annual spend | Don't waste time on $200 prepaid amortization |
For every transaction, create a balanced journal entry:
Revenue Recognition (SaaS):
DR Accounts Receivable $10,000
CR Revenue $8,333 (earned this month)
CR Deferred Revenue $1,667 (unearned)
Prepaid Expense:
DR Prepaid Software $12,000
CR Cash $12,000
(each month):
DR Software Expense $1,000
CR Prepaid Software $1,000
Payroll:
DR Salary Expense $50,000
DR Employer Payroll Tax Exp $3,825
DR Benefits Expense $5,000
CR Cash $41,175 (net pay)
CR Payroll Tax Payable $3,825
CR Benefits Payable $5,000
Depreciation:
DR Depreciation Expense $500
CR Accumulated Depreciation $500
At each period end, post:
Hand off to monthly-close-process for the full checklist.
For every balance sheet account, quarterly:
bank-reconciliation)Produce a trial balance showing:
The skill is complete when:
Does the trial balance balance (total debits = total credits)? Are all balance sheet accounts reconciled to subledgers or external statements? Is the chart of accounts consistently applied across all journal entries? Are month-end adjustments posted for accruals, deferrals, depreciation, and FX revaluation? Is the period-over-period flux analysis complete with all > 20% changes flagged?
Example 1: Month-End Close
User: "Close the books for March — here are the transaction batches from AP, AR, and payroll"
→ You post the AP batch ($45,200 in vendor invoices), the AR batch ($38,100 in customer invoices), and the payroll batch ($62,400 gross payroll). You post month-end adjustments: $3,500 deferred revenue amortization, $1,200 prepaid software amortization, $800 depreciation, and a $2,100 accrued expense for unbilled legal services. You produce the trial balance ($1.2M total debits = $1.2M total credits), run the reconciliation on cash (matches bank), AR (matches subledger), and AP (matches subledger), and flag a 27% increase in the Software & Subscriptions account from last month for review.
Example 2: Chart of Accounts Design
User: "We're a new startup — design our chart of accounts"
→ You build a complete COA from scratch: Balance Sheet accounts (1000-2999) covering Cash (1010-1030), AR (1100-1120), Prepaids (1200-1230), Fixed Assets (1400-1440), AP (2000-2020), Payroll Liabilities (2100-2130), Deferred Revenue (2410), and Equity (2600-2800). Income Statement accounts (4000-9999) covering Revenue (4000-4200), COGS (5000-5200), R&D (6000-6030), S&M (7000-7040), G&A (8000-8070), and Other Income/Expense (9000-9300). All numbered with gaps for future additions.
Reconciles bank accounts and credit cards monthly — matches every transaction to the ledger, resolves exceptions, tracks uncleared items, and documents the process. Use when the user mentions bank reconciliation, transaction matching, reconciling accounts, GL cash balance not matching the bank, or asks about month-end reconciliation or corporate card reconciliation.
Manages banking relationships — account optimization, fee negotiation, credit facility oversight, treasury yield, and fraud prevention. Use when the user mentions banking setup, bank fees, credit facility, treasury yield, investing excess cash, opening new accounts, or asks about banking architecture, account optimization, or fraud prevention.
Builds and maintains a 13-week rolling cash forecast — models inflows, outflows, scenario analysis, and forecast-vs-actual accuracy tracking. Use when the user mentions cash forecast, 13-week forecast, liquidity projection, cash runway, or asks about modeling cash under different scenarios or when cash runs out.
Monitors daily cash position across all accounts, flags anomalies, tracks burn rate, and produces a daily cash snapshot. Use when the user mentions cash position, daily cash check, burn rate, bank balance, or asks about unusual transactions or cash alerts.
Optimizes working capital — improves DPO, accelerates collections, manages inventory, and negotiates payment terms to maximize cash efficiency. Use when the user mentions working capital, cash conversion cycle, DPO, DSO, or asks about improving payment terms, accelerating collections, or optimizing cash tied up in operations.
Routes CFO and financial operations requests to specialized sub-skills based on user intent matching, task classification, and multi-skill chain assembly. Use when the user mentions startup CFO tasks, financial operations, reporting, fundraising questions, cash management, financial planning, strategic advisory, or asks about running any CFO-related workflow.