Agent skill

contract-risk-scanner-uk

Analyze UK property conveyancing and pensions contracts to extract key terms, identify legal risks, compare against standard terms, and generate compliance checklists. Specialized for UK legal requirements.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill contract-risk-scanner-uk --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/analysis/contract-risk-scanner-uk/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

--- name: contract-risk-scanner-uk description: Review UK property and pensions contracts, extract key terms, identify legal risks, compare against standard terms, generate compliance checklist. Use when reviewing contracts, agreements, legal documents, conveyancing, pensions agreements. Keywords: contract, risk, terms, compliance, conveyancing, pensions, legal, agreement, clause, liability. allowed-tools: Read, Bash(grep:*), Glob, mcp__neo4j-apex__*, mcp__neo4j-cms-handbook__*, mcp__archon__rag_search_knowledge_base model: claude-opus-4-5-20251101 context: fork agent: general-purpose --- # UK Contract Risk Scanner ## Purpose Analyze UK property conveyancing and pensions contracts to extract key terms, identify legal risks, compare against standard terms, and generate compliance checklists. Specialized for UK legal requirements. ## Contract Types Supported ### Property/Conveyancing - Sale and purchase agreements - Lease agreements - Property management contracts - Searches and surveys contracts - Mortgage offers ### Pensions - Trust deeds - Investment management agreements - Administration service contracts - Actuarial services agreements - Custodian agreements - Member agreements

What's inside
Steps it walks through
  1. Purpose
  2. Contract Types Supported
  3. Property/Conveyancing
  4. Pensions
  5. General Commercial
  6. Risk Analysis Workflow
  7. Phase 1: Document Intake and Classification
  8. Phase 2: Extract Key Terms
  9. Phase 3: Risk Identification
  10. Phase 4: UK-Specific Legal Checks
  11. Phase 5: Benchmarking Against Standards
  12. Phase 6: Compliance Checklist Generation
  13. Phase 7: Generate Risk Report
  14. Red Flags Quick Reference
Ships with 1 file
  • metadata.json
Commands it runs
Search for risk keywords in contract
grep -iE "limit|liability|indemnit|warrant|terminat|arbitrat" contract.txt
Extract financial terms
grep -iE "£|GBP|payment|fee|cost|price" contract.txt
Find dates
grep -Eo "[0-9]{1,2}[/ -][0-9]{1,2}[/ -][0-9]{2,4}" contract.txt
Extract parties
grep -i "party\|parties\|between" contract.txt | head -10
More from claude-skill-registry
All skills →
About this skill
What does the contract-risk-scanner-uk skill do?

Analyze UK property conveyancing and pensions contracts to extract key terms, identify legal risks, compare against standard terms, and generate compliance checklists. Specialized for UK legal requirements.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill contract-risk-scanner-uk --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 majiayu000/claude-skill-registry, a repository with 534 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