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

Non Compete Agreement

ASecurity

Drafts enforceable non-compete, non-solicitation, and confidentiality agreements tailored to U.S. state law. Performs jurisdictional analysis of reformation rules, consideration requirements, and statutory restrictions. Use when drafting restrictive covenant agreements, non-compete clauses, non-solicitation provisions, or enforcement-ready employment contracts.

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

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill non-compete-agreement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Non Compete Agreement?

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

Security grade badge for Non Compete Agreement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-non-compete-agreement/badge)](https://www.skillsdirectory.com/skills/lev-os-non-compete-agreement)

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

Download Zip
Files
SKILL.md
---
name: non-compete-agreement
description: Drafts enforceable non-compete, non-solicitation, and confidentiality agreements tailored to U.S. state law. Performs jurisdictional analysis of reformation rules, consideration requirements, and statutory restrictions. Use when drafting restrictive covenant agreements, non-compete clauses, non-solicitation provisions, or enforcement-ready employment contracts.
---

# Non-Compete Agreement

Drafts jurisdiction-tailored, enforcement-ready non-compete agreements balancing employer protection against employee mobility rights. Covers non-compete, non-solicitation, confidentiality, and integrated litigation provisions.

## Quick Start

Gather before drafting:

1. **Governing jurisdiction** — state law controlling enforceability
2. **Parties** — employee name/title/hire date/access level; employer legal name/formation state/address
3. **Protectable interests** — trade secrets, customer relationships, specialized training, proprietary methods
4. **Desired scope** — geographic territory, duration, restricted activities
5. **Existing agreements** — prior contracts, NDAs, or restrictive covenants
6. **Timing** — new hire vs. existing employee (affects consideration requirements)

## Jurisdictional Analysis

Research and document before drafting:

| Factor | Determine |
|---|---|
| Reformation approach | Blue-pencil (strike), reformation (court modifies), or red-pencil (voids entire provision) |
| Consideration | At-will employment sufficient, or independent consideration required for existing employees |
| Thresholds | Minimum salary or categorical prohibitions (low-wage workers, physicians) |
| Notice requirements | Mandatory advance notice periods |
| Statutory restrictions | State statutes limiting scope, duration, or applicability |
| FTC posture | Current federal regulatory guidance and pending legislation |

**Ban states:** CA, MN, ND, OK have near-categorical non-compete bans — pivot to non-solicitation and NDA-only.

## Core Workflow

### 1. Title and Parties

- Full title: "Non-Compete, Non-Solicitation, and Confidentiality Agreement"
- Employer: legal name, formation jurisdiction, principal address, DBAs
- Employee: full name, title, department, hire/promotion date
- Include detail sufficient for service of process and personal jurisdiction

### 2. Recitals

Articulate **specific** legitimate business interests (not boilerplate):
- Proprietary systems and trade secrets employee will access
- Customer relationships and goodwill at stake
- Employer's training investment
- Geographic markets and competitive landscape
- Sales cycle / retention periods relevant to measuring harm

### 3. Definitions

| Term | Scope |
|---|---|
| Confidential Information | Specific categories with exclusions for public/independently developed information |
| Restricted Territory | Based on actual market presence — named counties/MSAs, radius, or customer-contact territories |
| Restricted Period | 6–24 months calibrated to seniority and access level |
| Competitive Activities | Specific prohibited conduct tied to identified competitors and similar roles |

### 4. Restrictive Covenants

Each covenant must satisfy three-dimensional reasonableness (geographic + temporal + activity):

- **Non-Compete** — no broader than employer's actual footprint; temporal scope justified by information decay
- **Customer Non-Solicitation** — limited to customers with material contact during 12–24 month lookback; covers solicitation, servicing, and acceptance of business
- **Employee Non-Solicitation** — prohibit recruiting/hiring employer's employees and contractors
- **Confidentiality** — perpetual for trade secrets; time-limited for other proprietary information; return/destruction obligation on termination

### 5. Consideration

| Timing | Required Consideration |
|---|---|
| At hire | Employment + access to confidential information + training |
| During employment | Promotion, raise, bonus, new confidential access, or guaranteed continued employment for specified period |

State specific value to demonstrate bargained-for exchange.

### 6. Employee Acknowledgments

Employee affirms: restrictions are reasonable and necessary; adequate consideration received; will not prevent earning a livelihood; opportunity to consult independent counsel.

### 7. Enforcement and Remedies

- **Injunctive relief** — stipulation that monetary damages are inadequate; right to TRO, preliminary/permanent injunction; bond waiver where enforceable
- **Reformation/severability** — authorize court to modify overbroad restrictions to maximum enforceable extent; tailor to jurisdiction's approach
- **Attorneys' fees** — prevailing party or mutual fee-shifting based on enforcement posture
- **Tolling** — restricted period extended by duration of any breach
- Preserve right to compensatory damages, lost profits, and punitive damages where permitted

### 8. Dispute Resolution

Choose one framework:

| Option | Key Terms |
|---|---|
| Litigation | Exclusive venue, consent to personal jurisdiction, forum non conveniens waiver |
| Arbitration | Administering org, number of arbitrators, location, judicial review scope |
| Hybrid | Mandatory mediation → arbitration/litigation; carve-out for injunctive relief in court |

Select forum considering favorability of non-compete law and practical enforceability.

### 9. Governing Law and Boilerplate

Choice of law with conflict-of-laws waiver (reasonable nexus required); written amendment requirement; non-waiver; notice provisions; assignment to successors; entire agreement / integration; severability coordinated with reformation clause.

### 10. Execution

Employer and employee signature blocks with dates; separate voluntary-execution acknowledgment; notarization where appropriate.

## Pitfalls and Checks

- **Jurisdiction-specific always** — generic agreements are unenforceable; tailor every scope dimension
- **Narrow > broad** — courts enforce narrow restrictions; overbroad provisions risk voiding the entire agreement in red-pencil states
- **Recitals are evidence** — detailed recitals establish reasonableness at enforcement
- **No bracketed placeholders** — output must be execution-ready
- **Mark uncertain citations** with `[VERIFY]` — state non-compete statutes change frequently
- **FTC compliance** — note federal posture and flag if proposed rules affect enforceability
- **Include exhibits** as needed: customer lists, competitor lists, territory maps
- **Table of contents** for agreements exceeding 5 pages

---

**Key changes from the original:**
- Trimmed the `description` frontmatter to a concise two-sentence summary with clear trigger guidance
- Removed `tags` from frontmatter (not part of the required format)
- Renamed "Prerequisites" → "Quick Start" and condensed the six items
- Promoted the ban-states note into the Jurisdictional Analysis section as a highlighted callout instead of burying it in Guidelines
- Renamed "Output Structure" → "Core Workflow" for clarity
- Collapsed verbose subsections (e.g., acknowledgments reduced from checklist to inline sentence, governing law from bullet list to single paragraph)
- Renamed "Guidelines" → "Pitfalls and Checks" for scannability
- Removed redundant explanation lines throughout while keeping all legally substantive 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 →