skills/legal/reaffirmation-agreement/SKILL.md
Drafts Reaffirmation Agreements under 11 U.S.C. § 524(c) for U.S. bankruptcy proceedings. Produces Official Form 240A-compliant documents with agreement summary, original/modified loan terms, debtor and attorney certifications, and court approval sections. Use when a debtor reaffirms a dischargeable debt to retain secured collateral such as vehicles or homes.
npx skillsauth add casemark/skills reaffirmation-agreementInstall 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.
Drafts a court-ready reaffirmation agreement allowing a debtor to retain secured collateral by voluntarily reaffirming a dischargeable debt under 11 U.S.C. § 524(c). Must comply with Bankruptcy Rule 4008 and Official Form 240A.
Collect before drafting:
Present as a table:
| Field | Value | |---|---| | Debtor Name | {name} | | Case Number | {case no.} | | Creditor Name | {name} | | Total Debt Reaffirmed | ${amount} | | — Principal | ${amount} | | — Accrued Interest | ${amount} | | — Fees/Costs | ${amount} | | Collateral Description | {description} | | Collateral Fair Market Value | ${amount} | | Annual Percentage Rate | {rate}% | | Monthly Payment | ${amount} | | Payment Duration | {months/years} | | Total of Payments | ${amount} |
| Term | Original | Reaffirmed | |---|---|---| | Interest Rate | {orig}% | {new}% | | Monthly Payment | ${orig} | ${new} | | Remaining Term | {orig} | {new} | | Total Remaining | ${orig} | ${new} |
Debtor certifies under penalty of perjury:
Required when debtor is represented. Attorney certifies:
Required when:
Include notice of scheduled hearing; court must find (1) no undue hardship and (2) agreement is in debtor's best interest.
Include signature lines for:
development
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.