Agent skill

negotiate

Analyzes contracts for unfavorable or risky clauses and generates prioritized counter-proposals with replacement language. Use when reviewing a contract before signing, preparing for a negotiation, or responding to unfavorable terms. Trigger with "/negotiate" or "generate counter-proposals for this contract". '

intentsolutions.io2,596★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill negotiate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Intent Solutions <jeremy@intentsolutions.io>
Allowed tools: ReadGlobGrep
Requires: Designed for Claude Code, also compatible with Codex and OpenClaw
Path: skills/.curated/negotiate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,630
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Contract Negotiation Strategy Generator ## Overview Reads a contract or agreement, identifies clauses that are unfavorable, one-sided, or carry hidden risk, and produces a structured negotiation strategy document with specific counter-proposals ranked by priority. Benchmarks replacement language against CommonPaper standard clauses (CC BY 4.0) to ensure proposed alternatives reflect market norms. This skill performs analysis only — it does not create new contracts. It reads the source document and outputs a negotiation strategy in Markdown. > **Legal Disclaimer:** This skill generates AI-assisted analysis for informational > purposes only. It does not constitute legal advice. All counter-proposals and > replacement language must be reviewed by a licensed attorney before use in any > binding agreement. No attorney-client relationship is created by using this tool. ## Prerequisites - A contract or agreement file accessible in the workspace (`.md`, `.txt`, or `.pdf`) - Knowledge of the user's negotiating position (buyer, seller, service provider, etc.) - Understanding of which party the user represents ## Instructions 1. **Identify the contract.** Locate the contract file using Glob

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Output
  5. Error Handling
  6. Examples
  7. Resources
More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the negotiate skill do?

Analyzes contracts for unfavorable or risky clauses and generates prioritized counter-proposals with replacement language. Use when reviewing a contract before signing, preparing for a negotiation, or responding to unfavorable terms. Trigger with "/negotiate" or "generate counter-proposals for this contract". '

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill negotiate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going