Double-entry bookkeeping and ledger reference — debits, credits, chart of accounts, journal entries, and financial statements. Use when understanding accounting fundamentals, designing ledger systems, or implementing financial record-keeping.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill ledger --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ledger?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-ledger)More formats (shields.io, HTML) on the badges page.
---
name: "ledger"
version: "1.0.0"
description: "Double-entry bookkeeping and ledger reference — debits, credits, chart of accounts, journal entries, and financial statements. Use when understanding accounting fundamentals, designing ledger systems, or implementing financial record-keeping."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [ledger, accounting, double-entry, bookkeeping, journal, financial]
category: "finance"
---
# Ledger — Double-Entry Bookkeeping Reference
Quick-reference skill for ledger accounting — double-entry bookkeeping, journal entries, and financial statements.
## When to Use
- Understanding double-entry bookkeeping principles
- Designing ledger database schemas
- Recording journal entries (debits and credits)
- Building chart of accounts
- Generating financial statements (balance sheet, income statement)
## Commands
### `intro`
```bash
scripts/script.sh intro
```
What a ledger is, double-entry principle, the accounting equation.
### `accounts`
```bash
scripts/script.sh accounts
```
Chart of accounts — account types, numbering conventions, normal balances.
### `entries`
```bash
scripts/script.sh entries
```
Journal entries — recording transactions, debits and credits, examples.
### `statements`
```bash
scripts/script.sh statements
```
Financial statements — balance sheet, income statement, cash flow.
### `cycle`
```bash
scripts/script.sh cycle
```
The accounting cycle — from transaction to financial statements.
### `schema`
```bash
scripts/script.sh schema
```
Ledger database schema design — tables, immutability, audit trail.
### `tools`
```bash
scripts/script.sh tools
```
Ledger tools — plaintext accounting (hledger, beancount), QuickBooks.
### `rules`
```bash
scripts/script.sh rules
```
Key accounting rules — GAAP, accrual vs cash basis, materiality.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!