Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Contract & Proposal Writer

Generates jurisdiction-aware contracts, proposals, SOWs, NDAs and MSAs for US, EU, UK and DACH engagements.

Docs & OfficeIntermediate803141AI score 8/10Last updated: Sep 21, 2026

What it does

  • Drafts fixed-price and hourly development contracts, monthly retainers, project proposals, SOWs, mutual/one-way NDAs, MSAs and SaaS partnership agreements.
  • Swaps IP, liability, governing-law and dispute-resolution clauses per jurisdiction: US (Delaware), EU, UK and DACH (Germany/Austria/Switzerland).
  • Automatically attaches a GDPR Art. 28 Data Processing Addendum when personal data is involved.
  • Clarifies document type, jurisdiction, engagement model and value before drafting, and enforces a review checklist so no [BRACKETED] placeholder ships.
  • Includes pandoc commands to convert Markdown output into DOCX or PDF.

Who it's for

  • Freelance developers, designers and consultants working with international clients
  • Small agency owners and startup business-development leads
  • Anyone who needs a solid first draft before an attorney review

Examples

  1. "Draft a 3-month fixed-price development contract for a German client" → output includes explicit Nutzungsrechte transfer and a DSGVO-compliant DPA.
  2. "Build a proposal for 200 hours at $150/hr" → phased timeline, investment table and a 50/25/25 payment schedule.
  3. "Review this NDA under English law" → checks LCIA arbitration venue, confidentiality term and return/destruction obligations.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/business-growth/contract-and-proposal-writer/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the business-growth/contract-and-proposal-writer folder from the GitHub repo borghei/Claude-Skills into my ~/.claude/skills/contract-and-proposal-writer/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/borghei/Claude-Skills.git /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-skills/business-growth/contract-and-proposal-writer ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/borghei/Claude-Skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r Claude-Skills/business-growth/contract-and-proposal-writer ~/.claude/skills/
  5. (Optional) Install pandoc for DOCX/PDF export: macOS brew install pandoc, Ubuntu sudo apt install pandoc.
  6. Restart Claude Code and try a prompt like "draft a freelance SOW for a US client".
  7. Check whether the scripts/ Python helpers were copied; if they are missing, simply skip those tool commands.
View source on GitHubLicense: NOASSERTION