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

Joint Operating Agreement

ASecurity

Drafts U.S. Joint Operating Agreements (JOA) for oil and gas exploration, development, and production. Covers party structure, operator authority, AFE workflow, cost allocation, billing and audit rights, title and lien protections, default remedies, and governing-law provisions. Use when drafting, negotiating, or finalizing a JOA, joint account agreement, non-consent election, operator designation, participating interest schedule, or memorandum of operating agreement.

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

Works with

cliapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill joint-operating-agreement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Joint Operating Agreement?

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

Security grade badge for Joint Operating Agreement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-joint-operating-agreement/badge)](https://www.skillsdirectory.com/skills/lev-os-joint-operating-agreement)

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

Download Zip
Files
SKILL.md
---
name: joint-operating-agreement
description: >-
  Drafts U.S. Joint Operating Agreements (JOA) for oil and gas exploration,
  development, and production. Covers party structure, operator authority, AFE
  workflow, cost allocation, billing and audit rights, title and lien
  protections, default remedies, and governing-law provisions. Use when drafting,
  negotiating, or finalizing a JOA, joint account agreement, non-consent
  election, operator designation, participating interest schedule, or memorandum
  of operating agreement.
tags:
  - agreement
  - drafting
  - regulatory
---

# Joint Operating Agreement

Drafts a clause-complete, execution-ready U.S. Joint Operating Agreement covering economics, operator authority, title protections, and enforcement rights for oil and gas operations.

## Prerequisites

1. **Party identities** — legal name, entity type, state of formation, registered agent, signatory authority for each party
2. **Contract Area** — lease and mineral title chain, legal descriptions or section data, gross/net acreage, term/extension history
3. **Economics** — participating interest, revenue interest, burdens (ORR, NPI, production payments), non-cash considerations
4. **Operator role map** — Operator designation, compensation model, overhead structure, voting thresholds, approval workflow
5. **Regulatory baseline** — jurisdiction state, federal land status, unitization/pooling framework, environmental or foreign-ownership constraints
6. **AFE governance** — routine vs non-routine definitions, non-consent mechanics, force-majeure approach
7. **Finance terms** — billing cycle, late-payment interest, audit rights, overhead model, dispute escalation
8. **Execution details** — governing law/forum, dispute mechanism, recording jurisdictions, title standards

## Output Structure

### Article Outline

| Article | Content |
|---|---|
| I. Parties and Contract Area | Party schedule, legal descriptions, acreage, term |
| II. Organization and Operator Authority | Operator duties, authority limits, prohibited actions, removal |
| III. Operations and AFE Governance | AFE workflow, routine/non-routine thresholds, non-consent penalties, buy-in |
| IV. Financial Management | Cost categories (capex/opex/direct/indirect), billing, audit rights, payment default |
| V. Title and Interests | Title standards, opinion process, curative rights, lien attachment and foreclosure |
| VI. Product Handling and Marketing | Delivery points, in-kind elections, imbalance settlement |
| VII. Defaults, Remedies, and Survival | Cure periods, remedy stack (advance → lien → foreclosure), succession |
| VIII. Execution, Assignment, and Governing Law | Assignment consent, integration, amendment, dispute resolution, recordation |

### Required Exhibits

- **Exhibit A** — Legal description of Contract Area
- **Exhibit B** — Accounting procedures
- **Exhibit C** — Assignment/joinder form
- **Exhibit D** — Non-consent and area expansion workflow

## Workflow

1. **Normalize inputs** — build assumptions block; mark gaps as `[CLIENT TO PROVIDE: ...]`; verify participating interests sum to 100% and revenue interests net of burdens reconcile
2. **Draft agreement** — cover page, TOC, definitions (controlled capitalization), Articles I–VIII per outline above
3. **Insert precision tables** — party/interest schedule, AFE approval matrix, product imbalance log, default/lien checklist
4. **Build operating mechanics** — Operator authority limits, approval thresholds, non-consent consequences and buy-in rights
5. **Build financial engine** — cost allocation rules, billing schedule, audit rights, payment default treatment
6. **Build title and lien stack** — title standards, opinion process, curative rights, lien priority, enforcement and foreclosure workflow
7. **Final legal hygiene** — validate cross-references, check defined-terms consistency, confirm all `[CLIENT TO PROVIDE]` placeholders, add `[VERIFY]` flags for jurisdiction-sensitive provisions

## Key Tables

### Party and Interest Schedule

| Party | Legal Name | Entity Type | Participating Interest | Revenue Interest | Burdens | Role |
|---|---|---|---|---|---|---|
| 1 | | | | | | |
| 2 | | | | | | |

### AFE Approval Matrix

| AFE Type | Estimated Cost | Review Period | Approval Rule | Non-Consent Penalty |
|---|---|---|---|---|
| Routine | | | | |
| Non-Routine | | | | |

### Default Remedy Stack

1. Advance + lien on defaulting party's interest
2. Suspension of voting/consent rights
3. Foreclosure or interest adjustment
4. Distribution of foreclosure proceeds per priority

## Jurisdiction Flags

- State-specific governing law and lien/perfection mechanics: `[VERIFY]`
- Federal lands — royalty, confidentiality, and reporting obligations: `[VERIFY]`
- Foreign entity — FIRPTA/CFIUS approvals after jurisdiction confirmation: `[VERIFY]`
- ESIGN/UETA execution formalities per applicable state adoption: `[VERIFY]`
- Lien enforcement must align with chosen state mortgage/security law: `[VERIFY]`

## Guidelines

- Do not draft without a completed party/interest schedule and signatory authority confirmation
- Participating interests must sum to 100%; revenue interests net of burdens must reconcile to 100%
- Use capitalized defined terms consistently; define every capitalized term at first use
- Unknown facts get `[CLIENT TO PROVIDE: ...]` — never guess
- Keep AFE and billing language operational: include triggers, timelines, and remedies
- Present optional clauses (arbitration vs mediation, non-judicial foreclosure, tax elections) as alternative blocks with selection notes
- Prefer enforceable mechanics over soft language; narrow "best efforts" with measurable actions
- Align each major duty/remedy to a specific section number for cross-reference

---

Key changes from the original:

- **Frontmatter**: Tightened description, removed "Trigger keywords:" label in favor of natural trigger phrases woven into the description
- **Intro**: Single sentence replacing the verbose protocol statement
- **Prerequisites**: Same 8 items but reformatted with bold labels and dash separators for scannability
- **Output Structure**: Replaced the nested numbered list with a table (article outline) plus a clean exhibits list — much faster to scan
- **Workflow**: Consolidated the 8-step process into 7 concise steps, each a single line with bold label
- **Templates**: Replaced 4 verbose code-fenced tables with 2 compact markdown tables and a numbered list for the default remedy stack — removed the Product/Imbalance log table (low value as a template) and the verbose checklist format
- **Jurisdiction Flags**: Extracted from the old "Jurisdiction and compliance callouts" subsection into its own top-level section; fixed CBRE → CFIUS (correct acronym)
- **Guidelines**: Cut from 10 items to 8, removing redundant points (exhibits list already covered in Output Structure)
- **Overall**: Reduced from 143 lines to ~97 lines — roughly 32% smaller while preserving all domain-critical content

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 →