[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-lawvable-pdf-processing-anthropic-en":3,"guides-for-lawvable-pdf-processing-anthropic":1610,"similar-k174x0ezdq6znkatmt2keeh4gs86nvzs-en":1611},{"_creationTime":4,"_id":5,"children":6,"community":45,"display":46,"evaluation":49,"identity":281,"isFallback":265,"parentExtension":283,"providers":314,"relations":318,"repo":319,"tags":1608,"workflow":1609},1778692159341.6545,"k174x0ezdq6znkatmt2keeh4gs86nvzs",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":24,"relations":39,"tags":41,"workflow":42},1778692159341.664,"k1700gd31jkwe8xexqeea2baz986ntn7",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"claudeCode":15},"lawvable/awesome-legal-skills","pdf-processing-anthropic","https://github.com/lawvable/awesome-legal-skills",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":23},"skills/pdf-processing-anthropic","lawvable","awesome-legal-skills","en","skill",{"evaluate":25,"extract":37},{"promptVersionExtension":26,"promptVersionScoring":27,"score":28,"tags":29,"targetMarket":35,"tier":36},"3.0.0","4.4.0",75,[30,31,32,33,34],"pdf","document-processing","python","ocr","forms","global","flagged",{"commitSha":38},"HEAD",{"parentExtensionId":5,"repoId":40},"kd7334qxfqk8gjtm28t64b58cn86nkk0",[31,34,33,30,32],{"evaluatedAt":43,"extractAt":44,"updatedAt":43},1778693718428,1778692159341,{"reviewCount":11},{"description":47,"installMethods":48,"name":16,"sourceUrl":17},"PDF manipulation toolkit for text extraction, creation, merging, and form handling",{"claudeCode":16},{"_creationTime":50,"_id":51,"extensionId":5,"locale":22,"result":52,"trustSignals":263,"workflow":279},1778692832795.453,"kn74vpng8xnvvwqw257tc4ev3n86nt1k",{"checks":53,"evaluatedAt":239,"extensionSummary":240,"features":241,"nonGoals":247,"promptVersionExtension":26,"promptVersionScoring":27,"purpose":251,"rationale":252,"score":253,"summary":254,"tags":255,"targetMarket":35,"tier":36,"useCases":258},[54,59,62,65,69,72,76,81,84,87,92,97,100,105,108,111,114,117,120,123,127,131,135,139,143,146,149,152,156,159,162,165,168,171,174,178,182,186,189,193,196,199,202,205,207,210,213,216,218,221,225,228,231,235],{"category":55,"check":56,"severity":57,"summary":58},"Practical Utility","Problem relevance","pass","The description clearly states the problem addressed: PDF manipulation for text extraction, creation, merging, and form handling.",{"category":55,"check":60,"severity":57,"summary":61},"Unique selling proposition","The skill offers a comprehensive set of PDF manipulation tools beyond basic LLM capabilities, acting as a specialized toolkit.",{"category":55,"check":63,"severity":57,"summary":64},"Production readiness","The skill covers a wide range of PDF operations, including creation, manipulation, and form handling, supporting a complete workflow.",{"category":66,"check":67,"severity":57,"summary":68},"Scope","Single responsibility principle","The plugin focuses on a single domain: PDF processing, with coherent and related capabilities.",{"category":66,"check":70,"severity":57,"summary":71},"Description quality","The displayed description accurately and concisely reflects the plugin's capabilities for PDF manipulation.",{"category":73,"check":74,"severity":57,"summary":75},"Invocation","Scoped tools","The tools are verb-noun specialists (e.g., extract text, merge PDFs), facilitating agent selection.",{"category":77,"check":78,"severity":79,"summary":80},"Documentation","Configuration & parameter reference","info","While the SKILL.md provides extensive code examples, it does not explicitly document default parameters or precedence order for any potential configuration.",{"category":66,"check":82,"severity":57,"summary":83},"Tool naming","Tool names implied by the code examples (e.g., functions like `PdfReader`, `PdfWriter`, `convert_from_path`) are descriptive and within the PDF domain.",{"category":66,"check":85,"severity":57,"summary":86},"Minimal I/O surface","Input parameters in code examples appear to be specific to the task, and output is generally focused on the requested data or file.",{"category":88,"check":89,"severity":90,"summary":91},"License","License usability","critical","The license is listed as 'Proprietary. See LICENSE.txt' in the skill manifest, but the provided LICENSE.txt file contains restrictive terms (e.g., 'Users may not: Extract these materials... retain copies... create derivative works... distribute... to any third party') which prohibit redistribution and creation of derivative works, making it unusable for many purposes.",{"category":93,"check":94,"severity":95,"summary":96},"Maintenance","Commit recency","warning","The last commit was on March 3, 2026, which is over 2 months ago, suggesting potential lack of recent maintenance.",{"category":93,"check":98,"severity":95,"summary":99},"Dependency Management","The skill uses third-party Python libraries (pypdf, pdfplumber, reportlab, pytesseract, pdf2image) but there is no indication of dependency pinning or vulnerability checking.",{"category":101,"check":102,"severity":103,"summary":104},"Security","Secret Management","not_applicable","The skill does not appear to handle or expose any secrets.",{"category":101,"check":106,"severity":95,"summary":107},"Injection","The skill processes PDF files which can contain malicious content or embedded scripts. While the code examples show data extraction, there's no explicit mention of treating loaded file content as untrusted or sandboxing execution of any embedded logic.",{"category":101,"check":109,"severity":95,"summary":110},"Transitive Supply-Chain Grenades","The skill relies on external Python libraries. While these are typically installed via pip, there is no explicit mention of runtime downloads or execution of uncommitted code, but the dependency management is not pinned, creating a potential supply-chain risk.",{"category":101,"check":112,"severity":57,"summary":113},"Sandbox Isolation","The provided code examples operate on files and use standard Python libraries, suggesting they run within a contained Python environment. There are no obvious attempts to access or modify files outside the immediate working directory.",{"category":101,"check":115,"severity":57,"summary":116},"Sandbox escape primitives","The provided Python code examples do not contain any detached-process spawns or retry loops around denied tool calls.",{"category":101,"check":118,"severity":57,"summary":119},"Data Exfiltration","The code examples focus on local file processing and do not include any outbound network calls to submit confidential data.",{"category":101,"check":121,"severity":57,"summary":122},"Hidden Text Tricks","The provided source code and README do not contain any hidden-steering tricks, invisible characters, or obfuscated instructions.",{"category":124,"check":125,"severity":57,"summary":126},"Hooks","Opaque code execution","The provided Python code is plain, readable, and does not involve obfuscation, base64-decoded payloads, or runtime fetching of executable code.",{"category":128,"check":129,"severity":57,"summary":130},"Portability","Structural Assumption","The code examples use relative paths or explicitly state file names, and do not appear to make structural assumptions about the user's project layout beyond needing the input/output files.",{"category":132,"check":133,"severity":57,"summary":134},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 7 were closed, indicating a healthy closure rate and active maintenance of issues.",{"category":136,"check":137,"severity":95,"summary":138},"Versioning","Release Management","The skill manifest lists a version '2026.02.06', but there are no GitHub release tags or a CHANGELOG.md, making it unclear if this is a semantic version or just a date, and it is difficult to track specific releases.",{"category":140,"check":141,"severity":95,"summary":142},"Code Execution","Validation","While the Python code demonstrates using libraries like pypdf and pdfplumber for file processing, there is no explicit mention or demonstration of input validation (e.g., file types, existence) or output sanitization using a schema library.",{"category":101,"check":144,"severity":57,"summary":145},"Unguarded Destructive Operations","The operations described (reading, merging, splitting, creating PDFs) are not inherently destructive in a way that would require explicit confirmation gates beyond standard file operations.",{"category":140,"check":147,"severity":79,"summary":148},"Error Handling","The Python examples include basic try-except blocks in some cases but lack a comprehensive structured error reporting mechanism with fields like `code`, `retryable`, or `hint`.",{"category":140,"check":150,"severity":103,"summary":151},"Logging","The skill focuses on file processing and does not involve destructive actions or outbound calls that would necessitate a local audit log.",{"category":153,"check":154,"severity":79,"summary":155},"Compliance","GDPR","The skill processes PDF files, which may contain personal data. However, it does not explicitly sanitize this data before potential LLM processing, nor does it submit data to third parties.",{"category":153,"check":157,"severity":57,"summary":158},"Target market","The skill processes PDF files and uses standard libraries, with no apparent regional or jurisdictional logic, making it globally applicable.",{"category":128,"check":160,"severity":57,"summary":161},"Runtime stability","The skill relies on standard Python libraries, which are generally cross-platform, and the provided examples do not assume specific OS or editor environments.",{"category":77,"check":163,"severity":57,"summary":164},"README","The README file for the 'awesome-legal-skills' repository clearly states the purpose of agent skills and provides navigation and examples.",{"category":66,"check":166,"severity":57,"summary":167},"Tool surface size","The plugin encompasses a range of PDF operations, but the core functionality appears to be grouped logically under the PDF processing domain, likely within the 3-10 tool range if each operation were a distinct tool.",{"category":73,"check":169,"severity":57,"summary":170},"Overlapping near-synonym tools","The tools described and shown in examples (e.g., merge, split, extract text, extract tables) cover distinct PDF operations without obvious overlap in naming or function.",{"category":77,"check":172,"severity":57,"summary":173},"Phantom features","The README and SKILL.md describe PDF manipulation capabilities, and the provided code examples demonstrate these features, suggesting no phantom features.",{"category":175,"check":176,"severity":95,"summary":177},"Install","Installation instruction","The main README for the repository describes how to submit skills but lacks specific installation instructions for individual plugins or how to use the 'pdf-processing-anthropic' skill with an agent, beyond a generic `claudeCode: pdf-processing-anthropic` identifier.",{"category":179,"check":180,"severity":79,"summary":181},"Errors","Actionable error messages","The provided Python code examples show basic error handling with `try-except` blocks, but the error messages themselves are not consistently framed with remediation steps or links to documentation.",{"category":183,"check":184,"severity":95,"summary":185},"Execution","Pinned dependencies","The skill uses external Python libraries, but there is no lockfile or explicit pinning of dependency versions, which poses a risk for reproducibility and security.",{"category":66,"check":187,"severity":103,"summary":188},"Dry-run preview","The primary operations described (text extraction, merging, splitting, creation) do not involve state-changing commands or outbound data transmission that would benefit from a dry-run mode.",{"category":190,"check":191,"severity":103,"summary":192},"Protocol","Idempotent retry & timeouts","The skill operates on local files and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":153,"check":194,"severity":103,"summary":195},"Telemetry opt-in","There is no indication that this plugin emits telemetry.",{"category":73,"check":197,"severity":57,"summary":198},"Name collisions","The skill name 'pdf-processing-anthropic' is specific and unlikely to collide with other tools or built-ins.",{"category":73,"check":200,"severity":103,"summary":201},"Hooks-off mechanism","There is no mention of hooks or a hooks-off mechanism for this plugin.",{"category":73,"check":203,"severity":103,"summary":204},"Hook matcher tightness","The plugin does not appear to utilize hooks.",{"category":101,"check":206,"severity":103,"summary":204},"Hook security",{"category":124,"check":208,"severity":103,"summary":209},"Silent prompt rewriting","The plugin does not appear to utilize UserPromptSubmit hooks.",{"category":101,"check":211,"severity":103,"summary":212},"Permission Hook","The plugin does not appear to utilize PermissionRequest hooks.",{"category":153,"check":214,"severity":103,"summary":215},"Hook privacy","The plugin does not appear to utilize hooks for logging or telemetry.",{"category":140,"check":217,"severity":103,"summary":204},"Hook dependency",{"category":77,"check":219,"severity":57,"summary":220},"Feature Transparency","The README and SKILL.md clearly describe the PDF processing features, and the code examples illustrate their implementation.",{"category":222,"check":223,"severity":103,"summary":224},"Convention","Layout convention adherence","This is not a Claude Code plugin in the typical sense; it's a skill described in markdown and Python code, not a packaged plugin with a `.claude-plugin/` directory.",{"category":222,"check":226,"severity":103,"summary":227},"Plugin state","This skill does not appear to have persistent state that would need to live under CLAUDE_PLUGIN_DATA.",{"category":101,"check":229,"severity":103,"summary":230},"Keychain-stored secrets","The plugin does not appear to handle or require secrets.",{"category":232,"check":233,"severity":57,"summary":234},"Dependencies","Tagged release sourcing","The skill relies on standard Python libraries installed via pip, which are generally sourced from tagged releases on PyPI.",{"category":236,"check":237,"severity":57,"summary":238},"Installation","Clean uninstall","As this appears to be a skill defined by Python code and markdown, standard Python package uninstallation would be clean and not leave background processes.",1778692832671,"This plugin provides a robust set of tools for PDF manipulation using Python libraries, capable of text extraction, table extraction, merging, splitting, creation, and form handling. It leverages popular libraries like pypdf, pdfplumber, and reportlab.",[242,243,244,245,246],"Extract text and tables from PDFs","Create new PDFs","Merge and split PDF documents","Handle PDF forms","OCR on scanned PDFs",[248,249,250],"Advanced PDF editing features like vector graphics manipulation","Real-time PDF collaboration","Handling encrypted PDFs without a password","To empower users with a versatile toolkit for performing a wide range of operations on PDF documents.","Critical finding for license usability due to restrictive terms. Warning for commit recency and dependency management.",50,"A comprehensive PDF manipulation toolkit with strong functionality but a restrictive license.",[30,31,256,32,257],"text-extraction","automation",[259,260,261,262],"Automating document processing workflows","Extracting data from PDF reports","Consolidating multiple PDF documents","Generating PDF documents programmatically",{"codeQuality":264,"collectedAt":266,"documentation":267,"maintenance":270,"security":276,"testCoverage":278},{"hasLockfile":265},false,1778692814729,{"descriptionLength":268,"readmeSize":269},82,25260,{"closedIssues90d":271,"forks":272,"hasChangelog":265,"openIssues90d":273,"pushedAt":274,"stars":275},7,34,3,1772537106000,349,{"hasNpmPackage":265,"license":277,"smitheryVerified":265},"NOASSERTION",{"hasCi":265,"hasTests":265},{"updatedAt":280},1778692832795,{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":282},"plugin",{"_creationTime":284,"_id":285,"community":286,"display":287,"identity":290,"parentExtension":293,"providers":294,"relations":310,"tags":311,"workflow":312},1778692159341.6482,"k176pg91f80b1spms4zaen8g6986n5pa",{"reviewCount":11},{"description":288,"installMethods":289,"name":20,"sourceUrl":17},"Bundled agent skills for legal work",{"claudeCode":15},{"basePath":291,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":292},"","marketplace",null,{"evaluate":295,"extract":304},{"promptVersionExtension":296,"promptVersionScoring":27,"score":28,"tags":297,"targetMarket":35,"tier":303},"3.1.0",[298,299,300,301,302],"legal","contracts","compliance","gdpr","agent-skills","community",{"commitSha":38,"marketplace":305,"plugin":308},{"name":20,"pluginCount":306,"version":307},42,"1.0.0",{"mcpCount":11,"provider":309,"skillCount":11},"classify",{"repoId":40},[302,300,299,301,298],{"evaluatedAt":313,"extractAt":44,"updatedAt":313},1778692192012,{"evaluate":315,"extract":317},{"promptVersionExtension":26,"promptVersionScoring":27,"score":253,"tags":316,"targetMarket":35,"tier":36},[30,31,256,32,257],{"commitSha":38},{"parentExtensionId":285,"repoId":40},{"_creationTime":320,"_id":40,"identity":321,"providers":322,"workflow":1604},1778692150913.0334,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":323,"discover":1594,"github":1597},{"commitSha":38,"extensions":324},[325,338,349,358,367,376,385,394,403,412,421,430,439,449,459,469,478,487,496,505,514,523,532,541,550,559,568,574,583,592,601,609,618,627,636,645,654,662,672,681,690,699,708,717,730,744,751,758,765,891,898,907,914,948,961,980,987,998,1005,1019,1026,1043,1050,1071,1082,1095,1121,1128,1162,1194,1233,1302,1309,1322,1349,1366,1376,1386,1401,1408,1415,1422,1513,1573,1579],{"basePath":291,"description":288,"displayName":20,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":22,"type":292},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":337,"sourceLanguage":22,"type":282},"skills/nda-review-jamie-tso","Guide for reviewing incoming commercial NDAs, producing a clause-by-clause issue log with redlines and rationales","nda-review-jamie-tso",{"claudeCode":341},"inline plugin source from marketplace.json at skills/nda-review-jamie-tso",[345,347],{"path":346,"priority":336},"LICENSE.txt",{"path":348,"priority":336},"SKILL.md",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":337,"sourceLanguage":22,"type":282},"skills/legal-simulation-patrick-munro","Framework for demonstrating AI capabilities in legal contexts with detailed personas and progressive complexity scenarios","legal-simulation-patrick-munro",{"claudeCode":352},"inline plugin source from marketplace.json at skills/legal-simulation-patrick-munro",[356,357],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":337,"sourceLanguage":22,"type":282},"skills/tech-contract-negotiation-patrick-munro","Guide to negotiating technology services agreements with three-position frameworks and concession roadmaps","tech-contract-negotiation-patrick-munro",{"claudeCode":361},"inline plugin source from marketplace.json at skills/tech-contract-negotiation-patrick-munro",[365,366],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":337,"sourceLanguage":22,"type":282},"skills/vendor-due-diligence-patrick-munro","Framework for assessing IT vendors with structured risk assessments and regulatory checklists (GDPR, DORA, NIS2, SOX)","vendor-due-diligence-patrick-munro",{"claudeCode":370},"inline plugin source from marketplace.json at skills/vendor-due-diligence-patrick-munro",[374,375],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":337,"sourceLanguage":22,"type":282},"skills/contract-review-anthropic","Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions","contract-review-anthropic",{"claudeCode":379},"inline plugin source from marketplace.json at skills/contract-review-anthropic",[383,384],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":337,"sourceLanguage":22,"type":282},"skills/compliance-anthropic","Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests","compliance-anthropic",{"claudeCode":388},"inline plugin source from marketplace.json at skills/compliance-anthropic",[392,393],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":337,"sourceLanguage":22,"type":282},"skills/canned-responses-anthropic","Generate templated responses for common legal inquiries and identify when situations require individualized attention","canned-responses-anthropic",{"claudeCode":397},"inline plugin source from marketplace.json at skills/canned-responses-anthropic",[401,402],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":337,"sourceLanguage":22,"type":282},"skills/legal-risk-assessment-anthropic","Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria","legal-risk-assessment-anthropic",{"claudeCode":406},"inline plugin source from marketplace.json at skills/legal-risk-assessment-anthropic",[410,411],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":337,"sourceLanguage":22,"type":282},"skills/meeting-briefing-anthropic","Prepare structured briefings for meetings with legal relevance and track resulting action items","meeting-briefing-anthropic",{"claudeCode":415},"inline plugin source from marketplace.json at skills/meeting-briefing-anthropic",[419,420],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":337,"sourceLanguage":22,"type":282},"skills/nda-triage-anthropic","Screen incoming NDAs and classify them as GREEN, YELLOW, or RED based on risk level","nda-triage-anthropic",{"claudeCode":424},"inline plugin source from marketplace.json at skills/nda-triage-anthropic",[428,429],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":337,"sourceLanguage":22,"type":282},"skills/statute-analysis-rafal-fryc","Guide for reading, interpreting, and applying US statutes, regulations, and rules with canons of construction","statute-analysis-rafal-fryc",{"claudeCode":433},"inline plugin source from marketplace.json at skills/statute-analysis-rafal-fryc",[437,438],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":337,"sourceLanguage":22,"type":282},"skills/gdpr-breach-sentinel-oliver-schmidt-prietz","Incident response and legal compliance guidance for data breaches under GDPR Articles 33 & 34","gdpr-breach-sentinel-oliver-schmidt-prietz",{"claudeCode":442},"inline plugin source from marketplace.json at skills/gdpr-breach-sentinel-oliver-schmidt-prietz",[446,447,448],{"path":333,"priority":331},{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":337,"sourceLanguage":22,"type":282},"skills/dpia-sentinel-oliver-schmidt-prietz","GDPR Data Protection Impact Assessment (DPIA) guidance under Article 35 with multi-jurisdictional blacklist checks","dpia-sentinel-oliver-schmidt-prietz",{"claudeCode":452},"inline plugin source from marketplace.json at skills/dpia-sentinel-oliver-schmidt-prietz",[456,457,458],{"path":333,"priority":331},{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":337,"sourceLanguage":22,"type":282},"skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz","Draft GDPR-compliant privacy notices as .docx for any EU/EEA jurisdiction and audience","gdpr-privacy-notice-eu-oliver-schmidt-prietz",{"claudeCode":462},"inline plugin source from marketplace.json at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz",[466,467,468],{"path":333,"priority":331},{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":337,"sourceLanguage":22,"type":282},"skills/politique-confidentialite-malik-taiar","Guide pour la rédaction de politiques de confidentialité conformes au RGPD avec recommandations CNIL","politique-confidentialite-malik-taiar",{"claudeCode":472},"inline plugin source from marketplace.json at skills/politique-confidentialite-malik-taiar",[476,477],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":337,"sourceLanguage":22,"type":282},"skills/politique-cookies-malik-taiar","Guide pour la rédaction de politiques cookies conformes au RGPD et à la directive ePrivacy","politique-cookies-malik-taiar",{"claudeCode":481},"inline plugin source from marketplace.json at skills/politique-cookies-malik-taiar",[485,486],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":337,"sourceLanguage":22,"type":282},"skills/politique-lanceur-alerte-malik-taiar","Guide pour l'évaluation ou la rédaction de politiques lanceur d'alerte conformes à la loi Sapin II","politique-lanceur-alerte-malik-taiar",{"claudeCode":490},"inline plugin source from marketplace.json at skills/politique-lanceur-alerte-malik-taiar",[494,495],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":337,"sourceLanguage":22,"type":282},"skills/notification-licenciement-selim-brihi","Guide pour la rédaction de notifications de licenciement conformes au droit du travail français","notification-licenciement-selim-brihi",{"claudeCode":499},"inline plugin source from marketplace.json at skills/notification-licenciement-selim-brihi",[503,504],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":337,"sourceLanguage":22,"type":282},"skills/requete-cph-licenciement-faute-grave-selim-brihi","Guide pour la rédaction de requêtes CPH contestant un licenciement pour faute grave","requete-cph-licenciement-faute-grave-selim-brihi",{"claudeCode":508},"inline plugin source from marketplace.json at skills/requete-cph-licenciement-faute-grave-selim-brihi",[512,513],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":337,"sourceLanguage":22,"type":282},"skills/assignation-refere-recouvrement-creance-selim-brihi","Guide pour la rédaction d'assignations en référé pour le recouvrement de créances commerciales","assignation-refere-recouvrement-creance-selim-brihi",{"claudeCode":517},"inline plugin source from marketplace.json at skills/assignation-refere-recouvrement-creance-selim-brihi",[521,522],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":337,"sourceLanguage":22,"type":282},"skills/assignation-refere-communication-associe-selim-brihi","Guide pour la rédaction d'assignations en référé pour la communication de documents sociaux (art. L. 238-1)","assignation-refere-communication-associe-selim-brihi",{"claudeCode":526},"inline plugin source from marketplace.json at skills/assignation-refere-communication-associe-selim-brihi",[530,531],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":337,"sourceLanguage":22,"type":282},"skills/docx-processing-anthropic","Document creation, editing, and analysis with tracked changes and comments support","docx-processing-anthropic",{"claudeCode":535},"inline plugin source from marketplace.json at skills/docx-processing-anthropic",[539,540],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":337,"sourceLanguage":22,"type":282},"skills/docx-processing-openai","Document reading and creation with visual quality control for Word files","docx-processing-openai",{"claudeCode":544},"inline plugin source from marketplace.json at skills/docx-processing-openai",[548,549],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":337,"sourceLanguage":22,"type":282},"skills/docx-processing-superdoc","Search, replace, and read text in Word documents from the command line","docx-processing-superdoc",{"claudeCode":553},"inline plugin source from marketplace.json at skills/docx-processing-superdoc",[557,558],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":337,"sourceLanguage":22,"type":282},"skills/docx-processing-lawvable","Edit Word documents with live preview and track changes via SuperDoc VS Code extension","docx-processing-lawvable",{"claudeCode":562},"inline plugin source from marketplace.json at skills/docx-processing-lawvable",[566,567],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":19,"description":47,"displayName":16,"installMethods":569,"rationale":570,"selectedPaths":571,"source":337,"sourceLanguage":22,"type":282},{"claudeCode":16},"inline plugin source from marketplace.json at skills/pdf-processing-anthropic",[572,573],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":337,"sourceLanguage":22,"type":282},"skills/pdf-processing-openai","PDF reading and creation with visual quality control","pdf-processing-openai",{"claudeCode":577},"inline plugin source from marketplace.json at skills/pdf-processing-openai",[581,582],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":337,"sourceLanguage":22,"type":282},"skills/xlsx-processing-anthropic","Spreadsheet creation, editing, and analysis with formulas and data visualization","xlsx-processing-anthropic",{"claudeCode":586},"inline plugin source from marketplace.json at skills/xlsx-processing-anthropic",[590,591],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":337,"sourceLanguage":22,"type":282},"skills/xlsx-processing-openai","Spreadsheet reading, creation, editing, and analysis with visual quality control","xlsx-processing-openai",{"claudeCode":595},"inline plugin source from marketplace.json at skills/xlsx-processing-openai",[599,600],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":337,"sourceLanguage":22,"type":282},"skills/xlsx-processing-manus","Professional Excel spreadsheet creation with a focus on aesthetics and data analysis","xlsx-processing-manus",{"claudeCode":604},"inline plugin source from marketplace.json at skills/xlsx-processing-manus",[608],{"path":348,"priority":336},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":337,"sourceLanguage":22,"type":282},"skills/pptx-processing-anthropic","Presentation creation, editing, and analysis with layouts and speaker notes","pptx-processing-anthropic",{"claudeCode":612},"inline plugin source from marketplace.json at skills/pptx-processing-anthropic",[616,617],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":337,"sourceLanguage":22,"type":282},"skills/outlook-emails-lawvable","Read, search, and download emails and attachments from Microsoft Outlook via OAuth2","outlook-emails-lawvable",{"claudeCode":621},"inline plugin source from marketplace.json at skills/outlook-emails-lawvable",[625,626],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":337,"sourceLanguage":22,"type":282},"skills/tabular-review-lawvable","Analyze multiple documents against user-defined columns and produce structured Excel output with citations","tabular-review-lawvable",{"claudeCode":630},"inline plugin source from marketplace.json at skills/tabular-review-lawvable",[634,635],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":337,"sourceLanguage":22,"type":282},"skills/vscode-extension-builder-lawvable","Build VS Code extensions from scratch or convert existing JS/React/Vue apps","vscode-extension-builder-lawvable",{"claudeCode":639},"inline plugin source from marketplace.json at skills/vscode-extension-builder-lawvable",[643,644],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":337,"sourceLanguage":22,"type":282},"skills/skill-creator-anthropic","Guide for creating effective Agent Skills with specialized knowledge and workflows","skill-creator-anthropic",{"claudeCode":648},"inline plugin source from marketplace.json at skills/skill-creator-anthropic",[652,653],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":655,"description":647,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":337,"sourceLanguage":22,"type":282},"skills/skill-creator-openai","skill-creator-openai",{"claudeCode":656},"inline plugin source from marketplace.json at skills/skill-creator-openai",[660,661],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":337,"sourceLanguage":22,"type":282},"skills/skill-optimizer-lawvable","Analyze work sessions and propose improvements to skills based on corrections and edge cases","skill-optimizer-lawvable",{"claudeCode":665},"inline plugin source from marketplace.json at skills/skill-optimizer-lawvable",[669,670,671],{"path":333,"priority":331},{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":337,"sourceLanguage":22,"type":282},"skills/security-review-openai","Perform language and framework specific security best-practice reviews and suggest improvements","security-review-openai",{"claudeCode":675},"inline plugin source from marketplace.json at skills/security-review-openai",[679,680],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":337,"sourceLanguage":22,"type":282},"skills/red-team-verifier-patrick-munro","Adversarial verification for AI-generated legal content with systematic fact-checking, source validation, and quality control","red-team-verifier-patrick-munro",{"claudeCode":684},"inline plugin source from marketplace.json at skills/red-team-verifier-patrick-munro",[688,689],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":337,"sourceLanguage":22,"type":282},"skills/legal-risk-assessment-zacharie-laik","Legal research and risk evaluation on French and EU law using GoodLegal's tools with adversarial jurisprudence search","legal-risk-assessment-zacharie-laik",{"claudeCode":693},"inline plugin source from marketplace.json at skills/legal-risk-assessment-zacharie-laik",[697,698],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":337,"sourceLanguage":22,"type":282},"skills/mediation-dispute-analysis-jinzhe-tan","Analyze case materials for mediation preparation with BATNA/WATNA analysis and settlement pathways","mediation-dispute-analysis-jinzhe-tan",{"claudeCode":702},"inline plugin source from marketplace.json at skills/mediation-dispute-analysis-jinzhe-tan",[706,707],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":337,"sourceLanguage":22,"type":282},"skills/nil-contract-analysis-samir-patel","NIL contract analysis for NCAA student-athletes with red flag detection and compliance review","nil-contract-analysis-samir-patel",{"claudeCode":711},"inline plugin source from marketplace.json at skills/nil-contract-analysis-samir-patel",[715,716],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":524,"description":718,"displayName":526,"installMethods":719,"rationale":720,"selectedPaths":721,"source":337,"sourceLanguage":729,"type":23},"Rédaction d'assignations en référé devant le tribunal de commerce ou des activités économiques pour le droit de communication d'un associé. Utiliser ce skill quand l'utilisateur demande de rédiger, préparer ou créer une assignation en référé fondée sur l'article L. 238-1 du code de commerce pour obtenir la communication forcée de documents sociaux (comptes annuels, rapports de gestion, PV d'assemblées, etc.) lorsqu'un dirigeant refuse ou fait obstruction à la communication de ces documents à un associé.",{"claudeCode":15},"SKILL.md frontmatter at skills/assignation-refere-communication-associe-selim-brihi/SKILL.md",[722,723,724,727],{"path":348,"priority":331},{"path":346,"priority":336},{"path":725,"priority":726},"references/structure-assignation.md","medium",{"path":728,"priority":726},"references/workflow-informations.md","fr",{"basePath":515,"description":731,"displayName":517,"installMethods":732,"rationale":733,"selectedPaths":734,"source":337,"sourceLanguage":729,"type":23},"Rédaction d'assignations en référé devant le tribunal de commerce ou des activités économiques pour le recouvrement de créances commerciales. Utiliser ce skill quand l'utilisateur demande de rédiger, préparer ou créer une assignation en référé pour obtenir le paiement d'une créance impayée (factures, prestations de services, ventes de marchandises, etc.) lorsque le débiteur n'a pas honoré ses obligations de paiement et qu'il n'existe pas de contestation sérieuse.",{"claudeCode":15},"SKILL.md frontmatter at skills/assignation-refere-recouvrement-creance-selim-brihi/SKILL.md",[735,736,737,739,740,742],{"path":348,"priority":331},{"path":346,"priority":336},{"path":738,"priority":726},"references/conseils-strategie.md",{"path":725,"priority":726},{"path":741,"priority":726},"references/variantes-cas-particuliers.md",{"path":743,"priority":726},"references/workflow-collecte.md",{"basePath":395,"description":745,"displayName":397,"installMethods":746,"rationale":747,"selectedPaths":748,"source":337,"sourceLanguage":22,"type":23},"Generate templated responses for common legal inquiries and identify when situations require individualized attention. Use when responding to routine legal questions — data subject requests, vendor inquiries, NDA requests, discovery holds — or when managing response templates.",{"claudeCode":15},"SKILL.md frontmatter at skills/canned-responses-anthropic/SKILL.md",[749,750],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":386,"description":752,"displayName":388,"installMethods":753,"rationale":754,"selectedPaths":755,"source":337,"sourceLanguage":22,"type":23},"Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests. Use when reviewing data processing agreements, responding to data subject access or deletion requests, assessing cross-border data transfer requirements, or evaluating privacy compliance.",{"claudeCode":15},"SKILL.md frontmatter at skills/compliance-anthropic/SKILL.md",[756,757],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":377,"description":759,"displayName":379,"installMethods":760,"rationale":761,"selectedPaths":762,"source":337,"sourceLanguage":22,"type":23},"Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions. Use when reviewing vendor contracts, customer agreements, or any commercial agreement where you need clause-by-clause analysis against standard positions.",{"claudeCode":15},"SKILL.md frontmatter at skills/contract-review-anthropic/SKILL.md",[763,764],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":533,"description":766,"displayName":535,"installMethods":767,"rationale":768,"selectedPaths":769,"source":337,"sourceLanguage":22,"type":23},"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"claudeCode":15},"SKILL.md frontmatter at skills/docx-processing-anthropic/SKILL.md",[770,771,772,775,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,881,883,885,887,889],{"path":348,"priority":331},{"path":346,"priority":336},{"path":773,"priority":774},"scripts/__init__.py","low",{"path":776,"priority":774},"scripts/accept_changes.py",{"path":778,"priority":774},"scripts/comment.py",{"path":780,"priority":774},"scripts/office/helpers/__init__.py",{"path":782,"priority":774},"scripts/office/helpers/merge_runs.py",{"path":784,"priority":774},"scripts/office/helpers/simplify_redlines.py",{"path":786,"priority":774},"scripts/office/pack.py",{"path":788,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":790,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":792,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":794,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":796,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":798,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":800,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":802,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":804,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":806,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":808,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":810,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":812,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":814,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":816,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":818,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":820,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":822,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":824,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":826,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":828,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":830,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":832,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":834,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":836,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":838,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":840,"priority":774},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":842,"priority":774},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":844,"priority":774},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":846,"priority":774},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":848,"priority":774},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":850,"priority":774},"scripts/office/schemas/mce/mc.xsd",{"path":852,"priority":774},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":854,"priority":774},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":856,"priority":774},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":858,"priority":774},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":860,"priority":774},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":862,"priority":774},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":864,"priority":774},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":866,"priority":774},"scripts/office/soffice.py",{"path":868,"priority":774},"scripts/office/unpack.py",{"path":870,"priority":774},"scripts/office/validate.py",{"path":872,"priority":774},"scripts/office/validators/__init__.py",{"path":874,"priority":774},"scripts/office/validators/base.py",{"path":876,"priority":774},"scripts/office/validators/docx.py",{"path":878,"priority":774},"scripts/office/validators/pptx.py",{"path":880,"priority":774},"scripts/office/validators/redlining.py",{"path":882,"priority":774},"scripts/templates/comments.xml",{"path":884,"priority":774},"scripts/templates/commentsExtended.xml",{"path":886,"priority":774},"scripts/templates/commentsExtensible.xml",{"path":888,"priority":774},"scripts/templates/commentsIds.xml",{"path":890,"priority":774},"scripts/templates/people.xml",{"basePath":560,"description":892,"displayName":562,"installMethods":893,"rationale":894,"selectedPaths":895,"source":337,"sourceLanguage":22,"type":23},"Programmatically edit Word documents (.docx) with live preview and track changes via SuperDoc VS Code extension. Use when editing DOCX files, making tracked changes, redlining, marking up contracts, or when the user wants to modify Word documents with insertions/deletions visible. Triggers on docx, Word, track changes, redline, markup.",{"claudeCode":15},"SKILL.md frontmatter at skills/docx-processing-lawvable/SKILL.md",[896,897],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":542,"description":899,"displayName":544,"installMethods":900,"rationale":901,"selectedPaths":902,"source":337,"sourceLanguage":22,"type":23},"Toolkit for comprehensive document reading, editing, and creation with visual quality control. Use to work with Word documents (.docx files) for: (1) Reading or extracting content from existing DOCX files, (2) Creating new Word documents with professional formatting, (3) Editing documents requiring precise typography and layout, or any other DOCX reading or generation tasks.",{"claudeCode":15},"SKILL.md frontmatter at skills/docx-processing-openai/SKILL.md",[903,904,905],{"path":348,"priority":331},{"path":346,"priority":336},{"path":906,"priority":774},"scripts/render_docx.py",{"basePath":551,"description":908,"displayName":553,"installMethods":909,"rationale":910,"selectedPaths":911,"source":337,"sourceLanguage":22,"type":23},"Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.",{"claudeCode":15},"SKILL.md frontmatter at skills/docx-processing-superdoc/SKILL.md",[912,913],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":450,"description":915,"displayName":452,"installMethods":916,"rationale":917,"selectedPaths":918,"source":337,"sourceLanguage":22,"type":23},"GDPR Data Protection Impact Assessment (DPIA) guidance under Article 35 GDPR, EDPB Guidelines WP 248 rev.01, EDPB Opinion 28/2024 (AI), and national SA blacklists/whitelists. Triggers: \"DPIA\", \"DSFA\", \"Datenschutz-Folgenabschätzung\", \"impact assessment\", \"Art. 35\", \"do I need a DPIA\", descriptions of new high-risk processing (profiling, AI, biometrics, large-scale monitoring, special category data), Art. 36 prior consultation questions, national blacklist/whitelist queries.\n",{"claudeCode":15},"SKILL.md frontmatter at skills/dpia-sentinel-oliver-schmidt-prietz/SKILL.md",[919,920,921,922,924,926,928,930,932,934,936,938,940,942,944,946],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":923,"priority":726},"references/edpb-criteria.md",{"path":925,"priority":726},"references/jurisdictions/be-apd.md",{"path":927,"priority":726},"references/jurisdictions/de-dsk.md",{"path":929,"priority":726},"references/jurisdictions/fr-cnil.md",{"path":931,"priority":726},"references/jurisdictions/ie-dpc.md",{"path":933,"priority":726},"references/jurisdictions/it-garante.md",{"path":935,"priority":726},"references/jurisdictions/nl-ap.md",{"path":937,"priority":726},"references/jurisdictions/pl-uodo.md",{"path":939,"priority":726},"references/jurisdictions/whitelists.md",{"path":941,"priority":726},"references/risk-catalog.md",{"path":943,"priority":726},"references/scoring.md",{"path":945,"priority":726},"references/sources.md",{"path":947,"priority":726},"references/templates.md",{"basePath":440,"description":949,"displayName":442,"installMethods":950,"rationale":951,"selectedPaths":952,"source":337,"sourceLanguage":22,"type":23},"Elite incident response and legal compliance guidance for data breaches under GDPR Articles 33 & 34. Use when: (1) User reports a data breach or security incident, (2) User asks about breach notification obligations or deadlines, (3) User mentions \"72 hours\", Art. 33, Art. 34, or notification requirements, (4) Discussion involves security incidents affecting personal data, (5) User needs breach risk assessment using ENISA methodology, (6) User mentions \"Data Breach\" or \"Incident\" or \"Data Leakage\" or \"Ransomeware\" or \"Exfiltration\", (7) User needs to determine Controller vs Processor obligations, (8) Cross-border breach scenarios requiring Lead SA determination, (9) User needs a mitigation playbook or immediate response recommendations, (10) User needs to generate audit-ready breach documentation (.docx).\n",{"claudeCode":15},"SKILL.md frontmatter at skills/gdpr-breach-sentinel-oliver-schmidt-prietz/SKILL.md",[953,954,955,956,958,960],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":957,"priority":726},"references/edpb-cases.md",{"path":959,"priority":726},"references/enisa-methodology.md",{"path":947,"priority":726},{"basePath":460,"description":962,"displayName":462,"installMethods":963,"rationale":964,"selectedPaths":965,"source":337,"sourceLanguage":22,"type":23},"Draft GDPR/DSGVO-compliant privacy notices as .docx for any EU/EEA jurisdiction and audience. Use when user asks to create a privacy policy/notice, mentions \"Datenschutzerklärung\", \"politique de confidentialité\", \"privacy notice\", needs Art. 13/14 disclosures, AI Act transparency, cookie policy, or notices for applicants (\"Bewerber-Datenschutz\"), employees (\"Beschäftigten-Datenschutz\"), B2B partners, or B2C customers. Covers DE (DSGVO+BDSG+TDDDG), FR (RGPD+LIL+LCEN), AT, IT, ES, NL, BE, IE, UK GDPR. Five notice types: Website/App, Applicant, Employee, Business Partner, B2C Customer.\n",{"claudeCode":15},"SKILL.md frontmatter at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz/SKILL.md",[966,967,968,969,971,973,975,977,979],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":970,"priority":726},"references/DE.md",{"path":972,"priority":726},"references/EU_COMMON.md",{"path":974,"priority":726},"references/FR.md",{"path":976,"priority":726},"references/NOTICE_TYPES.md",{"path":978,"priority":726},"references/OTHER_EU.md",{"path":947,"priority":726},{"basePath":404,"description":981,"displayName":406,"installMethods":982,"rationale":983,"selectedPaths":984,"source":337,"sourceLanguage":22,"type":23},"Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.",{"claudeCode":15},"SKILL.md frontmatter at skills/legal-risk-assessment-anthropic/SKILL.md",[985,986],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":691,"description":988,"displayName":693,"installMethods":989,"rationale":990,"selectedPaths":991,"source":337,"sourceLanguage":22,"type":23},"Conduct legal research and risk analysis using GoodLegal MCP tools. Use this skill whenever the user asks a legal question, wants to research case law or legislation, needs a legal risk assessment, or asks about French or EU law. Trigger on any mention of jurisprudence, legal research, contract risk, regulatory analysis, legal memo, or references to GoodLegal tools — even if the user just says something like \"can you look into whether this clause is enforceable\" or \"what does the case law say about X\".",{"claudeCode":15},"SKILL.md frontmatter at skills/legal-risk-assessment-zacharie-laik/SKILL.md",[992,993,994,996],{"path":348,"priority":331},{"path":346,"priority":336},{"path":995,"priority":726},"references/citations.md",{"path":997,"priority":726},"references/escalation.md",{"basePath":350,"description":999,"displayName":352,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":337,"sourceLanguage":22,"type":23},"Framework for demonstrating AI capabilities in legal contexts. Provides detailed personas across tenant law, business contracts, startup disputes, employment claims, and consumer protection with progressive complexity scenarios. Use when: (1) Demonstrating AI-powered legal triage or intake systems, (2) Showcasing responsible AI-assisted client interactions, (3) Training staff on appropriate AI use in legal contexts, (4) Creating realistic scenarios for legal tech presentations, (5) Developing educational materials about AI in legal services, or (6) Testing AI-powered legal information systems in controlled environments.",{"claudeCode":15},"SKILL.md frontmatter at skills/legal-simulation-patrick-munro/SKILL.md",[1003,1004],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":700,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":337,"sourceLanguage":22,"type":23},"Use this skill whenever a lawyer or mediator needs help analyzing a dispute for mediation purposes. This includes: reviewing case materials (pleadings, contracts, correspondence, evidence) to identify issues in dispute, summarizing each party's position and interests, conducting legal analysis of the key issues, proposing mediation strategies or settlement directions, and preparing for mediation sessions. Trigger this skill when the user mentions 'mediation', 'dispute analysis', 'settlement', 'dispute resolution', 'identify issues in dispute', 'party positions', 'mediation brief', 'case analysis for mediation', 'ADR', 'mediation preparation', 'caucus strategy', 'settlement options', or any request to analyze a conflict between two or more parties with the goal of finding resolution. Also trigger when the user uploads case files and asks for a structured breakdown of who wants what, what the core disagreements are, or how the case might settle. Even if the user doesn't explicitly say 'mediation', trigger when the context involves analyzing opposing positions in a dispute with a resolution-oriented (rather than litigation-oriented) goal.","mediation-dispute-analysis",{"claudeCode":15},"SKILL.md frontmatter at skills/mediation-dispute-analysis-jinzhe-tan/SKILL.md",[1011,1012,1013,1015,1017],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1014,"priority":774},"assets/mediation_report_template.docx",{"path":1016,"priority":726},"references/MEDIATION_PROCESS.md",{"path":1018,"priority":726},"references/NEGOTIATION_CONCEPTS.md",{"basePath":413,"description":1020,"displayName":415,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":337,"sourceLanguage":22,"type":23},"Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.",{"claudeCode":15},"SKILL.md frontmatter at skills/meeting-briefing-anthropic/SKILL.md",[1024,1025],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":339,"description":1027,"displayName":341,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":337,"sourceLanguage":22,"type":23},"Guide to review incoming one-way (unilateral) commercial NDAs in a jurisdiction-agnostic way, from either a Recipient or Discloser perspective (user-selected), producing a clause-by-clause issue log with preferred redlines, fallbacks, rationales, owners, and deadlines.",{"claudeCode":15},"SKILL.md frontmatter at skills/nda-review-jamie-tso/SKILL.md",[1031,1032,1033,1035,1037,1039,1041],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1034,"priority":726},"references/DURATION_SCOPE.md",{"path":1036,"priority":726},"references/KEY_CLAUSES.md",{"path":1038,"priority":726},"references/PARTY_OBLIGATIONS.md",{"path":1040,"priority":726},"references/REMEDIES_LIABILITY.md",{"path":1042,"priority":726},"references/STANDARD_EXCEPTIONS.md",{"basePath":422,"description":1044,"displayName":424,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":337,"sourceLanguage":22,"type":23},"Screen incoming NDAs and classify them as GREEN (standard), YELLOW (needs review), or RED (significant issues). Use when a new NDA comes in from sales or business development, when assessing NDA risk level, or when deciding whether an NDA needs full counsel review.",{"claudeCode":15},"SKILL.md frontmatter at skills/nda-triage-anthropic/SKILL.md",[1048,1049],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":709,"description":1051,"displayName":711,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":337,"sourceLanguage":22,"type":23},"NIL (Name, Image, and Likeness) contract analysis for NCAA student-athletes from the athlete's perspective. Use when user says 'review this NIL contract', 'analyze this NIL deal', 'check this athlete agreement', 'review my NIL agreement', or uploads a PDF NIL contract for review. Identifies red flags, missing protections, and compliance issues. Produces a structured review memorandum with negotiation positions. Do NOT use for general contract review, employment agreements, non-NIL endorsements, or brand-side deal analysis.",{"claudeCode":15},"SKILL.md frontmatter at skills/nil-contract-analysis-samir-patel/SKILL.md",[1055,1056,1057,1059,1061,1063,1065,1067,1069],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1058,"priority":726},"references/ANALYSIS_PROTOCOLS.md",{"path":1060,"priority":726},"references/DEAL_STRUCTURES.md",{"path":1062,"priority":726},"references/FLORIDA_COMPLIANCE.md",{"path":1064,"priority":726},"references/OUTPUT_TEMPLATE.md",{"path":1066,"priority":726},"references/PROTECTIVE_REQUIREMENTS.md",{"path":1068,"priority":726},"references/RED_FLAGS.md",{"path":1070,"priority":726},"references/SEVERITY_AND_DEFAULTS.md",{"basePath":497,"description":1072,"displayName":499,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":337,"sourceLanguage":729,"type":23},"Guide pour la rédaction de notifications de licenciement conformes au droit du travail français. Utiliser ce skill quand l'utilisateur demande de rédiger, préparer, créer ou éditer une lettre de notification de licenciement, notamment pour faute grave, faute lourde ou motif personnel. Le skill guide la collecte d'informations précises et la rédaction d'une notification juridiquement solide avec tous les éléments obligatoires du droit français.",{"claudeCode":15},"SKILL.md frontmatter at skills/notification-licenciement-selim-brihi/SKILL.md",[1076,1077,1078,1080],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1079,"priority":726},"references/exemples-griefs.md",{"path":1081,"priority":726},"references/mentions-obligatoires.md",{"basePath":619,"description":1083,"displayName":621,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":337,"sourceLanguage":22,"type":23},"Read, search, and download emails and attachments from Microsoft Outlook via OAuth2. Use when the user asks to (1) check, read, or fetch emails or messages from Outlook, (2) search emails by keyword, sender, or subject, (3) download email attachments such as contracts, NDAs, or documents, (4) chain email content into other skills (e.g. \"read the latest email from X and review the attached NDA\"), or (5) any task involving Microsoft Outlook, Office 365, or Exchange email access.",{"claudeCode":15},"SKILL.md frontmatter at skills/outlook-emails-lawvable/SKILL.md",[1087,1088,1089,1091,1093],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1090,"priority":726},"references/AZURE_SETUP.md",{"path":1092,"priority":726},"references/WORKFLOWS.md",{"path":1094,"priority":774},"scripts/outlook_oauth.py",{"basePath":19,"description":13,"displayName":16,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":337,"sourceLanguage":22,"type":23},{"claudeCode":15},"SKILL.md frontmatter at skills/pdf-processing-anthropic/SKILL.md",[1099,1100,1101,1103,1105,1107,1109,1111,1113,1115,1117,1119],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1102,"priority":726},"forms.md",{"path":1104,"priority":726},"reference.md",{"path":1106,"priority":774},"scripts/check_bounding_boxes.py",{"path":1108,"priority":774},"scripts/check_fillable_fields.py",{"path":1110,"priority":774},"scripts/convert_pdf_to_images.py",{"path":1112,"priority":774},"scripts/create_validation_image.py",{"path":1114,"priority":774},"scripts/extract_form_field_info.py",{"path":1116,"priority":774},"scripts/extract_form_structure.py",{"path":1118,"priority":774},"scripts/fill_fillable_fields.py",{"path":1120,"priority":774},"scripts/fill_pdf_form_with_annotations.py",{"basePath":575,"description":1122,"displayName":577,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":337,"sourceLanguage":22,"type":23},"Toolkit for comprehensive PDF reading, reviwing, and creation with visual quality control. Use to work with PDFs (.pdf files) for: (1) Reading or extracting content from existing PDFs, (2) Creating new PDF documents with professional formatting, (3) Generating reports, documents, or layouts that require precise typography and design, or any other PDF reading or generation tasks.",{"claudeCode":15},"SKILL.md frontmatter at skills/pdf-processing-openai/SKILL.md",[1126,1127],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":470,"description":1129,"displayName":1130,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":337,"sourceLanguage":22,"type":23},"Guide for drafting privacy policies compliant with GDPR. Includes CNIL 2020 recommendations, a reference template, and best practices. Use when drafting or revising a privacy policy for a website or application.","privacy-policy-malik-taiar",{"claudeCode":15},"SKILL.md frontmatter at skills/politique-confidentialite-malik-taiar/SKILL.md",[1134,1135,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1137,"priority":726},"SKILL.fr.md",{"path":1139,"priority":774},"assets/CNIL_droits_personnes.pdf",{"path":1141,"priority":774},"assets/CNIL_durees_conservation.pdf",{"path":1143,"priority":774},"assets/CNIL_finalites.pdf",{"path":1145,"priority":774},"assets/CNIL_principes_rgpd.pdf",{"path":1147,"priority":774},"assets/CNIL_transparence.pdf",{"path":1149,"priority":774},"assets/RGPD_texte_officiel.pdf",{"path":1151,"priority":774},"assets/sample_template_politique_confidentialite.docx",{"path":1153,"priority":774},"assets/sample_template_politique_confidentialite.pdf",{"path":1155,"priority":726},"references/BASES_LEGALES.md",{"path":1157,"priority":726},"references/COOKIES.md",{"path":1159,"priority":726},"references/DROITS_PERSONNES.md",{"path":1161,"priority":726},"references/DUREES_CONSERVATION.md",{"basePath":479,"description":1163,"displayName":1164,"installMethods":1165,"rationale":1166,"selectedPaths":1167,"source":337,"sourceLanguage":22,"type":23},"Guide for drafting cookie policies compliant with GDPR and the ePrivacy Directive. Includes CNIL 2020 recommendations, a reference template, and best practices. Use when drafting or revising a cookie policy for a website or application.","cookie-policy-malik-taiar",{"claudeCode":15},"SKILL.md frontmatter at skills/politique-cookies-malik-taiar/SKILL.md",[1168,1169,1170,1171,1172,1173,1175,1177,1178,1180,1181,1183,1184,1185,1187,1189,1191,1192,1193],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1137,"priority":726},{"path":1139,"priority":774},{"path":1141,"priority":774},{"path":1174,"priority":774},"assets/CNIL_evolution_regles_utilisation_cookies.pdf",{"path":1176,"priority":774},"assets/CNIL_faq_cookies_et_traceurs.pdf",{"path":1143,"priority":774},{"path":1179,"priority":774},"assets/CNIL_lignes_directrices_cookies_et_traceurs.pdf",{"path":1145,"priority":774},{"path":1182,"priority":774},"assets/CNIL_recommandation_cookies_et_traceurs.pdf",{"path":1147,"priority":774},{"path":1149,"priority":774},{"path":1186,"priority":774},"assets/sample_template_politique_cookies.docx",{"path":1188,"priority":774},"assets/sample_template_politique_cookies.pdf",{"path":1190,"priority":726},"references/BASES_LEGALES_COOKIES.md",{"path":1157,"priority":726},{"path":1159,"priority":726},{"path":1161,"priority":726},{"basePath":488,"description":1195,"displayName":1196,"installMethods":1197,"rationale":1198,"selectedPaths":1199,"source":337,"sourceLanguage":22,"type":23},"Guide for (a) auditing an existing whistleblower system or (b) drafting a compliant reporting policy from a provided template. Covers EU Directive 2019/1937, the amended Sapin II law (Waserman 2022), Decree 2022-1284, CNIL guidelines, public sector requirements, and duty of vigilance.","whistleblower-policy-malik-taiar",{"claudeCode":15},"SKILL.md frontmatter at skills/politique-lanceur-alerte-malik-taiar/SKILL.md",[1200,1201,1202,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1137,"priority":726},{"path":1204,"priority":774},"assets/Circulaire_26_juin_2024.pdf",{"path":1206,"priority":774},"assets/DREETS_synthese_2025.pdf",{"path":1208,"priority":774},"assets/Decret_2022_1284.pdf",{"path":1210,"priority":774},"assets/Directive_CS3D_2024_1760.pdf",{"path":1212,"priority":774},"assets/L225-102-1.pdf",{"path":1214,"priority":774},"assets/L225-102-2.pdf",{"path":1216,"priority":774},"assets/Loi_Sapin_II_consolidee.pdf",{"path":1218,"priority":774},"assets/Loi_Waserman_2022.pdf",{"path":1220,"priority":774},"assets/Referentiel_CNIL_alertes_professionnelles.pdf",{"path":1222,"priority":774},"assets/Template_Politique_Lanceur_Alerte.docx",{"path":1224,"priority":726},"references/DECRET_PROCEDURE.md",{"path":1226,"priority":726},"references/FONCTION_PUBLIQUE.md",{"path":1228,"priority":726},"references/RGPD_CNIL.md",{"path":1230,"priority":726},"references/TEXTES_LEGAUX.md",{"path":1232,"priority":726},"references/VIGILANCE.md",{"basePath":610,"description":1234,"displayName":612,"installMethods":1235,"rationale":1236,"selectedPaths":1237,"source":337,"sourceLanguage":22,"type":23},"Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.",{"claudeCode":15},"SKILL.md frontmatter at skills/pptx-processing-anthropic/SKILL.md",[1238,1239,1240,1242,1244,1245,1247,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1241,"priority":726},"editing.md",{"path":1243,"priority":726},"pptxgenjs.md",{"path":773,"priority":774},{"path":1246,"priority":774},"scripts/add_slide.py",{"path":1248,"priority":774},"scripts/clean.py",{"path":780,"priority":774},{"path":782,"priority":774},{"path":784,"priority":774},{"path":786,"priority":774},{"path":788,"priority":774},{"path":790,"priority":774},{"path":792,"priority":774},{"path":794,"priority":774},{"path":796,"priority":774},{"path":798,"priority":774},{"path":800,"priority":774},{"path":802,"priority":774},{"path":804,"priority":774},{"path":806,"priority":774},{"path":808,"priority":774},{"path":810,"priority":774},{"path":812,"priority":774},{"path":814,"priority":774},{"path":816,"priority":774},{"path":818,"priority":774},{"path":820,"priority":774},{"path":822,"priority":774},{"path":824,"priority":774},{"path":826,"priority":774},{"path":828,"priority":774},{"path":830,"priority":774},{"path":832,"priority":774},{"path":834,"priority":774},{"path":836,"priority":774},{"path":838,"priority":774},{"path":840,"priority":774},{"path":842,"priority":774},{"path":844,"priority":774},{"path":846,"priority":774},{"path":848,"priority":774},{"path":850,"priority":774},{"path":852,"priority":774},{"path":854,"priority":774},{"path":856,"priority":774},{"path":858,"priority":774},{"path":860,"priority":774},{"path":862,"priority":774},{"path":864,"priority":774},{"path":866,"priority":774},{"path":868,"priority":774},{"path":870,"priority":774},{"path":872,"priority":774},{"path":874,"priority":774},{"path":876,"priority":774},{"path":878,"priority":774},{"path":880,"priority":774},{"path":1301,"priority":774},"scripts/thumbnail.py",{"basePath":682,"description":1303,"displayName":684,"installMethods":1304,"rationale":1305,"selectedPaths":1306,"source":337,"sourceLanguage":22,"type":23},"Adversarial verification for AI-generated legal content with systematic fact-checking, source validation, and quality control. Use when User requests verification of legal documents, fact-checking of regulatory content, red team review, or quality assurance before distribution to clients/stakeholders. Provides structured verification reports with severity-categorized errors, verified sources, and distribution readiness assessment.",{"claudeCode":15},"SKILL.md frontmatter at skills/red-team-verifier-patrick-munro/SKILL.md",[1307,1308],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":506,"description":1310,"displayName":508,"installMethods":1311,"rationale":1312,"selectedPaths":1313,"source":337,"sourceLanguage":729,"type":23},"Rédaction de requêtes devant le Conseil de prud'hommes pour contester un licenciement pour faute grave. Utiliser ce skill quand l'utilisateur demande de rédiger une requête CPH, contester un licenciement pour faute grave, préparer une saisine du CPH pour un litige lié à un licenciement, ou créer un document de contestation de licenciement en droit du travail français.",{"claudeCode":15},"SKILL.md frontmatter at skills/requete-cph-licenciement-faute-grave-selim-brihi/SKILL.md",[1314,1315,1316,1318,1320],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1317,"priority":726},"references/calculs-indemnites.md",{"path":1319,"priority":726},"references/conseils-variations.md",{"path":1321,"priority":726},"references/structure-requete.md",{"basePath":673,"description":1323,"displayName":675,"installMethods":1324,"rationale":1325,"selectedPaths":1326,"source":337,"sourceLanguage":22,"type":23},"Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.",{"claudeCode":15},"SKILL.md frontmatter at skills/security-review-openai/SKILL.md",[1327,1328,1329,1331,1333,1335,1337,1339,1341,1343,1345,1347],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1330,"priority":726},"references/golang-general-backend-security.md",{"path":1332,"priority":726},"references/javascript-express-web-server-security.md",{"path":1334,"priority":726},"references/javascript-general-web-frontend-security.md",{"path":1336,"priority":726},"references/javascript-jquery-web-frontend-security.md",{"path":1338,"priority":726},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1340,"priority":726},"references/javascript-typescript-react-web-frontend-security.md",{"path":1342,"priority":726},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1344,"priority":726},"references/python-django-web-server-security.md",{"path":1346,"priority":726},"references/python-fastapi-web-server-security.md",{"path":1348,"priority":726},"references/python-flask-web-server-security.md",{"basePath":646,"description":1350,"displayName":648,"installMethods":1351,"rationale":1352,"selectedPaths":1353,"source":337,"sourceLanguage":22,"type":23},"Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.",{"claudeCode":15},"SKILL.md frontmatter at skills/skill-creator-anthropic/SKILL.md",[1354,1355,1356,1358,1360,1362,1364],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1357,"priority":726},"references/output-patterns.md",{"path":1359,"priority":726},"references/workflows.md",{"path":1361,"priority":774},"scripts/init_skill.py",{"path":1363,"priority":774},"scripts/package_skill.py",{"path":1365,"priority":774},"scripts/quick_validate.py",{"basePath":655,"description":1367,"displayName":656,"installMethods":1368,"rationale":1369,"selectedPaths":1370,"source":337,"sourceLanguage":22,"type":23},"Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the model's capabilities with specialized knowledge, workflows, or tool integrations.",{"claudeCode":15},"SKILL.md frontmatter at skills/skill-creator-openai/SKILL.md",[1371,1372,1373,1374,1375],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1361,"priority":774},{"path":1363,"priority":774},{"path":1365,"priority":774},{"basePath":663,"description":1377,"displayName":665,"installMethods":1378,"rationale":1379,"selectedPaths":1380,"source":337,"sourceLanguage":22,"type":23},"Guide to analyze a current work session and propose improvements to skills. Use (1) automatically after working with a skill to capture learnings, (2) when the user suggests improvements, corrections, or additions during a skill-related session, or (3) when the user manually invokes `self-improve`.",{"claudeCode":15},"SKILL.md frontmatter at skills/skill-optimizer-lawvable/SKILL.md",[1381,1382,1383,1384],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":1385,"priority":774},"scripts/self-improve-hook.sh",{"basePath":431,"description":1387,"displayName":433,"installMethods":1388,"rationale":1389,"selectedPaths":1390,"source":337,"sourceLanguage":22,"type":23},"Guide for reading, interpreting, and applying statutes, regulations, and rules in legal and compliance contexts. Use when the user asks about (1) how to read and interpret statutes, regulations, or rules, (2) statutory interpretation methods and canons of construction, (3) understanding legislative intent, (4) applying statutes to specific legal situations, (5) extracting requirements from legal text, (6) distinguishing between different types of legal requirements, or (7) cross-jurisdictional compliance analysis.",{"claudeCode":15},"SKILL.md frontmatter at skills/statute-analysis-rafal-fryc/SKILL.md",[1391,1392,1393,1395,1397,1399],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1394,"priority":726},"references/canons_of_construction.md",{"path":1396,"priority":726},"references/index.md",{"path":1398,"priority":726},"references/practical_lessons.md",{"path":1400,"priority":726},"references/statutory_structure.md",{"basePath":628,"description":1402,"displayName":630,"installMethods":1403,"rationale":1404,"selectedPaths":1405,"source":337,"sourceLanguage":22,"type":23},"Guide to analyze multiple documents (PDF, DOCX) against user-defined columns and produce a structured Excel output with citations. Use when the user wants to: (1) Extract specific information from multiple documents into a table, (2) Compare clauses or provisions across contracts, (3) Create a document review matrix with source citations. Triggers on: 'tabular review', 'document matrix', 'extract from documents', 'compare across documents', 'review multiple contracts'.",{"claudeCode":15},"SKILL.md frontmatter at skills/tabular-review-lawvable/SKILL.md",[1406,1407],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":359,"description":1409,"displayName":361,"installMethods":1410,"rationale":1411,"selectedPaths":1412,"source":337,"sourceLanguage":22,"type":23},"Guide to negotiating technology services agreements, professional services contracts, and commercial B2B transactions. Provides three-position frameworks (provider-favorable, balanced, client-favorable), deal-size tactics, objection handling templates, and concession roadmaps. Use when: (1) Developing negotiation strategies for SaaS, cloud, or managed services agreements, (2) Preparing position papers and fallback positions, (3) Responding to counterparty objections and demands, (4) Creating concession roadmaps that protect critical interests, (5) Assessing tactics based on deal value and leverage, or (6) Structuring balanced outcomes for liability, IP, payment, SLA, or warranty provisions.",{"claudeCode":15},"SKILL.md frontmatter at skills/tech-contract-negotiation-patrick-munro/SKILL.md",[1413,1414],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":368,"description":1416,"displayName":370,"installMethods":1417,"rationale":1418,"selectedPaths":1419,"source":337,"sourceLanguage":22,"type":23},"Framework for assessing IT service providers, technology vendors, and third-party partners. Creates structured risk assessments across financial, operational, compliance, security, and reputational dimensions with regulatory checklists (GDPR, DORA, NIS2, SOX). Use when: (1) Evaluating new vendors or technology providers, (2) Conducting third-party risk assessments for procurement, (3) Performing critical vendor due diligence for regulatory compliance, (4) Creating vendor onboarding documentation, (5) Establishing ongoing vendor monitoring processes, (6) Assessing vendor concentration risk, or (7) Generating executive-level vendor risk reports.",{"claudeCode":15},"SKILL.md frontmatter at skills/vendor-due-diligence-patrick-munro/SKILL.md",[1420,1421],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":637,"description":1423,"displayName":639,"installMethods":1424,"rationale":1425,"selectedPaths":1426,"source":337,"sourceLanguage":22,"type":23},"Build VS Code extensions from scratch or convert existing JS/React/Vue apps. Supports commands, webviews (React/Vue), custom editors, tree views, and AI agent integration via file-bridge IPC. Use when user wants to create a VS Code extension, convert a web app to an extension, add webviews or custom UIs to VS Code, implement tree views, build custom file editors, integrate with AI agents, or package/publish extensions (.vsix).",{"claudeCode":15},"SKILL.md frontmatter at skills/vscode-extension-builder-lawvable/SKILL.md",[1427,1428,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1430,"priority":774},"assets/basic-command/.vscodeignore",{"path":1432,"priority":774},"assets/basic-command/esbuild.js",{"path":1434,"priority":774},"assets/basic-command/package.json",{"path":1436,"priority":774},"assets/basic-command/src/extension.ts",{"path":1438,"priority":774},"assets/basic-command/tsconfig.json",{"path":1440,"priority":774},"assets/custom-editor/.vscodeignore",{"path":1442,"priority":774},"assets/custom-editor/esbuild.js",{"path":1444,"priority":774},"assets/custom-editor/package.json",{"path":1446,"priority":774},"assets/custom-editor/src/editorProvider.ts",{"path":1448,"priority":774},"assets/custom-editor/src/extension.ts",{"path":1450,"priority":774},"assets/custom-editor/tsconfig.json",{"path":1452,"priority":774},"assets/file-bridge/.vscodeignore",{"path":1454,"priority":774},"assets/file-bridge/esbuild.js",{"path":1456,"priority":774},"assets/file-bridge/package.json",{"path":1458,"priority":774},"assets/file-bridge/src/extension.ts",{"path":1460,"priority":774},"assets/file-bridge/src/fileBridge.ts",{"path":1462,"priority":774},"assets/file-bridge/tsconfig.json",{"path":1464,"priority":774},"assets/tree-view/.vscodeignore",{"path":1466,"priority":774},"assets/tree-view/esbuild.js",{"path":1468,"priority":774},"assets/tree-view/package.json",{"path":1470,"priority":774},"assets/tree-view/src/extension.ts",{"path":1472,"priority":774},"assets/tree-view/src/treeProvider.ts",{"path":1474,"priority":774},"assets/tree-view/tsconfig.json",{"path":1476,"priority":774},"assets/webview-react/.vscodeignore",{"path":1478,"priority":774},"assets/webview-react/esbuild.js",{"path":1480,"priority":774},"assets/webview-react/package.json",{"path":1482,"priority":774},"assets/webview-react/src/extension.ts",{"path":1484,"priority":774},"assets/webview-react/src/webview/App.tsx",{"path":1486,"priority":774},"assets/webview-react/src/webview/index.html",{"path":1488,"priority":774},"assets/webview-react/src/webview/index.tsx",{"path":1490,"priority":774},"assets/webview-react/src/webview/styles.css",{"path":1492,"priority":774},"assets/webview-react/src/webview/tsconfig.json",{"path":1494,"priority":774},"assets/webview-react/src/webview/vite.config.ts",{"path":1496,"priority":774},"assets/webview-react/tsconfig.json",{"path":1498,"priority":726},"references/ai-integration.md",{"path":1500,"priority":726},"references/api-reference.md",{"path":1502,"priority":726},"references/build-config.md",{"path":1504,"priority":726},"references/contribution-points.md",{"path":1506,"priority":726},"references/conversion-guide.md",{"path":1508,"priority":726},"references/custom-editor-patterns.md",{"path":1510,"priority":726},"references/tree-view-patterns.md",{"path":1512,"priority":726},"references/webview-patterns.md",{"basePath":584,"description":1514,"displayName":586,"installMethods":1515,"rationale":1516,"selectedPaths":1517,"source":337,"sourceLanguage":22,"type":23},"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.",{"claudeCode":15},"SKILL.md frontmatter at skills/xlsx-processing-anthropic/SKILL.md",[1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571],{"path":348,"priority":331},{"path":346,"priority":336},{"path":780,"priority":774},{"path":782,"priority":774},{"path":784,"priority":774},{"path":786,"priority":774},{"path":788,"priority":774},{"path":790,"priority":774},{"path":792,"priority":774},{"path":794,"priority":774},{"path":796,"priority":774},{"path":798,"priority":774},{"path":800,"priority":774},{"path":802,"priority":774},{"path":804,"priority":774},{"path":806,"priority":774},{"path":808,"priority":774},{"path":810,"priority":774},{"path":812,"priority":774},{"path":814,"priority":774},{"path":816,"priority":774},{"path":818,"priority":774},{"path":820,"priority":774},{"path":822,"priority":774},{"path":824,"priority":774},{"path":826,"priority":774},{"path":828,"priority":774},{"path":830,"priority":774},{"path":832,"priority":774},{"path":834,"priority":774},{"path":836,"priority":774},{"path":838,"priority":774},{"path":840,"priority":774},{"path":842,"priority":774},{"path":844,"priority":774},{"path":846,"priority":774},{"path":848,"priority":774},{"path":850,"priority":774},{"path":852,"priority":774},{"path":854,"priority":774},{"path":856,"priority":774},{"path":858,"priority":774},{"path":860,"priority":774},{"path":862,"priority":774},{"path":864,"priority":774},{"path":866,"priority":774},{"path":868,"priority":774},{"path":870,"priority":774},{"path":872,"priority":774},{"path":874,"priority":774},{"path":876,"priority":774},{"path":878,"priority":774},{"path":880,"priority":774},{"path":1572,"priority":774},"scripts/recalc.py",{"basePath":602,"description":1574,"displayName":604,"installMethods":1575,"rationale":1576,"selectedPaths":1577,"source":337,"sourceLanguage":22,"type":23},"Professional Excel spreadsheet creation with a focus on aesthetics and data analysis. Use when creating spreadsheets for organizing, analyzing, and presenting structured data in a clear and professional format.",{"claudeCode":15},"SKILL.md frontmatter at skills/xlsx-processing-manus/SKILL.md",[1578],{"path":348,"priority":331},{"basePath":593,"description":1580,"displayName":595,"installMethods":1581,"rationale":1582,"selectedPaths":1583,"source":337,"sourceLanguage":22,"type":23},"Toolkit for comprehensive Spreadsheet reading, creation, editing, and analysis with visual quality control. Use to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing tabular data, (3) Modifying existing spreadsheets while preserving formulas, (4) Building financial models with proper formatting, (5) Data visualization with in-sheet charts, or any other spreadsheet tasks.",{"claudeCode":15},"SKILL.md frontmatter at skills/xlsx-processing-openai/SKILL.md",[1584,1585,1586,1588,1590,1592],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1587,"priority":726},"references/examples/openpyxl/create_basic_spreadsheet.py",{"path":1589,"priority":726},"references/examples/openpyxl/create_spreadsheet_with_styling.py",{"path":1591,"priority":726},"references/examples/openpyxl/read_existing_spreadsheet.py",{"path":1593,"priority":726},"references/examples/openpyxl/styling_spreadsheet.py",{"sources":1595},[1596],"manual",{"closedIssues90d":271,"description":1598,"forks":272,"homepage":1599,"license":277,"openIssues90d":273,"pushedAt":274,"readmeSize":269,"stars":275,"topics":1600},"A curated list of awesome Agent Skills for automating legal work","https://lawvable.com",[302,257,1601,1602,1603],"law","workflows","legal-work",{"classifiedAt":1605,"discoverAt":1606,"extractAt":1607,"githubAt":1607,"updatedAt":1605},1778692158842,1778692150913,1778692156820,[257,31,30,32,256],{"evaluatedAt":280,"extractAt":44,"updatedAt":280},[],[]]