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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- Purpose
- Contract Types Supported
- Property/Conveyancing
- Pensions
- General Commercial
- Risk Analysis Workflow
- Phase 1: Document Intake and Classification
- Phase 2: Extract Key Terms
- Phase 3: Risk Identification
- Phase 4: UK-Specific Legal Checks
- Phase 5: Benchmarking Against Standards
- Phase 6: Compliance Checklist Generation
- Phase 7: Generate Risk Report
- Red Flags Quick Reference
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 -10What 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.
