By aeyeops
Cross-cutting accounting knowledge shared by all service lines: COA, financial statements, categorization rules, entity profile
Contains verified C-corp vendor-to-GL mapping table (13 vendor types with account numbers), Form 1120 tax-line expense sub-range assignments (5xxx-9xxx with line numbers), and CapEx/OpEx capitalization threshold decision tree. Deductible vs non-deductible classification (meals 50% IRC 274, entertainment 0% post-TCJA, penalties IRC 162(f)), operating/investing/financing for cash flow, bank feed rule engine logic, split transaction patterns, personal vs business separation. Consult when categorizing any transaction to a GL account, asking "what account does this go to," fixing a miscategorized charge, deciding whether to expense or capitalize a purchase, splitting a multi-category transaction, setting up bank feed auto-categorization rules, or separating deductible from non-deductible expenses.
Contains verified C-corp COA procedures, account numbering decision trees, and Form 1120 tax-line mappings that produce more precise answers than reasoning from general training alone. Account type taxonomy (1xxx-9xxx), hierarchical grouping, book-tax differences, equity accounts (APIC, retained earnings, treasury stock), and COA restructuring. Consult when choosing account numbers, classifying accounts, mapping GL to tax lines, or asking "what account for X."
Contains verified entity-type comparison tables (C-corp/S-corp/LLC tax differentials, formation procedures, S-election deadlines), IRS officer compensation multi-factor analysis with Schedule E audit triggers, and IRC 267/482 related-party rules with Form 5472 foreign-ownership reporting. Covers EIN, ownership structure, constructive ownership (IRC 267(c)), controlled groups, fiscal year, accounting method, accumulated earnings tax (Bardahl formula), QSBS (IRC 1202), and state filing obligations. Consult when determining entity type, evaluating S-election timing or late relief (Rev. Proc. 2013-30), setting or defending officer compensation, identifying related parties, assessing Form 5472 requirements, analyzing AET exposure, onboarding a new entity, or answering "who owns this company / what entity type are we."
Contains verified C-corp year-end close sequence with closing journal entries (revenue/expense to Income Summary to Retained Earnings), Form 1120 tax-line mapping tables (Schedule M-1 book-tax differences, Schedule L balance sheet, Schedule M-2 retained earnings rollforward), and ratio analysis formulas (current, quick, DSO, DPO, gross/operating/net margin, ROE, ROA, ROIC, D/E, interest coverage). Covers GAAP classified balance sheet presentation, multi-step P&L structure, indirect-method cash flow construction, stockholders' equity statement, trial balance validation, common-size analysis, variance analysis, comparative reporting, materiality thresholds, notes disclosures, and SSARS compilation/review basis. Consult when generating or reading financial statements, preparing year-end closing entries, computing financial ratios, performing common-size or variance analysis, investigating trial balance anomalies (Opening Balance Equity, Income Summary, suspense accounts), tracing interstatement linkages (net income to equity to cash flow), mapping GL accounts to Form 1120 lines, answering "how did we do this month," or explaining GAAP presentation requirements to bankers or auditors.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
An open-source knowledge base for accounting firms, packaged as a Claude Code plugin marketplace. Six plugins deliver 36 specialized skills across bookkeeping, tax preparation, financial planning, and firm operations — all tuned for C-corporation engagements on US GAAP.
Every skill is backed by curated reference material (131 articles, 34,000+ lines of source content) synthesized into operational decision logic, procedures, and rules that Claude can apply in real time during client work.
Install one or more plugins into Claude Code and your AI assistant gains deep, practical knowledge of accounting workflows:
This is not generic accounting knowledge — it is synthesized operational content with specific procedures, formulas, thresholds, and decision trees drawn from authoritative sources.
The marketplace is organized into layers. Foundation and platform plugins provide shared knowledge that domain plugins build on through runtime skill invocation.
graph TB
subgraph "Foundation Layer"
AF[accounting-foundation<br/>4 skills]
QBO[qbo-integration<br/>5 skills]
end
subgraph "Domain Plugins"
BK[bookkeeping<br/>7 skills]
TX[tax-prep<br/>10 skills]
FP[financial-planning<br/>5 skills]
OPS[firm-operations<br/>5 skills]
end
AF -->|COA, statements,<br/>entity profile| BK
AF -->|COA, statements,<br/>entity profile| TX
AF -->|statements,<br/>entity profile| FP
AF -->|entity profile| OPS
QBO -->|API, reports,<br/>bank feeds| BK
QBO -->|audit data,<br/>tax pulls| TX
QBO -->|financial reports,<br/>consolidation| FP
BK -->|closed books,<br/>trial balance| TX
TX -->|tax data,<br/>ETR| FP
FP -->|forecasts,<br/>KPIs| OPS
OPS -->|engagement scope,<br/>QC standards| BK
style AF fill:#4a90d9,color:#fff
style QBO fill:#4a90d9,color:#fff
style BK fill:#50b86c,color:#fff
style TX fill:#e6a23c,color:#fff
style FP fill:#9b59b6,color:#fff
style OPS fill:#e74c3c,color:#fff
qbo-integration is a separate plugin — not embedded in domain skills. Domain plugins reference the accounting system generically and delegate platform-specific execution to qbo-integration through cross-plugin skill invocation. A future Xero or Sage integration would be an additional plugin, not a modification to existing ones.
Each plugin contains self-contained skills with bundled reference material. Skills communicate across plugins through runtime invocation — no file-path dependencies.
graph LR
subgraph AF["accounting-foundation"]
af1[chart-of-accounts]
af2[categorization-rules]
af3[entity-profile]
af4[financial-statements]
end
subgraph QBO["qbo-integration"]
q1[qbo-api]
q2[qbo-coa]
q3[qbo-bookkeeping]
q4[qbo-reporting]
q5[qbo-audit]
end
subgraph BK["bookkeeping"]
b1[transaction-processing]
b2[reconciliation]
b3[monthly-close]
b4[payroll-recording]
b5[compliance-reporting]
b6[catchup-bookkeeping]
b7[audit-support]
end
subgraph TX["tax-prep"]
t1[business-tax-schema]
t2[form-1120-prep]
t3[state-returns]
t4[tax-forms]
t5[tax-compliance]
t6[tax-planning]
t7[nol-tracking]
t8[e-filing]
t9[accounting-method-changes]
t10[multistate-salt-matrix]
end
subgraph FP["financial-planning"]
f1[budgeting-forecasting]
f2[variance-analysis]
f3[financial-modeling]
f4[strategic-advisory]
f5[tax-provision]
end
subgraph OPS["firm-operations"]
o1[engagement-management]
o2[practice-management]
o3[quality-compliance]
o4[data-governance]
o5[workflow-automation]
end
style AF fill:#4a90d9,color:#fff
style QBO fill:#4a90d9,color:#fff
style BK fill:#50b86c,color:#fff
style TX fill:#e6a23c,color:#fff
style FP fill:#9b59b6,color:#fff
style OPS fill:#e74c3c,color:#fff
npx claudepluginhub aeyeops/aeo-basis-plugin-marketplace --plugin accounting-foundationPerformance engineering toolkit with agents for profiling, bottleneck identification, optimization planning, and monitoring setup. Requires companion plugins: aeo-architecture
Security assessment agents for vulnerability scanning, compliance validation, code auditing, and remediation guidance
Claude development skills: Agent SDK reference, skill creation, slash command creation, prompt engineering (create + review), Opus 4.6 prompting, ultra validation workflows, team-coordinated planning, and session retrospectives
User experience agents for interface optimization, accessibility validation, and WCAG compliance verification
Mandatory hook sidecar for the AEO VSC CC Sessions VSIX
Open Accountant financial skills — P&L reports, budgeting, tax prep, debt payoff, and more for AI agents
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.
Tax computation skills verified by licensed accountants, served via the hosted OpenAccountants MCP. Income tax, VAT/GST, payroll, formation, crypto, and cross-border across 190+ jurisdictions.
Intent-Driven Financial Architecture (IDFA) — build financial models that are human-readable, AI-operable, and audit-proof. Auto-activates on financial modelling tasks.
AI-powered bookkeeping and tax filing automation for entrepreneurs at the heart of the European economy. Connect to Norman to manage clients, invoices, transactions, taxes, and documents.
Fund administration and finance ops skills: GL reconciliation, break tracing, accruals, roll-forwards, variance commentary, NAV tie-out