agentsclimarketplace

Accounting

Skill yborunov/ghostledger/skills/accounting

Agentic AI accounting and tax reporting based on the plain text double entry accounting system Ledger

Install
npx -y skills add yborunov/ghostledger --skill accounting

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 306 tokens by cl100k_base, as published. Nobody here has run it

Skill: accounting

Purpose

Maintain plain-text books and generate financial statements from main.ledger.

Repository Layout

  • main.ledger - root file with include statements
  • imports/<YEAR>/ - normalized journal entries
  • transaction-imports/<YEAR>/ - raw exports
  • expenses/<YEAR>/ - invoices and receipts
  • reports/<YEAR>/ - generated report outputs

Core Method

  • Use double-entry postings only.
  • Preserve source traceability in memos/payee text.
  • Keep account naming stable over time.
  • Record owner-funded business costs into an equity contribution account when applicable.

Workflow

  1. Review raw source files in transaction-imports/<YEAR>/ and expenses/<YEAR>/.
  2. Convert to normalized entries in imports/<YEAR>/*.ledger.
  3. Update main.ledger include statements if needed.
  4. Run ledger validation checks.
  5. Generate financial reports into reports/<YEAR>/.

Validation and Reporting Objectives

  • Confirm global books balance from main.ledger.
  • Review register activity for the requested period.
  • Produce Profit and Loss totals for the requested period.
  • Produce Balance Sheet totals as of the requested date.
  • Document any assumptions or unresolved mappings.

Output Contract

For a requested period/year, return:

  1. files created or updated
  2. validation outputs
  3. P&L totals
  4. balance sheet totals
  5. unresolved classification assumptions

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.