missing-protections
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". '
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill missing-protections --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Missing Protections — Contract Gap Finder Audits a contract against a comprehensive checklist of protections that should be present based on the contract type, flags every gap, rates its urgency, and provides ready-to-insert clause language drawn from industry-standard templates. ## Overview What a contract does not say is often more dangerous than what it does. Silence on key protections means the default rules of the governing jurisdiction apply — and those defaults rarely favor the weaker party. This skill checks the contract against 15 universal protections that every agreement should contain, plus type-specific protections tailored to the contract category. For each missing protection, it explains the risk of omission and provides suggested clause language based on CommonPaper open-source templates (CC BY 4.0) and widely accepted market standards. ## Prerequisites - A contract must be provided as a file path or pasted text. - The user should specify which party they represent. If not specified, the analysis defaults to the party that did not draft the contract. ## Instructions 1. **Read the full contract.** Use the Read tool if a file path is provided. 2. **Classify the cont
- Overview
- Prerequisites
- Instructions
- Output
- Error Handling
- Examples
- Resources
What does the missing-protections skill do?
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". '
How do I install it?
Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill missing-protections --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 jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 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.