AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ledger Management

skill-gokulb20-crewm8-cfo-skills-ledger-management · by gokulb20

Maintain the general ledger — chart of accounts design, journal entries, month-end adjustments, account reconciliations, and trial balance production.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-gokulb20-crewm8-cfo-skills-ledger-management

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gokulb20-crewm8-cfo-skills-ledger-management)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ledger Management? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ledger Management

Purpose

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.

When to Use

  • "Update the general ledger / post these entries"
  • "Design / review our chart of accounts"
  • "Record this journal entry / adjustment"
  • "What accounts do we have?"
  • "Reconcile this account"
  • "Produce a trial balance"

Inputs Required

  1. Chart of accounts — if none exists, build one. If one exists, read it.
  2. Transaction batches — from transaction-processing, accounts-payable-management, accounts-receivable-management, payroll-processing.
  3. Bank feeds — for cash account reconciliation.
  4. Prior period trial balance — for opening balances.

Quick Reference

| 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 20% change in any account flagged)

Done Criteria

The skill is complete when:

  1. All journal entries are recorded with balanced debits and credits (debits = credits)
  2. Month-end adjustments are posted (accruals, deferrals, depreciation, revaluation)
  3. Trial balance is produced with all account balances
  4. Balance sheet accounts are reconciled to their subledgers or external sources
  5. Period-over-period flux analysis is completed with > 20% changes flagged
  6. All entries include supporting references (invoice, contract, approval)

Pitfalls

  • Posting unbalanced journal entries: Debits must always equal credits. The system should enforce this, but a manual double-check catches data-entry errors
  • Ignoring accrual basis: Cash-basis accounting is OK for very early stage but transition to accrual before any serious fundraising or revenue. Investors and auditors expect accrual-basis financials
  • Skipping month-end adjustments: Missing accrued expenses (unbilled services, payroll accrual) and deferred revenue amortization. These are the most common cause of misstated financials
  • Not reconciling subledgers to GL: If the AR subledger says $100k but the GL says $95k, you have a problem that compounds every month. Reconcile quarterly at minimum
  • Inconsistent categorization: Categorizing the same transaction type differently month over month. Once a transaction type is categorized one way, ALWAYS categorize it that way. If a change is needed, document it

Verification

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

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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.