skills/legal/consumer-loan-tila/SKILL.md
Drafts TILA-compliant consumer loan agreements with Regulation Z disclosure boxes, APR/finance charge calculations, and enforceable terms for secured and unsecured consumer credit. Use when drafting consumer loan agreements, TILA disclosure documents, promissory notes for consumer credit, or Reg Z compliant financing contracts.
npx skillsauth add casemark/skills consumer-loan-tilaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates a consumer loan agreement satisfying Truth in Lending Act (15 U.S.C. § 1601 et seq.) and Regulation Z (12 CFR Part 1026) disclosure requirements.
Gather before drafting:
| Section | Purpose | |---|---| | TILA Disclosure Box | Mandatory Reg Z disclosures — must appear first on page 1 | | Loan Terms & Conditions | Substantive contractual provisions | | Default, Acceleration & Remedies | Events of default, cure rights, lender remedies | | Insurance & Payment Application | Collateral insurance, force-placed coverage, payment waterfall | | Special Notices | SCRA, FTC co-signer, state-specific notices | | Execution & Signatures | Acknowledgments, signature blocks, copy delivery |
Heading: "FEDERAL TRUTH IN LENDING DISCLOSURES" — bold, ≥2pt larger than body, visually segregated, page 1 before all other terms.
Use these exact Reg Z labels:
| Label (verbatim) | Content |
|---|---|
| "Annual Percentage Rate (The cost of your credit as a yearly rate)" | Actuarial/US Rule method; ≥2 decimals; accurate within ⅛ of 1% [VERIFY tolerance for transaction type] |
| "Amount Financed (The amount of credit provided to you or on your behalf)" | Net credit minus prepaid finance charges; include financed ancillary products |
| "Finance Charge (The dollar amount the credit will cost you)" | Total dollar cost: interest + fees + points + charges; itemize major components |
| "Total of Payments (The amount you will have paid after you have made all payments as scheduled)" | Amount Financed + Finance Charge |
| "Payment Schedule (Your payment schedule will be)" | Uniform: number × amount × frequency + first date. Irregular/balloon: full table |
Cross-verify: Amount Financed + Finance Charge = Total of Payments. Payment schedule must sum to Total of Payments.
Events of default: (1) missed payment, (2) failure to maintain required insurance, (3) bankruptcy/insolvency, (4) material misrepresentation, (5) borrower death if loan does not survive, (6) collateral impairment.
Include:
"We will apply each payment first to unpaid late charges, then to accrued but unpaid interest, then to principal, and finally to any other charges or fees owed under this Agreement."
| Trigger | Notice | |---|---| | All transactions | Borrower acknowledgment of receipt of agreement and TILA disclosures | | Servicemember borrower | SCRA notice — potential 6% rate cap on pre-service obligations | | Co-signer/guarantor not receiving proceeds | FTC co-signer notice (verbatim): "You are being asked to guarantee this debt. Think carefully before you do. If the borrower does not pay the debt, you will have to. Be sure you can afford to pay if you have to, and that you want to accept this responsibility. You may have to pay up to the full amount of the debt if the borrower does not pay. You may also have to pay late fees or collection costs, which increase this amount." | | State-specific | Right-to-cure, pre-repossession, redemption rights — use verbatim statutory language |
[VERIFY] on any statutory citation or regulatory reference you cannot independently confirmdevelopment
name: automated-contract-summary language: en description: Generates structured executive summaries of contracts using ML — captures key terms, party obligations, risk allocations, and compliance requirements in a standardized format. Optimized for high-volume review where speed and consistency matter. tags: - summarization - agreement - corporate --- # Automated Contract Summarization Produces standardized executive summaries of contracts using machine learning, capturing essential term
tools
Extracts regulatory obligations from dense regulations across jurisdictions. Breaks down multi-level regulations into clear article-level obligations, classifies applicability to a business, and prioritizes by risk level. Use when translating regulations into actionable compliance requirements.
development
Continuously monitors regulatory landscapes for changes relevant to a specific business. Ingests global regulatory updates, filters by relevance, summarizes impact, and produces an actionable change advisory. Use when tracking regulatory developments affecting a particular product or market.
testing
Compares an organization's existing compliance controls, policies, and procedures against extracted regulatory obligations to identify coverage gaps. Produces a remediation plan with prioritized actions. Use when assessing compliance maturity or preparing for regulatory audits.