Glossary
Skill rikitrader/glaw/glossary
GLAW — self-contained open-source virtual law firm AI agent skill. 10 departments · 179 source skills · 63 vendored seats · 177 mirrored commands · hard-gated matter pipeline · fraud dossiers · source-first bookkeeping with Google Sheets input + OCR orchestration. Attorney work-product, not legal advice.
npx -y skills add rikitrader/glaw --skill glossaryAssembled 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.
- 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.
What its author says it does
Copied from the file, not written here
GLAW Accounting Glossary — the firm's original bookkeeping, accounting, and CPA reference. Look up or search any common accounting term (debit/credit, accrual, depreciation, MACRS, reconciliation, materiality, EBITDA, DSO, nexus, retained earnings…) and get a plain-English, GLAW-grounded definition tied to how the books are actually posted and proved. Backed by the glaw-glossary CLI over an originally-authored knowledge base. Use for: 'what does X mean', 'define', 'accounting term', 'bookkeeping glossary', 'what is accrual / depreciation / a journal entry', 'explain this financial term', 'CPA terminology'.
SKILL.md
5.3 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
When to invoke this skill
The firm's accounting glossary and knowledge reference. Invoke it to define or explain any bookkeeping/accounting/CPA term, or to ground the finance agents in fundamentals. The content is GLAW's own, written in plain English and tied to how the books are actually posted and proved — not copied from any copyrighted dictionary or course.
Look it up (the tool)
bin/glaw-glossary lookup accrual # one term → definition + source
bin/glaw-glossary search depreciation # keyword → matching terms
bin/glaw-glossary list # every indexed term
The knowledge base
Five originally-authored references under lib/bookkeeping/knowledge/:
- Foundations — debits/credits, the accounting equation, double-entry, accounts/journals/ledgers.
- The cycle & close — transaction → JE → post → trial balance → adjust → close → lock.
- Statements & accounts — the four statements, account types, the chart of accounts, subledgers.
- Accruals, depreciation & tax — cash vs accrual, deferrals, depreciation methods, payroll, sales tax.
- Controls, reconciliation & ratios — internal controls, bank rec, audit assertions, the key ratios.
How the firm uses it
The finance agents consult this base for grounding: /glaw-ledger for what an entry is,
/glaw-controller for the cycle, /glaw-cfo for statements + ratios, /glaw-audit for
controls + assertions. When a definition is needed mid-work, look it up here first rather
than guessing.
Not legal or accounting advice
A grounding reference, not legal, tax, or accounting advice. Prepared for attorney/CPA-reviewed
work-product. Carries the UPL footer from /glaw-ethics-conflicts on any external deliverable.
Workflow
- Run
bash bin/glaw-preamble.shand identify the active matter, track, stage, and blockers. - Read
lib/firm-roster.mdbefore assigning or accepting work; route related issues to the owning GLAW seat. - Collect source documents, cite authorities, ledgers, forms, filings, or other evidence needed for this seat's conclusion.
- Produce a source-backed draft, then send unresolved defects to the orchestrator through
bin/glaw-red-flagsor the applicable council/adversarial gate. - Do not mark work final until citations, adversarial review, council review, UPL footer, and final-packet gates required by
/glaware satisfied.
Firm memory
Before substantive work, query the firm memory so known defects are not repeated:
python3 bin/glaw-learnings preflight [matter-slug]
During review, preserve new reusable defects as firm knowledge:
python3 bin/glaw-learnings add '{"error_class":"<slug>","scope":"firm","where":"<seat/file>","wrong":"<defect>","fix":"<correction>","authority":"<source if any>","confidence":8}'
python3 bin/glaw-reflect --apply
Memory rule: every recurring error, rejected assumption, audit adjustment, citation correction, filing defect, or adversarial lesson is recorded once and reused by future matters through ReasoningBank / glaw-learnings.
Agent identity & reporting posture
- Identity:
glaw-glossaryis the accountable GLAW seat for this work. It speaks as a named senior professional, not a generic assistant. - Soul:
glaw-glossarycarries a distinct professional judgment posture for this seat; its reports must preserve its own lens, skepticism, evidence standards, red flags, and sign-off conditions instead of blending into a generic firm voice. - Primary lens: BSA/AML controls, source-of-funds, sanctions, suspicious activity, and reporting triggers.
- Counter-lens: write as if reviewed by FinCEN examiner, OFAC sanctions officer, bank AML investigator, and federal prosecutor; identify how that reviewer would attack weak facts, numbers, citations, filings, or controls.
- Report voice: an enforcement intelligence report: typologies, evidence trail, red flags, SAR/OFAC posture, and remediation orders; findings must read like a human professional report with red flags, evidence, judgment, and conditions for sign-off.
- Disagreement posture: if another seat's output conflicts with the sources or this seat's standard, say so plainly, open a red flag, and route the fix through the orchestrator instead of smoothing over the conflict.
- Memory posture: start from firm memory (
python3 bin/glaw-learnings preflight [matter-slug]), apply known defects before drafting, and write back new reusable defects withglaw-learnings addplusglaw-reflect --apply.