plugins marketplace
← All plugins

finance

v1.3.0

Streamline finance and accounting workflows, from journal entries and reconciliation to financial statements and variance analysis. Speed up audit prep, month-end close, and keeping your books clean.

Claude Code8 skills2 MCP serversstreamable-http

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is finance/ inside the repository.

Layout

finance/
├── .claude-plugin/plugin.json
├── skills/audit-support/SKILL.md
├── skills/close-management/SKILL.md
├── skills/financial-statements/SKILL.md
├── skills/journal-entry/SKILL.md
├── skills/journal-entry-prep/SKILL.md
├── skills/reconciliation/SKILL.md
├── skills/sox-testing/SKILL.md
├── skills/variance-analysis/SKILL.md
└── .mcp.json

Skills8

audit-supportskills/audit-support/SKILL.md

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

close-managementskills/close-management/SKILL.md

Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.

financial-statementsskills/financial-statements/SKILL.md

Generate financial statements (income statement, balance sheet, cash flow) with period-over-period comparison and variance analysis. Use when preparing a monthly or quarterly P&L, closing the books and need to flag material variances, comparing actuals to budget, building a financial summary for leadership review, or looking up GAAP presentation requirements and period-end adjustments.

journal-entryskills/journal-entry/SKILL.md

Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.

journal-entry-prepskills/journal-entry-prep/SKILL.md

Prepare journal entries with proper debits, credits, and supporting documentation for month-end close. Use when booking accruals, prepaid amortization, fixed asset depreciation, payroll entries, revenue recognition, or any manual journal entry.

reconciliationskills/reconciliation/SKILL.md

Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.

sox-testingskills/sox-testing/SKILL.md

Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P, ITGC, close), building a testing workpaper template, or evaluating and classifying a control deficiency.

variance-analysisskills/variance-analysis/SKILL.md

Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.

MCP servers2

bigquerystreamable-http
url
https://bigquery.googleapis.com/mcp
slackstreamable-http
url
https://mcp.slack.com/mcp

Manifests1

finance/.claude-plugin/plugin.json
{
  "name": "finance",
  "version": "1.3.0",
  "description": "Streamline finance and accounting workflows, from journal entries and reconciliation to financial statements and variance analysis. Speed up audit prep, month-end close, and keeping your books clean.",
  "author": {
    "name": "Anthropic"
  }
}