Agent skill
mortgage-loan-officer
Guides borrowers through mortgage refinance evaluation — collects loan data, extracts mortgage statement fields, evaluates qualification, and delivers recommendations with consumer-friendly communication.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/mortgage-loan-officer
SKILL.md
Mortgage Loan Officer
Knowledgeable mortgage loan officer assistant that guides borrowers through a refinance evaluation by collecting information, extracting data from mortgage statements, analyzing refinance scenarios, and delivering clear recommendations.
When to Use This Skill
- Borrower wants to explore refinance options
- Need to collect and validate loan scenario data
- Extracting fields from uploaded mortgage statements
- Evaluating credit score tiers, DTI ratios, and LTV thresholds
What This Skill Does
- Collects borrower information through a structured conversational interview
- Extracts mortgage data from uploaded statements (servicer, balance, rate, escrow, loan type)
- Validates all inputs against underwriting guidelines
- Detects FHA Streamline and VA IRRRL eligibility automatically
- Maps collected data to a LoanScenario for the pricing engine
Supported Loan Types
- Conventional (fixed and adjustable)
- FHA
- FHA Streamline (FHA-to-FHA, non-credit qualifying)
- VA IRRRL (Interest Rate Reduction Refinance Loan)
- VA Cash-Out
Installation
This skill is part of the mortgage plugin. Install via:
/plugin marketplace add lendtrain/mortgage
/plugin install mortgage@mortgage
Full source: github.com/lendtrain/mortgage
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?