agentsclimarketplace

Prepare primary statements

Skill cynco-labs/ai-accounting-skills/financial-statements-accounting/skills/prepare-primary-statements

Prepare primary financial statements from the adjusted trial balance — balance sheet and income statement (SOFP/SOCI). Use when draft FS or present statements.From its SKILL.md

Install
npx -y skills add cynco-labs/ai-accounting-skills --skill prepare-primary-statements

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

One thing to look at

  • 2 stars2 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.8 KB, 382 tokens by cl100k_base, as published. Nobody here has run it

/prepare-primary-statements

Purpose

Map ATB → primary statements under the engagement framework.

Preconditions

  1. Read shared guardrails (shared/guardrails.md).
  2. Load firm profile from ~/.claude/plugins/config/claude-for-accounting/firm-profile.md if present.
  3. Load plugin config from ~/.claude/plugins/config/claude-for-accounting/{{plugin}}/CLAUDE.md if present.
  4. Load active client engagement README / workspace if one is open.
  5. Never fabricate numbers. Re-read source documents if figures are missing from context.

Statements

  1. Statement of Financial Position (SOFP) — current/non-current split (MPERS S4)
  2. Statement of Comprehensive Income — single-statement or two-statement (S5)
  3. Statement of Changes in Equity (S6)
  4. Statement of Cash Flows — indirect (default) or direct (S7)

Mapping rules

  • Maintain explicit ATB code → FS line map; every ATB balance appears exactly once in SOCI or SOFP (except zero).
  • Comparatives from prior signed FS (not memory).
  • Rounding to nearest ringgit only if firm policy says so; default sen precision in workpapers, presentation per house style.

Cash flow ties

Net change in cash = SOFP cash movement. Reconcile profit to operating cash.

Checks before handoff

  • Assets = Liabilities + Equity
  • SOCI result feeds equity (RE / current year result)
  • No unexplained “balancing figures”

Completion

Done when: primaries on disk map to ATB lines, BS balances, and figures carry provenance tags.

Output

Primary statements draft + mapping schedule. Next: prepare-notes.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most finance skills give in 382 tokens

Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07

  • Extract date vendor amount and descriptionin 15 of 469, across 3 files
  • Scan folder for invoice filesin 14 of 469, across 2 files
  • Rename files to standard formatin 14 of 469, across 2 files
  • Show organization plan before movingin 14 of 469, across 2 files
  • Generate summary CSVin 14 of 469, across 2 files
  • Organize files by categoryin 13 of 469, across 1 file
  • Preserve original filesin 13 of 469, across 1 file
  • Flag files missing critical infoin 13 of 469, across 1 file
  • Produce the requested output filein 9 of 469, across 4 files
  • Build best, base, and worst case scenariosin 9 of 469, across 5 files
  • Implement backoff if rate limit errors occurin 8 of 469, across 3 files
  • Determine the weighted average cost of capitalin 8 of 469, across 4 files

Said here and by no other author read

  • read shared guardrails
  • load firm profile if present
  • load plugin config if present
  • load active client engagement readme if open
  • maintain explicit atb code to statement line map
  • use comparatives from prior signed statements

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. 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.