This is a comprehensive toolkit for building legal document analysis agents that can parse contracts, extract key terms, identify risks, and check compliance. You get concrete components like LegalDocumentParser for handling PDFs and DOCX files, ContractAnalyzer for pulling out obligations and payment terms, and ContractRiskAnalyzer for flagging everything from unlimited liability to GDPR issues. The best practices section is actually useful, covering systematic document review and risk prioritization. It's positioned for building contract review tools and compliance checkers, though you'll still need actual legal expertise to validate the output. The combination of document parsing, risk analysis, and report generation gives you a solid foundation without reinventing the wheel.
npx skills add https://github.com/qodex-ai/ai-agent-skills --skill legal-document-analyzer