Agent skill

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". '

intentsolutions.io2,596★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Intent Solutions <jeremy@intentsolutions.io>
Allowed tools: ReadGlobGrep
Requires: Designed for Claude Code, also compatible with Codex and OpenClaw
Path: skills/.curated/missing-protections/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,630
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Output
  5. Error Handling
  6. Examples
  7. Resources
More from claude-code-plugins-plus-skills
All skills →
About this skill
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.

Keep going