Agent Plugins Marketplace
All plugins

accounting-bookkeeping

v0.2.2

Accounting & Bookkeeping Practice specialist team — agents (accounting-practice-lead, close-cycle-analyst, ap-ar-cashflow-specialist, reconciliation-controls-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A practice-ops team for a bookkeeping/accounting practice owner or controller accountable for a timely, clean close — it closes on a cadence and tracks days-to-close, reconciles before reporting, reads AR/AP as working-capital levers, and enforces segregation of duties. Tax and audit opinions route to a licensed CPA. Inherits ravenclaude-core protocols.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install accounting-bookkeeping for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install accounting-bookkeeping@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/accounting-bookkeeping/.

Plugin files

plugins/accounting-bookkeeping/
├── .claude-plugin/plugin.json
├── skills/audit-controls/SKILL.md
├── skills/estimate-bad-debt/SKILL.md
├── skills/read-working-capital/SKILL.md
├── skills/reconcile-accounts/SKILL.md
└── skills/run-close/SKILL.md

Included Skills5

audit-controlsskills/audit-controls/SKILL.md

Audit segregation of duties and chart-of-accounts hygiene before trusting the books. Reach for this on a controls or data-quality question.

estimate-bad-debtskills/estimate-bad-debt/SKILL.md

Estimate bad-debt from AR aging buckets weighted by loss rate. Reach for this on a receivables-risk question.

read-working-capitalskills/read-working-capital/SKILL.md

Read the cash conversion cycle (DSO + DIO − DPO) and locate trapped or surrendered cash. Reach for this on a cash question.

reconcile-accountsskills/reconcile-accounts/SKILL.md

Reconcile bank and balance-sheet accounts to source before any statement ships. Reach for this first on any reporting question.

run-closeskills/run-close/SKILL.md

Run the period-end close on a cadence: critical-path checklist, days-to-close, bottleneck. Reach for this on a close question.

Plugin manifests1

plugins/accounting-bookkeeping/.claude-plugin/plugin.json
{
  "name": "accounting-bookkeeping",
  "version": "0.2.2",
  "description": "Accounting & Bookkeeping Practice specialist team — agents (accounting-practice-lead, close-cycle-analyst, ap-ar-cashflow-specialist, reconciliation-controls-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A practice-ops team for a bookkeeping/accounting practice owner or controller accountable for a timely, clean close — it closes on a cadence and tracks days-to-close, reconciles before reporting, reads AR/AP as working-capital levers, and enforces segregation of duties. Tax and audit opinions route to a licensed CPA. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "accounting",
    "bookkeeping",
    "month-end-close",
    "reconciliation",
    "accounts-payable",
    "accounts-receivable",
    "cash-conversion-cycle",
    "internal-controls",
    "chart-of-accounts"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[accounting-bookkeeping on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accounting-bookkeeping)