Agent skill · Documentation

contract-and-proposal-writer

Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Structured Markdown output with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. Not a substitute for legal counsel — use as strong starting points. Use when drafting a freelance contract, preparing a client proposal, writing an SOW for a new engagement, or producing an NDA before sharing sensitive material.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add alirezarezvani/claude-skills --skill contract-and-proposal-writer --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: business-growth/skills/contract-and-proposal-writer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
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 & Proposal Writer **Tier:** POWERFUL **Category:** Business Growth **Domain:** Legal Documents, Business Development, Client Relations --- ## Overview Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Outputs structured Markdown with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. **Not a substitute for legal counsel.** Use these templates as strong starting points; review with an attorney for high-value or complex engagements. --- ## Core Capabilities - Freelance development contracts (fixed-price & hourly) - Project proposals with timeline/budget breakdown - Statements of Work (SOW) with deliverables matrix - NDAs (mutual & one-way) - Master Service Agreements (MSA) - Jurisdiction-specific clauses (US/EU/UK/DACH) - GDPR Data Processing Addenda (EU/DACH) --- ## Key Clauses Reference | Clause | Options | |--------|---------| | Payment terms | Net-30, milestone-based, monthly retainer | | IP ownership | Work-for-hire (US), assignment (EU/UK), license-back | | Liability cap | 1x contract value (standard), 3x (high-risk) | | Termination | For cau

What's inside
Steps it walks through
  1. Overview
  2. Core Capabilities
  3. Key Clauses Reference
  4. When to Use
  5. Workflow
  6. 1. Gather Requirements
  7. 2. Select Template
  8. 3. Generate & Fill
  9. 4. Convert to DOCX
  10. Jurisdiction Notes
  11. US (Delaware)
  12. EU (GDPR)
  13. UK (post-Brexit)
  14. DACH (Germany / Austria / Switzerland)
Commands it runs
Install pandoc
brew install pandoc        # macOS
apt install pandoc         # Ubuntu
Basic conversion
pandoc contract.md -o contract.docx \
With numbered sections (legal style)
With custom company template
More from claude-skills
All skills →
About this skill
What does the contract-and-proposal-writer skill do?

Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Structured Markdown output with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. Not a substitute for legal counsel — use as strong starting points. Use when drafting a freelance contract, preparing a client proposal, writing an SOW for a new engagement, or producing an NDA before sharing sensitive material.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill contract-and-proposal-writer --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 alirezarezvani/claude-skills, a repository with 23,791 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