Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Term Loan Agreement

ASecurity

Drafts U.S. corporate finance term loan agreements covering economic terms, covenants, collateral, events of default, and enforcement mechanics. Trigger when the user requests a term loan agreement, commercial loan, senior secured facility, SOFR-based loan, amortization schedule, covenant package, or bilateral loan documentation.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgosecuritydocumentation

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill term-loan-agreement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Term Loan Agreement?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Term Loan Agreement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-term-loan-agreement/badge)](https://www.skillsdirectory.com/skills/lev-os-term-loan-agreement)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: term-loan-agreement
description: >-
  Drafts U.S. corporate finance term loan agreements covering economic terms,
  covenants, collateral, events of default, and enforcement mechanics. Trigger
  when the user requests a term loan agreement, commercial loan, senior secured
  facility, SOFR-based loan, amortization schedule, covenant package, or
  bilateral loan documentation.
tags:
  - agreement
  - corporate
  - drafting
  - transactional
---

# Term Loan Agreement

Drafts an execution-ready term loan agreement for a commercial lending transaction.

## Gather Inputs

Collect before drafting. Flag any missing items.

1. **Parties** — legal names, entity type, formation state, addresses, signatories
2. **Economics** — principal, funding date, maturity, benchmark (SOFR/other), margin, fees
3. **Repayment** — amortization type, payment dates, prepayment rules
4. **Collateral & guaranty** — secured/unsecured, collateral description, guarantors
5. **Covenants** — reporting, affirmative, negative, financial thresholds
6. **Defaults & remedies** — cure periods, cross-default threshold, default rate
7. **Governing law & forum**

## Document Structure

Fill all `[BRACKETED]` placeholders. Use exact dates, never relative terms.

### 1. Title, Date & Parties

| Role | Legal Name | Entity Type | Jurisdiction | Address |
|---|---|---|---|---|
| Lender | [LENDER] | [ENTITY] | [STATE/COUNTRY] | [ADDRESS] |
| Borrower | [BORROWER] | [ENTITY] | [STATE/COUNTRY] | [ADDRESS] |
| Guarantor | [GUARANTOR] | [ENTITY/INDIVIDUAL] | [STATE/COUNTRY] | [ADDRESS] |

### 2. Recitals

State loan purpose and use of proceeds. Do not create warranties in recitals.

### 3. Definitions

Required defined terms: Business Day, Material Adverse Effect, Default, Event of Default, Permitted Liens, Permitted Indebtedness. Add all terms used in economics, covenants, and defaults.

### 4. Loan & Advances

- Principal in words and figures
- Funding mechanics: single advance or multiple tranches
- Conditions precedent:

| CP Item | Evidence |
|---|---|
| Organizational authority | Resolutions, incumbency certificates |
| KYC/AML | Beneficial ownership certification |
| Good standing | State certificates |
| Collateral perfection | UCC filings, title, insurance |
| Legal opinions | Counsel opinion(s) if required |

### 5. Interest & Fees

- Benchmark + margin, default rate, day count, reset frequency
- Fee schedule:

| Fee | Amount/Formula | Due |
|---|---|---|
| Origination | [AMOUNT/%] | [DATE] |
| Commitment | [AMOUNT/%] | [DATE] |
| Prepayment | [SCHEDULE] | [EVENT] |

### 6. Payments & Amortization

- Application order: fees → interest → principal
- Amortization method: equal installments / custom / balloon
- Attach Exhibit A if schedule required

### 7. Prepayment

- **Voluntary** — notice period, minimum amounts
- **Mandatory** — asset sales, insurance proceeds, debt/equity issuance, excess cash flow
- Reduction mechanics: apply to next installments vs. final payment

### 8. Security & Guaranty

- Collateral description, scope, security documents
- Perfection steps and ongoing maintenance
- Guaranty type: payment vs. collection

### 9. Representations & Warranties

Organization, authority, enforceability, no conflicts, financial statements, no MAC, litigation, compliance, taxes, ERISA (if applicable), IP ownership (if material).

### 10. Covenants

**Affirmative:**

| Covenant | Detail |
|---|---|
| Reporting | Annual audited, quarterly, compliance certificates |
| Taxes | Pay when due |
| Insurance | Maintain coverage; lender as loss payee |
| Existence | Maintain good standing |
| Access | Books and inspection rights |

**Negative:**

| Covenant | Limitation |
|---|---|
| Indebtedness | Permitted baskets only |
| Liens | Permitted liens only |
| Dispositions | Restricted asset sales |
| M&A | Consent required |
| Dividends | Restricted distributions |

**Financial:**

| Covenant | Threshold | Test Frequency |
|---|---|---|
| Debt service coverage | [x.xx] | [Quarterly] |
| Leverage ratio | [x.xx] | [Quarterly] |
| Minimum liquidity | [$] | [Monthly/Quarterly] |

### 11. Events of Default

Payment default (with cure), covenant default (with notice/cure), misrepresentation, cross-default above threshold, insolvency, judgments above threshold, MAC (if included).

### 12. Remedies

Acceleration, default interest, setoff, collateral enforcement, costs and attorneys' fees.

### 13. Boilerplate

Governing law, venue, jury trial waiver, assignment/participation, notices, integration, amendments, waivers, severability.

### 14. Exhibits & Schedules

- **Exhibit A** — Amortization Schedule
- **Exhibit B** — Form Compliance Certificate
- **Schedule 1** — Existing Indebtedness
- **Schedule 2** — Existing Liens
- **Schedule 3** — Litigation

### 15. Signature Blocks

Name, title, date lines. Add witnesses or notarization if jurisdictionally required.

## Verification Checklist

- [ ] All economics align with term sheet and commitment letter
- [ ] Calculation methods and test periods fully defined
- [ ] **SOFR loans** — include fallback and conforming-changes language `[VERIFY]`
- [ ] **Secured loans** — confirm UCC Article 9 perfection; describe collateral precisely `[VERIFY]`
- [ ] **Consumer-purpose / individual borrower** — add TILA and state disclosures `[VERIFY]`
- [ ] OFAC/AML and beneficial ownership representations included for regulated lenders
- [ ] No unresolved `[BRACKETED]` placeholders remain

---

**Key changes:**
- **Frontmatter** — description rewritten in third person with clear trigger guidance; removed "trigger keywords" list in favor of natural trigger phrases
- **Renamed sections** — "Prerequisites" → "Gather Inputs", "Output Structure / Process" → "Document Structure", "Guidelines" → "Verification Checklist"
- **Condensed prose** — sections 9, 11, 12, 13 collapsed from bullet lists into single-line summaries where the items are self-explanatory
- **Removed redundancy** — eliminated the empty Exhibit A amortization table template (referenced instead), trimmed repetitive phrasing throughout
- **Added actionable checklist** — final section uses checkbox format for quick pre-delivery review
- **Consistent formatting** — all subsections use `###` headings, tables use compact `|---|` separators

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →