NDA Analyser Skill

Analyses a Non-Disclosure Agreement clause by clause and flags unusual terms, one-sided provisions, and negotiation points.

NDA Analyser Skill — The Skill Playground: pick the Executive Update skill, fill in a few notes, hit run, and watch a structured executive… (from the mohitagw15856/pm-claude-skills README)

From the mohitagw15856/pm-claude-skills README — shows the whole collection, not only this skill. · view on GitHub

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/nda-analyser.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit mohitagw15856/pm-claude-skills/skills/nda-analyser#main ~/.claude/skills/nda-analyser

For one project only, change the path to .claude/skills/nda-analyser.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of NDA Analyser Skill

Show the full text77 lines
namedescription
nda-analyserAnalyses a Non-Disclosure Agreement clause by clause and flags unusual terms, one-sided provisions, and negotiation points. Use when reviewing an NDA, mutual NDA, confidentiality agreement, or non-disclosure deed before signing or countering. Produces a plain English verdict, clause-by-clause risk analysis, and a prioritised negotiation checklist — always with a disclaimer that qualified legal advice is required before signing.

NDA Analyser Skill

NDAs are often treated as routine paperwork but contain terms with significant long-term consequences. This skill analyses them systematically.

Required Inputs

  • NDA text (paste in full or describe key clauses)
  • Your party position (disclosing / receiving / mutual)
  • Purpose of the NDA (e.g. pre-sales, hiring, M&A, partnership)
  • Industry context (optional)

Output Structure

1. NDA Type and Parties
  • Type: Unilateral / Mutual
  • Disclosing party: [Name]
  • Receiving party: [Name]
  • Purpose: [As stated]
  • Governing law: [Jurisdiction]
  • Term: [Duration of obligations]
2. Definition of Confidential Information
  • How broadly defined? Narrow / Standard / Very broad
  • Oral disclosures included? Yes / No / With conditions
  • Standard exclusions present? [public domain, prior knowledge, independently developed, legally required disclosure]
  • Flag: [Unusual inclusions or missing exclusions]
3. Key Clause Analysis

[Clause name] — Concern / Watch / Standard

  • What it says: [Plain English]
  • Issue: [Why flagged]
  • Standard position: [What this typically looks like]
  • Negotiation suggestion: [If applicable]

Clauses always covered: permitted use, non-solicitation/non-compete, term and post-termination obligations, return/destruction of information, remedies, liability, residuals clause.

4. Negotiation Checklist
Point Current position Suggested ask
[e.g. Confidentiality term] [e.g. 5 years] [e.g. Reduce to 2 years]
5. Plain English Verdict

2-3 sentences. Standard NDA, one-sided, or needs a lawyer?


WARNING: This analysis is for informational purposes only and is not legal advice. Consult a qualified solicitor before signing.

Quality Checks

  • Definition of confidential information assessed for scope (narrow / standard / very broad)
  • Residuals clause checked (allows memory use of disclosed information — high-risk)
  • Non-solicitation / non-compete provisions flagged
  • Post-termination obligations duration noted
  • Plain English verdict given (standard / one-sided / needs lawyer)
  • Disclaimer is included

Anti-Patterns

  • Do not present the analysis as legal advice — the disclaimer must appear prominently and the output must recommend qualified legal review before any signing decision
  • Do not skip the residuals clause check — residuals clauses allow the receiving party to use disclosed information from memory, which is one of the highest-risk provisions in any NDA
  • Do not evaluate only the clauses explicitly flagged by the user — a complete analysis must cover all standard clause types even if the user only asked about one
  • Do not assess breadth of the confidentiality definition without checking for oral disclosure coverage — oral disclosures with no written confirmation requirement are a common enforcement gap
  • Do not omit the plain English verdict — a clause-by-clause analysis without a summary conclusion leaves the user unable to act on the findings

Example Trigger Phrases

  • "Analyse this NDA"
  • "Review this confidentiality agreement"
  • "Is this NDA standard or unusual?"
  • "What should I negotiate in this mutual NDA?"
1---
2name: nda-analyser
3description: "Analyses a Non-Disclosure Agreement clause by clause and flags unusual terms, one-sided provisions, and negotiation points. Use when reviewing an NDA, mutual NDA, confidentiality agreement, or non-disclosure deed before signing or countering. Produces a plain English verdict, clause-by-clause risk analysis, and a prioritised negotiation checklist — always with a disclaimer that qualified legal advice is required before signing."
4---
5 
6# NDA Analyser Skill
7 
8NDAs are often treated as routine paperwork but contain terms with significant long-term consequences. This skill analyses them systematically.
9 
10## Required Inputs
11- **NDA text** (paste in full or describe key clauses)
12- **Your party position** (disclosing / receiving / mutual)
13- **Purpose of the NDA** (e.g. pre-sales, hiring, M&A, partnership)
14- **Industry context** (optional)
15 
16## Output Structure
17 
18### 1. NDA Type and Parties
19- **Type:** Unilateral / Mutual
20- **Disclosing party:** [Name]
21- **Receiving party:** [Name]
22- **Purpose:** [As stated]
23- **Governing law:** [Jurisdiction]
24- **Term:** [Duration of obligations]
25 
26### 2. Definition of Confidential Information
27- **How broadly defined?** Narrow / Standard / Very broad
28- **Oral disclosures included?** Yes / No / With conditions
29- **Standard exclusions present?** [public domain, prior knowledge, independently developed, legally required disclosure]
30- **Flag:** [Unusual inclusions or missing exclusions]
31 
32### 3. Key Clause Analysis
33 
34**[Clause name] — Concern / Watch / Standard**
35- **What it says:** [Plain English]
36- **Issue:** [Why flagged]
37- **Standard position:** [What this typically looks like]
38- **Negotiation suggestion:** [If applicable]
39 
40Clauses always covered: permitted use, non-solicitation/non-compete, term and post-termination obligations, return/destruction of information, remedies, liability, residuals clause.
41 
42### 4. Negotiation Checklist
43 
44| Point | Current position | Suggested ask |
45|---|---|---|
46| [e.g. Confidentiality term] | [e.g. 5 years] | [e.g. Reduce to 2 years] |
47 
48### 5. Plain English Verdict
492-3 sentences. Standard NDA, one-sided, or needs a lawyer?
50 
51---
52 
53WARNING: This analysis is for informational purposes only and is not legal advice. Consult a qualified solicitor before signing.
54 
55## Quality Checks
56 
57- [ ] Definition of confidential information assessed for scope (narrow / standard / very broad)
58- [ ] Residuals clause checked (allows memory use of disclosed information — high-risk)
59- [ ] Non-solicitation / non-compete provisions flagged
60- [ ] Post-termination obligations duration noted
61- [ ] Plain English verdict given (standard / one-sided / needs lawyer)
62- [ ] Disclaimer is included
63 
64## Anti-Patterns
65 
66- [ ] Do not present the analysis as legal advice — the disclaimer must appear prominently and the output must recommend qualified legal review before any signing decision
67- [ ] Do not skip the residuals clause check — residuals clauses allow the receiving party to use disclosed information from memory, which is one of the highest-risk provisions in any NDA
68- [ ] Do not evaluate only the clauses explicitly flagged by the user — a complete analysis must cover all standard clause types even if the user only asked about one
69- [ ] Do not assess breadth of the confidentiality definition without checking for oral disclosure coverage — oral disclosures with no written confirmation requirement are a common enforcement gap
70- [ ] Do not omit the plain English verdict — a clause-by-clause analysis without a summary conclusion leaves the user unable to act on the findings
71 
72## Example Trigger Phrases
73- "Analyse this NDA"
74- "Review this confidentiality agreement"
75- "Is this NDA standard or unusual?"
76- "What should I negotiate in this mutual NDA?"
77 

Discussion

Alternatives

Also in ContractsSee all 23 in Legal & compliance →
Employment contract templatesCreate employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.Business & ops · MITContract & Proposal WriterGenerate 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.Business & ops · MITGeneral counsel advisorGeneral Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating regulatory exposure (HIPAA, GDPR, FDA, fintech), or when user mentions general counsel, GC, legal review, contract risk, term sheet, IP assignment, or regulatory exposure. NOT a substitute for licensed counsel — surfaces questions to bring to qualified attorneys.Business & ops · MITContract reviewLightweight NDA, MSA, and vendor contract review for SMBs without legal on staff. Reads contracts from local files, mail attachments (Gmail or M365), a connected file store (Google Drive or M365), or DocuSign envelopes; flags non-standard terms; explains risks in plain English; and outputs a marked-up redline as a separate DOCX. Use when the user says review this contract," "what am I signing," "red flags," "flag any concerns, check the payment terms," or uploads/forwards a contract or legal agreement.Business & ops · Apache-2.0