Dev & Engineering nda-generationlegal-documentscontract-draftingplain-english-annotationsdocument-automation

Custom NDA Generator

Generate a complete, situation-tailored Non-Disclosure Agreement from one command, with plain English annotations on every section — no more piecing together templates.

FollowSkills review · FSRS-2.0
Use with care
47/ 100 5-point scale 2.4 / 5
1 2 3 4 5 6
1Trust14 / 25 · 2.8/5

The skill runs no scripts, requests no network access, touches no credentials, and writes only one .md file in the working directory — a small risk surface; output carries an explicit AI disclaimer and attorney-review prompt, which is responsible for a sensitive legal domain. Deducted for: no source attribution or citation for legal content; rollback depends on repo-level uninstall scripts rather than the skill itself; and the parent repo promotes a one-line curl|bash installer, a supply-chain trust gap (indirect, not this skill's own behavior).

2Reliability9 / 20 · 2.3/5

Instructions are well-structured: explicit trigger, required/optional inputs with defaults, 15 mandated sections, annotation format, and output file naming — the happy path is statically inferable. Deducted for: full reliance on model-generated legal text with no script or determinism guarantees; no test evidence (static review caps at 10); handling of abnormal input is limited to a single 'ask the user' fallback with thin failure-feedback evidence.

3Adaptability8 / 15 · 2.7/5

Trigger is precise (/legal nda + description), variants (mutual/one-way/employee/vendor) and required/optional inputs are clearly separated, and NDA generation is a genuine common need. Deducted for: no declared capability boundaries or non-fit ranges (regulated industries, cross-border data agreements unaddressed); US-state-law framing with no Chinese-language support limits fit for FollowSkills' Chinese audience; only Markdown output format is specified.

4Convention7 / 15 · 2.3/5

SKILL.md is well organized: frontmatter, trigger, stepwise instructions, a full output template, and guideline sections with reasonable progressive disclosure and stable naming. Deducted for: unknown repository license; no version number or changelog for the skill; no worked examples or FAQ; unclear maintenance ownership and update path; the annotation format rests on convention rather than validation, a hidden assumption.

5Effectiveness6 / 15 · 2.0/5

The goal — a customized, annotated NDA — is supported by a 15-section template, four variants, a key-terms reference table, mandatory jurisdiction elicitation, and direct Markdown file output, offering real marginal value over a blank template. Deducted for: static review cannot verify the legal quality or completeness ceiling of generated text; no representative sample output exists, so direct usability is inferred only — capped at 7.

6Verifiability3 / 10 · 1.5/5

Source files are complete and auditable; the clause checklist and template can be checked item by item, constituting auditable primary material. Deducted for: no tests, no CI coverage of this skill, no third-party execution evidence, and no real generated sample; README cost/success figures are marketing-style author claims not tied to this skill and lack independent corroboration — capped at 5.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 19ece98df260
Before you use it
  • Generated NDAs are not legal advice; have a licensed attorney review before execution — the output's own disclaimer states this explicitly.
  • The skill is framed for common-law (primarily US state) contexts with no Chinese-language support; mainland-China users must separately validate jurisdiction fit, enforceability, and terminology.
  • Repository license status is unknown; confirm licensing before commercial use.
  • The repo's recommended one-line curl|bash installer was not executed or audited in this review; read the script before installing.
  • This is a static review — no code was executed; actual legal quality, completeness, and abnormal-input behavior of generated text are independently unverified.
Review evidence [1][2]
See the full review method →

What does this skill do, and when should you use it?

This is one of the 14 skills bundled in zubair-trabzada/ai-legal-claude, located at skills/legal-nda/SKILL.md with the internal name custom-nda-generator. Triggered by /legal nda <description>, it gathers the parties, NDA type (mutual/one-way/employee/vendor), purpose, and scope of confidential information, then drafts a full agreement with 13+ standard sections. Every legal clause is followed by a plain English annotation explaining its practical impact. Output is written to a local Markdown file (e.g. NDA-Acme-Beta-2025-01-01.md) with an embedded legal disclaimer. It produces a drafting starting point, not legal advice — the document must be reviewed by a licensed attorney before execution.

Reads the situation description entered after /legal nda; extracts or asks for missing critical information (full legal names, NDA type, purpose, types of confidential information); applies sensible defaults (2-year term, 3-year survival for business info, 5 years for trade secrets) and asks for jurisdiction if unspecified; drafts a complete agreement covering party identification, recitals, definition of confidential information, standard exclusions (public info, prior knowledge, independent development, third-party sources, legally compelled disclosure with notice obligation), receiving-party obligations, permitted disclosures, term and termination, survival, return or destruction of materials, breach remedies, no license/warranty, no obligation to proceed, governing law and dispute resolution, general provisions, and signature blocks; inserts a PLAIN ENGLISH annotation after each section; writes NDA-[Party1]-[Party2]-[date].md to the working directory with a key-terms quick reference table.

  1. A freelancer needs a one-way NDA before engaging a new client, protecting deliverables and source code
  2. Two companies discussing a potential partnership need a mutual NDA covering business plans, customer lists, and financial data
  3. A startup hiring an employee or contractor needs an employee NDA with employment-specific provisions (no guarantee of employment, at-will clarification, reasonable scope limits)
  4. A vendor or service provider needs access to company information under a vendor-form NDA
  5. A small business owner who needs a first-draft agreement quickly before handing it to a lawyer for review

What are this skill's strengths and limitations?

Pros
  • Structurally complete output covering every standard NDA section, including enforceability-critical standard exclusions and the compelled-disclosure notice obligation
  • Plain English annotation after every clause makes practical impact understandable to non-lawyers
  • Confidential-information definition is tailored per scenario (tech deals reference source code and algorithms; partnerships reference financials and customer lists)
  • Prominent legal disclaimer embedded in every generated document, explicitly requiring attorney review
Limitations
  • Explicitly not legal advice — output must be reviewed by a licensed attorney before signing
  • Cannot generate without a specified jurisdiction, and the document itself notes the template may not meet all jurisdiction-specific requirements
  • Repository has no declared license (License: unknown) — confirm terms with the author before commercial use
  • No test suite or legal-professional validation record; quality depends entirely on the model
  • Output is Markdown only — no PDF or Word export (PDF reporting belongs to a sibling skill, not this one)

How do you install this skill?

Install the whole collection: curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash — this installs all 14 skills, 5 agents, and the PDF scripts in one command. The README does not document installing this single skill in isolation; manually, it presumably means copying the skills/legal-nda/ folder into your Claude Code skills directory, but the exact path is undocumented. Requires Claude Code with an active Anthropic API key.

How do you use this skill?

In Claude Code, run /legal nda <description>, e.g. /legal nda mutual NDA between Acme Corp and Beta Inc for discussing a potential partnership or /legal nda one-way NDA for a freelance designer. If parties, type, purpose, or confidential-information scope are missing, the skill asks before proceeding; it also requires a jurisdiction before generating. The finished document lands in the current directory as NDA-[Party1]-[Party2]-[YYYY-MM-DD].md.

FAQ

Can I sign the generated NDA as-is?
No. The document carries a disclaimer stating it is a drafting starting point, not legal advice, and must be reviewed and customized by a qualified attorney licensed in your jurisdiction before execution.
Do I have to install all 14 skills if I only want this one?
The official one-line installer installs all 14 skills, 5 agents, and PDF scripts together. No standalone install for this skill is documented, but the skill is essentially the single file skills/legal-nda/SKILL.md, so manually copying that folder should work.
What happens if I don't specify a jurisdiction?
The skill won't guess — it asks which state or country's laws should apply before generating, because governing law significantly affects enforceability.
Does this skill need network access, a database, or extra dependencies?
The SKILL.md itself only reads the prompt and writes a local file — no network calls, no MCP server, no external scripts. The repository-level Python/reportlab requirement applies only to the collection's PDF report skill, not to this one.

More skills from this repository

All from zubair-trabzada/ai-legal-claude

Productivity & Collaboration

Business Agreement Generator

Turns a short Q&A into a complete business agreement with plain-English annotations — freelancer contracts, partnerships, SOWs, MSAs and more.

Productivity & Collaboration

Terms of Service Generator (AI Legal Assistant)

Scans any website or SaaS product and drafts complete, GDPR/CCPA-compliant Terms of Service with plain-English summaries for every section.

Productivity & Collaboration

AI Legal Assistant (legal/SKILL.md Orchestrator)

One /legal command in Claude Code for contract review, risk scoring, NDA and terms generation, compliance checks, and PDF reports — replacing costly first-pass legal review.

Productivity & Collaboration

Counter-Proposal Generator

Flags every unfavorable contract clause and produces insert-ready replacement language, talking points, and a ready-to-send revision email.

Productivity & Collaboration

Legal Analysis PDF Report Generator

Turns completed legal contract-review results into a polished branded PDF with score gauge, risk dashboard, and clause-by-clause analysis.

Productivity & Collaboration

Missing Protections Finder (AI Legal Assistant)

Scans a contract for protections that industry standards say should be there but aren't, then delivers ready-to-insert clause language with urgency ratings.

Productivity & Collaboration

Plain English Contract Translator

Turns every clause of a contract from legalese into clear plain English, flagging deliberately confusing or misleading language.

Productivity & Collaboration

Contract Comparison Skill

Clause-by-clause comparison of two contract versions, flagging every change, who it favors, and hidden risks before you sign.

Productivity & Collaboration

Freelancer Contract Review

Reviews contracts from the freelancer's perspective, flags common traps, scores fairness, and produces actionable negotiation scripts before you sign.

Writing & Content

Privacy Policy Generator

Scans a website's actual data collection practices and generates a GDPR/CCPA-compliant privacy policy tailored to what it really finds.

Dev & Engineering

Deep Risk Analysis (AI Legal Assistant Skill)

Clause-by-clause contract risk scoring (1-10), financial exposure estimates, and ready-to-use replacement clause language.

Productivity & Collaboration

AI Legal Assistant: Full Contract Review

One command launches five parallel AI agents to review a contract, producing a scored report with clause-by-clause risk analysis and negotiation priorities in under 60 seconds.

Productivity & Collaboration

Compliance Gap Analysis

Scans any website and audits it against GDPR, CCPA, ADA/WCAG, PCI-DSS, CAN-SPAM, COPPA and SOC 2, producing a scored gap report with a remediation roadmap.

Related skills