agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
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
$ npx -y skills add alirezarezvani/claude-skills --skill contract-and-proposal-writer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/contract-and-proposal-writerContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: "contract-and-proposal-writer" description: "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."
**Tier:** POWERFUL **Category:** Business Growth **Domain:** Legal Documents, Business Development, Client Relations
---
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.
---
---
| 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 cause (14-day cure), convenience (30/60/90-day notice) | | Confidentiality | 2-5 year term, perpetual for trade secrets | | Warranty | "As-is" disclaimer, limited 30/90-day fix warranty | | Dispute resolution | Arbitration (AAA/ICC), courts (jurisdiction-specific) |
---
---
Ask the user:
1. Document type? (contract / proposal / SOW / NDA / MSA) 2. Jurisdiction? (US-Delaware / EU / UK / DACH) 3. Engagement type? (fixed-price / hourly / retainer) 4. Parties? (names, roles, business addresses) 5. Scope summary? (1-3 sentences) 6. Total value or hourly rate? 7. Start date / end date or duration? 8. Special requirements? (IP assignment, white-label, subcontractors)
| Type | Jurisdiction | Template | |------|-------------|----------| | Dev contract fixed | Any | Template A | | Consulting retainer | Any | Template B | | SaaS partnership | Any | Template C | | NDA mutual | US/EU/UK/DACH | NDA-M | | NDA one-way | US/EU/UK/DACH | NDA-OW | | SOW | Any | SOW base |
Fill all [BRACKETED] placeholders. Flag missing data as "REQUIRED".
# Install pandoc brew install pandoc # macOS apt install pandoc # Ubuntu # Basic conversion pandoc contract.md -o contract.docx \ --reference-doc=reference.docx \ -V geometry:margin=1in # With numbered sections (legal style) pandoc contract.md -o contract.docx \ --number-sections \ -V documentclass=article \ -V fontsize=11pt # With custom company template pandoc contract.md -o contract.docx \ --reference-doc=company-template.docx
---
---
# SOFTWARE DEVELOPMENT AGREEMENT
**Effective Date:** [DATE]
**Client:** [CLIENT LEGAL NAME], [ADDRESS] ("Client")
**Developer:** [YOUR LEGAL NAME / COMPANY], [ADDRESS] ("Developer")
---
## 1. SERVICES
Developer agrees to design, develop, and deliver:
**Project:** [PROJECT NAME]
**Description:** [1-3 sentence scope]
**Deliverables:**
- [Deliverable 1] due [DATE]
- [Deliverable 2] due [DATE]
- [Deliverable 3] due [DATE]
## 2. PAYMENT
**Total Fee:** [CURRENCY] [AMOUNT]
| Milestone | Amount | Due |
|-----------|--------|-----|
| Contract signing | 50% | Upon execution |
| Beta delivery | 25% | [DATE] |
| Final acceptance | 25% | Within 5 days of acceptance |
Late payments accrue interest at 1.5% per month.
Client has [10] business days to accept or reject deliverables in writing.
## 3. INTELLECTUAL PROPERTY
Upon receipt of full payment, Developer assigns all right, title, and interest in the
Work Product to Client as a work made for hire (US) / by assignment of future copyright (EU/UK).
Developer retains the right to display Work Product in portfolio unless Client
requests confidentiality in writing within [30] days of delivery.
Pre-ex388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…