Agent Plugins Marketplace
All plugins

general-legal-assistant

v1.1.0

AI-powered contract review, risk analysis, document generation, and compliance auditing with 12 skills and 5 parallel agents

Claude Code12 Skills

By Intent SolutionsLicense: MIT2.7k GitHub starsUpdated 6 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install general-legal-assistant-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/business-tools/general-legal-assistant/.

Plugin files

plugins/business-tools/general-legal-assistant/
├── .claude-plugin/plugin.json
├── skills/agreement-generator/SKILL.md
├── skills/compliance-audit/SKILL.md
├── skills/contract-compare/SKILL.md
├── skills/contract-review/SKILL.md
├── skills/freelancer-review/SKILL.md
├── skills/missing-protections/SKILL.md
├── skills/nda-generator/SKILL.md
├── skills/negotiate/SKILL.md
├── skills/plain-english/SKILL.md
├── skills/privacy-generator/SKILL.md
├── skills/risk-analysis/SKILL.md
└── skills/terms-generator/SKILL.md

Included Skills12

agreement-generatorskills/agreement-generator/SKILL.md

Generates customized business agreements for 10 common relationship types with plain English annotations. Use when formalizing a business relationship, creating a partnership agreement, or drafting a service contract from scratch. Trigger with "/agreement-generator" or "create a freelancer agreement".

compliance-auditskills/compliance-audit/SKILL.md

Performs regulatory gap analysis across 7 compliance frameworks with a scored report card and prioritized remediation roadmap. Use when assessing a website or application for GDPR, CCPA, ADA, PCI-DSS, CAN-SPAM, COPPA, or SOC 2 compliance. Trigger with "/compliance-audit" or "audit my website for regulatory compliance".

contract-compareskills/contract-compare/SKILL.md

Compares two contract versions side-by-side to detect added, removed, and modified clauses with favorability analysis. Use when a user receives a revised contract or redline and needs to understand what changed and who each change favors. Trigger with "/contract-compare" or "compare these two contracts".

contract-reviewskills/contract-review/SKILL.md

Orchestrates a comprehensive multi-agent contract review that analyzes risk, plain-English translation, missing protections, and compliance in parallel. Use when a user shares a contract and wants a full review, safety score, or executive summary. Trigger with "/contract-review" or "review this contract".

freelancer-reviewskills/freelancer-review/SKILL.md

Reviews contracts from a freelancer's perspective across 14 evaluation lenses including misclassification risk, IP ownership, payment terms, kill fees, and non-compete scope. Use when a freelancer or independent contractor needs to evaluate a client agreement. Trigger with "/freelancer-review" or "review this contract as a freelancer".

missing-protectionsskills/missing-protections/SKILL.md

Audits a contract against type-specific protection checklists to find gaps, then provides ready-to-insert clause language for each missing protection. Use when a user wants to know what protections are absent from their contract. Trigger with "/missing-protections" or "what protections is this contract missing".

nda-generatorskills/nda-generator/SKILL.md

Generates custom non-disclosure agreements with plain English annotations. Use when creating an NDA for business discussions, hiring, vendor relationships, or partnerships. Supports mutual, one-way, employee, and vendor variants. Trigger with "/nda-generator" or "create an NDA for our partnership".

negotiateskills/negotiate/SKILL.md

Analyzes contracts for unfavorable or risky clauses and generates prioritized counter-proposals with replacement language. Use when reviewing a contract before signing, preparing for a negotiation, or responding to unfavorable terms. Trigger with "/negotiate" or "generate counter-proposals for this contract".

plain-englishskills/plain-english/SKILL.md

Translates every clause of a contract into plain language at an 8th-grade reading level and flags deliberately confusing language patterns. Use when a user says "explain this contract", "what does this mean", or needs a non-lawyer to understand an agreement. Trigger with "/plain-english" or "translate this contract to plain English".

privacy-generatorskills/privacy-generator/SKILL.md

Generates comprehensive privacy policies by scanning websites for data collection signals including cookies, forms, payment processors, and third-party scripts. Use when launching a website or app that collects user data and needs GDPR/CCPA compliance. Trigger with "/privacy-generator" or "create a privacy policy for my website".

risk-analysisskills/risk-analysis/SKILL.md

Performs deep clause-by-clause risk scoring across 10 categories with poison pill detection and financial exposure estimation. Use when a user needs to understand the specific risks in a contract before signing. Trigger with "/risk-analysis" or "what are the risks in this contract".

terms-generatorskills/terms-generator/SKILL.md

Generates comprehensive terms of service by analyzing a website or application to detect business type, data collection, and user interactions. Use when launching a website, app, or SaaS product that needs terms of service with GDPR/CCPA compliance. Trigger with "/terms-generator" or "create terms of service for my website".

Plugin manifests1

plugins/business-tools/general-legal-assistant/.claude-plugin/plugin.json
{
  "name": "general-legal-assistant",
  "version": "1.1.0",
  "description": "AI-powered contract review, risk analysis, document generation, and compliance auditing with 12 skills and 5 parallel agents",
  "author": {
    "name": "Intent Solutions",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
  "homepage": "https://tonsofskills.com",
  "license": "MIT",
  "keywords": [
    "legal",
    "contracts",
    "nda",
    "compliance",
    "gdpr",
    "ccpa",
    "risk-analysis",
    "terms-of-service",
    "privacy-policy"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[general-legal-assistant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/general-legal-assistant-2)