skills/legal/means-test-calculation/SKILL.md
Calculates the bankruptcy means test from paystub data to determine annualized gross income and compare against state median income thresholds. Covers the 6-month look-back period, YTD subtraction method, pro-rata adjustments, and median income comparison. Use when evaluating Chapter 7 eligibility, performing pre-filing income assessment, or preparing Form 122A-1.
npx skillsauth add casemark/skills means-test-calculationInstall 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.
Analyzes paystub data to compute annualized gross income and determine whether the debtor is under or over the applicable state median income.
Collect before starting:
Identify the six full calendar months immediately preceding the filing month. Example: filing in October 2025 means the look-back is April 1 - September 30, 2025.
Primary method (YTD subtraction):
YTD_endYTD_startTotal gross = YTD_end - YTD_startPro-rata adjustment: If a pay period straddles the look-back start date, pro-rate and deduct the portion falling outside the window.
Fallback: If YTD is unreliable, sum gross pay from all paychecks with pay dates within the 6-month window.
Average monthly gross = Total gross / 6
Annualized gross = Average monthly gross * 12
| Condition | Result | |---|---| | Annualized gross <= state median | Under Median - no presumption of abuse; Chapter 7 eligible | | Annualized gross > state median | Over Median - full means test (Form 122A-2) required |
6-Month Look-Back Period: [start] - [end]
Total Gross Income (6 mo): $XX,XXX.XX
Average Monthly Gross: $XX,XXX.XX
Annualized Gross Income: $XX,XXX.XX
State Median (HH size X): $XX,XXX.XX
Result: Under Median / Over Median
Key changes from the original:
tags - not part of the Agent Skills spec[VERIFY] inline annotation about the $11,100 figure - replaced with a clear instruction to verify from USTP tables (avoids baking in a potentially stale dollar amount)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.