Contract & Proposal Writer
Generates jurisdiction-aware contracts, proposals, SOWs, NDAs and MSAs for US, EU, UK and DACH engagements.
Docs & OfficeIntermediate★ 803⑂ 141AI 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
- "Draft a 3-month fixed-price development contract for a German client" → output includes explicit Nutzungsrechte transfer and a DSGVO-compliant DPA.
- "Build a proposal for 200 hours at $150/hr" → phased timeline, investment table and a 50/25/25 payment schedule.
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open your terminal.
- Clone the repo:
git clone https://github.com/borghei/Claude-Skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r Claude-Skills/business-growth/contract-and-proposal-writer ~/.claude/skills/ - (Optional) Install pandoc for DOCX/PDF export: macOS
brew install pandoc, Ubuntusudo apt install pandoc. - Restart Claude Code and try a prompt like "draft a freelance SOW for a US client".
- Check whether the
scripts/Python helpers were copied; if they are missing, simply skip those tool commands.
View source on GitHub ↗License: NOASSERTION