[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-lawvable-pdf-processing-anthropic-en":3,"guides-for-lawvable-pdf-processing-anthropic":1601,"similar-k1700gd31jkwe8xexqeea2baz986ntn7-en":1602},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":252,"providers":305,"relations":309,"repo":310,"tags":1599,"workflow":1600},1778692159341.664,"k1700gd31jkwe8xexqeea2baz986ntn7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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":12},"lawvable/awesome-legal-skills","pdf-processing-anthropic","https://github.com/lawvable/awesome-legal-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778693718428.2021,"kn7f760j6mts8afzc2tp5q6kdd86nyc8","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":205,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,44,48,51,54,59,63,67,71,74,77,80,83,86,89,93,97,101,105,109,112,115,118,122,125,128,131,134,137,140,145,149,153,156,160,163,166,169,172,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing to do 'anything with PDF files' and lists a comprehensive set of operations, immediately conveying the skill's purpose.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a cohesive set of Python and command-line tools for a wide range of PDF manipulations, going beyond basic text extraction and offering a unified interface for complex tasks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill includes robust Python examples and command-line tools covering creation, editing, extraction, and manipulation, addressing the full lifecycle of common PDF operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill's scope is focused exclusively on PDF processing, encompassing a coherent set of related operations.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the capabilities detailed in the SKILL.md, covering a broad range of PDF operations with specific examples.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill is primarily a set of instructions and code examples, not a set of exposed tools with distinct commands.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not expose explicit configuration parameters or options that require documentation.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill-based extension and does not expose tools with specific names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","The skill does not expose specific tools with defined parameter schemas or response shapes.",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","critical","The LICENSE.txt file states 'Proprietary. See LICENSE.txt' and includes significant restrictions on copying, distribution, and creation of derivative works, which are incompatible with standard OSS licenses.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on March 3, 2026, which is within the last 90 days.",{"category":60,"check":64,"severity":65,"summary":66},"Dependency Management","warning","The skill relies on several Python libraries (pypdf, pdfplumber, reportlab, pytesseract, pdf2image) but there's no clear indication of dependency pinning or vulnerability checking mechanisms.",{"category":68,"check":69,"severity":42,"summary":70},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":68,"check":72,"severity":24,"summary":73},"Injection","The skill's scripts are bundled and do not fetch external data at runtime that could be untrusted.",{"category":68,"check":75,"severity":24,"summary":76},"Transitive Supply-Chain Grenades","All code and dependencies are bundled; no runtime fetching or execution of external code is performed.",{"category":68,"check":78,"severity":24,"summary":79},"Sandbox Isolation","The scripts operate on local files and do not attempt to modify anything outside the project directory.",{"category":68,"check":81,"severity":24,"summary":82},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the bundled scripts.",{"category":68,"check":84,"severity":24,"summary":85},"Data Exfiltration","The skill operates on local files and does not make any outbound calls that could exfiltrate data.",{"category":68,"check":87,"severity":24,"summary":88},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions are clean.",{"category":90,"check":91,"severity":24,"summary":92},"Hooks","Opaque code execution","All bundled scripts are in plain, readable Python.",{"category":94,"check":95,"severity":24,"summary":96},"Portability","Structural Assumption","The scripts use standard Python libraries and relative paths, making them portable across different project structures.",{"category":98,"check":99,"severity":24,"summary":100},"Trust","Issues Attention","3 issues opened and 7 closed in the last 90 days indicates active maintenance and timely responses.",{"category":102,"check":103,"severity":24,"summary":104},"Versioning","Release Management","The SKILL.md frontmatter declares a version (2026.02.06), indicating clear release management.",{"category":106,"check":107,"severity":65,"summary":108},"Code Execution","Validation","While the provided scripts include some validation (e.g., `check_bounding_boxes.py`), the core skill logic doesn't explicitly demonstrate schema validation libraries for all inputs and outputs.",{"category":68,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill operates on user-provided files and does not perform any destructive operations without user intervention.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The Python scripts demonstrate good error handling, with try-except blocks and informative logging/messages for file processing and validation steps.",{"category":106,"check":116,"severity":24,"summary":117},"Logging","The batch processing script includes informative logging for successful operations and errors.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The skill processes local PDF files and does not interact with personal data or third parties, making GDPR compliance not applicable.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill operates on local files and has no regional or jurisdictional limitations; the target market is global.",{"category":94,"check":126,"severity":24,"summary":127},"Runtime stability","The skill uses standard Python libraries and should be stable across POSIX and Windows environments.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README.md is extensive and clearly outlines the purpose of agent skills and the Lawvable ecosystem, though not specific to this PDF skill.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill-based extension and does not expose a surface of tools.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","This skill does not expose distinct tools, so there are no overlapping near-synonyms.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All features mentioned in the description and SKILL.md, such as text extraction, merging, splitting, and OCR, have corresponding implementation examples.",{"category":141,"check":142,"severity":143,"summary":144},"Install","Installation instruction","info","The SKILL.md provides Python code examples for usage, but explicit installation instructions for the skill itself or its dependencies are not clearly laid out in a copy-paste format.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The provided scripts (e.g., `fill_pdf_form_with_annotations.py`, `check_bounding_boxes.py`) offer specific error messages with details about what failed and why, and often suggest next steps or highlight where corrections are needed.",{"category":150,"check":151,"severity":65,"summary":152},"Execution","Pinned dependencies","While the SKILL.md lists Python libraries used, there is no explicit mention or demonstration of pinned dependencies or lockfiles to ensure consistent execution.",{"category":33,"check":154,"severity":42,"summary":155},"Dry-run preview","The skill's operations primarily involve processing local files; there are no state-changing commands or outward data submissions that would require a dry-run mode.",{"category":157,"check":158,"severity":42,"summary":159},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":119,"check":161,"severity":42,"summary":162},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":164,"severity":24,"summary":165},"Precise Purpose","The skill's description clearly defines its purpose (PDF manipulation) and provides explicit triggers (mentions of '.pdf' files or PDF production requests) and boundaries.",{"category":40,"check":167,"severity":24,"summary":168},"Concise Frontmatter","The frontmatter in SKILL.md is concise and clearly states the core capability and triggers for the PDF processing skill.",{"category":45,"check":170,"severity":24,"summary":171},"Concise Body","The SKILL.md is well-structured and delegates deeper material to separate files like REFERENCE.md and FORMS.md, adhering to progressive disclosure.",{"category":173,"check":174,"severity":24,"summary":175},"Context","Progressive Disclosure","Deeper technical details and advanced examples are appropriately deferred to REFERENCE.md and FORMS.md, keeping the main SKILL.md focused.",{"category":173,"check":177,"severity":42,"summary":178},"Forked exploration","The skill is not designed for deep exploration or code review; it processes specific PDF files and returns results.",{"category":22,"check":180,"severity":24,"summary":181},"Usage examples","The SKILL.md provides numerous ready-to-use Python code examples for various PDF operations, demonstrating inputs, invocations, and expected outcomes.",{"category":22,"check":183,"severity":24,"summary":184},"Edge cases","The skill's documentation and associated scripts address edge cases like encrypted PDFs, corrupted PDFs, and scanned PDFs (requiring OCR), with suggested recovery steps.",{"category":106,"check":186,"severity":42,"summary":187},"Tool Fallback","The skill does not rely on external MCP servers or custom tools, only standard Python libraries.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The scripts include checks for field validity and PDF integrity, halting with informative messages if unexpected states are encountered before proceeding with operations.",{"category":94,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded; it operates solely on PDF files.",1778693718080,"This skill provides Python code examples and helper scripts for a wide array of PDF manipulation tasks, including text/table extraction, merging, splitting, creation, OCR, form filling (both fillable and non-fillable fields), and image extraction. It leverages popular Python libraries and command-line tools.",[198,199,200,201,202,203,204],"Extract text and tables from PDFs","Merge, split, rotate, and watermark PDFs","Create new PDFs programmatically","Fillable and non-fillable PDF form processing","OCR for scanned PDFs","Extract images from PDFs","Password protection and decryption",[206,207,208],"Operating on file types other than PDF","Performing complex graphic design within PDFs","Managing cloud storage for PDFs","3.0.0","4.4.0","To provide a unified interface and extensive examples for performing virtually any operation on PDF files, from simple text extraction to complex form filling and OCR.","Critical license finding regarding proprietary restrictions. Warning on dependency management and lack of validation schema.",75,"A comprehensive PDF processing skill with extensive examples, but hampered by a proprietary license and some maintenance concerns.",[216,217,218,219,220],"pdf","document-processing","python","ocr","forms","global","flagged",[224,225,226,227],"Automating the processing of bulk PDF documents","Extracting structured data from PDF reports","Generating standardized PDF forms","Archiving and organizing PDF content",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},false,1778693703211,{"descriptionLength":233,"readmeSize":234},437,25260,{"closedIssues90d":236,"forks":237,"hasChangelog":230,"manifestVersion":238,"openIssues90d":239,"pushedAt":240,"stars":241},7,34,"2026.02.06",3,1772537106000,349,{"hasNpmPackage":230,"license":243,"smitheryVerified":230},"NOASSERTION",{"hasCi":230,"hasTests":230},{"updatedAt":246},1778693718428,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/pdf-processing-anthropic","lawvable","awesome-legal-skills","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":261,"providers":294,"relations":301,"tags":302,"workflow":303},1778692159341.6545,"k174x0ezdq6znkatmt2keeh4gs86nvzs",{"reviewCount":8},{"description":257,"installMethods":258,"name":13,"sourceUrl":14},"PDF manipulation toolkit for text extraction, creation, merging, and form handling",{"claudeCode":13},{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":260},"plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":271,"relations":288,"tags":290,"workflow":291},1778692159341.6482,"k176pg91f80b1spms4zaen8g6986n5pa",{"reviewCount":8},{"description":266,"installMethods":267,"name":249,"sourceUrl":14},"Bundled agent skills for legal work",{"claudeCode":12},{"basePath":269,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":270},"","marketplace",{"evaluate":272,"extract":281},{"promptVersionExtension":273,"promptVersionScoring":210,"score":213,"tags":274,"targetMarket":221,"tier":280},"3.1.0",[275,276,277,278,279],"legal","contracts","compliance","gdpr","agent-skills","community",{"commitSha":282,"marketplace":283,"plugin":286},"HEAD",{"name":249,"pluginCount":284,"version":285},42,"1.0.0",{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7334qxfqk8gjtm28t64b58cn86nkk0",[279,277,276,278,275],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778692192012,1778692159341,{"evaluate":295,"extract":300},{"promptVersionExtension":209,"promptVersionScoring":210,"score":296,"tags":297,"targetMarket":221,"tier":222},50,[216,217,298,218,299],"text-extraction","automation",{"commitSha":282},{"parentExtensionId":263,"repoId":289},[299,217,216,218,298],{"evaluatedAt":304,"extractAt":293,"updatedAt":304},1778692832795,{"evaluate":306,"extract":308},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":307,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":282},{"parentExtensionId":254,"repoId":289},{"_creationTime":311,"_id":289,"identity":312,"providers":313,"workflow":1595},1778692150913.0334,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":314,"discover":1585,"github":1588},{"commitSha":282,"extensions":315},[316,329,340,349,358,367,376,385,394,403,412,421,430,440,450,460,469,478,487,496,505,514,523,532,541,550,559,565,574,583,592,600,609,618,627,636,645,653,663,672,681,690,699,708,721,735,742,749,756,882,889,898,905,939,952,971,978,989,996,1010,1017,1034,1041,1062,1073,1086,1112,1119,1153,1185,1224,1293,1300,1313,1340,1357,1367,1377,1392,1399,1406,1413,1504,1564,1570],{"basePath":269,"description":266,"displayName":249,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":328,"sourceLanguage":18,"type":260},"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":332},"inline plugin source from marketplace.json at skills/nda-review-jamie-tso",[336,338],{"path":337,"priority":327},"LICENSE.txt",{"path":339,"priority":327},"SKILL.md",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":328,"sourceLanguage":18,"type":260},"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":343},"inline plugin source from marketplace.json at skills/legal-simulation-patrick-munro",[347,348],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":328,"sourceLanguage":18,"type":260},"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":352},"inline plugin source from marketplace.json at skills/tech-contract-negotiation-patrick-munro",[356,357],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":328,"sourceLanguage":18,"type":260},"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":361},"inline plugin source from marketplace.json at skills/vendor-due-diligence-patrick-munro",[365,366],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":328,"sourceLanguage":18,"type":260},"skills/contract-review-anthropic","Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions","contract-review-anthropic",{"claudeCode":370},"inline plugin source from marketplace.json at skills/contract-review-anthropic",[374,375],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":328,"sourceLanguage":18,"type":260},"skills/compliance-anthropic","Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests","compliance-anthropic",{"claudeCode":379},"inline plugin source from marketplace.json at skills/compliance-anthropic",[383,384],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":328,"sourceLanguage":18,"type":260},"skills/canned-responses-anthropic","Generate templated responses for common legal inquiries and identify when situations require individualized attention","canned-responses-anthropic",{"claudeCode":388},"inline plugin source from marketplace.json at skills/canned-responses-anthropic",[392,393],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":328,"sourceLanguage":18,"type":260},"skills/legal-risk-assessment-anthropic","Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria","legal-risk-assessment-anthropic",{"claudeCode":397},"inline plugin source from marketplace.json at skills/legal-risk-assessment-anthropic",[401,402],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":328,"sourceLanguage":18,"type":260},"skills/meeting-briefing-anthropic","Prepare structured briefings for meetings with legal relevance and track resulting action items","meeting-briefing-anthropic",{"claudeCode":406},"inline plugin source from marketplace.json at skills/meeting-briefing-anthropic",[410,411],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":328,"sourceLanguage":18,"type":260},"skills/nda-triage-anthropic","Screen incoming NDAs and classify them as GREEN, YELLOW, or RED based on risk level","nda-triage-anthropic",{"claudeCode":415},"inline plugin source from marketplace.json at skills/nda-triage-anthropic",[419,420],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":328,"sourceLanguage":18,"type":260},"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":424},"inline plugin source from marketplace.json at skills/statute-analysis-rafal-fryc",[428,429],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":328,"sourceLanguage":18,"type":260},"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":433},"inline plugin source from marketplace.json at skills/gdpr-breach-sentinel-oliver-schmidt-prietz",[437,438,439],{"path":324,"priority":322},{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":328,"sourceLanguage":18,"type":260},"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":443},"inline plugin source from marketplace.json at skills/dpia-sentinel-oliver-schmidt-prietz",[447,448,449],{"path":324,"priority":322},{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":328,"sourceLanguage":18,"type":260},"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":453},"inline plugin source from marketplace.json at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz",[457,458,459],{"path":324,"priority":322},{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":461,"description":462,"displayName":463,"installMethods":464,"rationale":465,"selectedPaths":466,"source":328,"sourceLanguage":18,"type":260},"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":463},"inline plugin source from marketplace.json at skills/politique-confidentialite-malik-taiar",[467,468],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":328,"sourceLanguage":18,"type":260},"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":472},"inline plugin source from marketplace.json at skills/politique-cookies-malik-taiar",[476,477],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":328,"sourceLanguage":18,"type":260},"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":481},"inline plugin source from marketplace.json at skills/politique-lanceur-alerte-malik-taiar",[485,486],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":328,"sourceLanguage":18,"type":260},"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":490},"inline plugin source from marketplace.json at skills/notification-licenciement-selim-brihi",[494,495],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":328,"sourceLanguage":18,"type":260},"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":499},"inline plugin source from marketplace.json at skills/requete-cph-licenciement-faute-grave-selim-brihi",[503,504],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":328,"sourceLanguage":18,"type":260},"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":508},"inline plugin source from marketplace.json at skills/assignation-refere-recouvrement-creance-selim-brihi",[512,513],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":328,"sourceLanguage":18,"type":260},"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":517},"inline plugin source from marketplace.json at skills/assignation-refere-communication-associe-selim-brihi",[521,522],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":328,"sourceLanguage":18,"type":260},"skills/docx-processing-anthropic","Document creation, editing, and analysis with tracked changes and comments support","docx-processing-anthropic",{"claudeCode":526},"inline plugin source from marketplace.json at skills/docx-processing-anthropic",[530,531],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":328,"sourceLanguage":18,"type":260},"skills/docx-processing-openai","Document reading and creation with visual quality control for Word files","docx-processing-openai",{"claudeCode":535},"inline plugin source from marketplace.json at skills/docx-processing-openai",[539,540],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":328,"sourceLanguage":18,"type":260},"skills/docx-processing-superdoc","Search, replace, and read text in Word documents from the command line","docx-processing-superdoc",{"claudeCode":544},"inline plugin source from marketplace.json at skills/docx-processing-superdoc",[548,549],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":328,"sourceLanguage":18,"type":260},"skills/docx-processing-lawvable","Edit Word documents with live preview and track changes via SuperDoc VS Code extension","docx-processing-lawvable",{"claudeCode":553},"inline plugin source from marketplace.json at skills/docx-processing-lawvable",[557,558],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":248,"description":257,"displayName":13,"installMethods":560,"rationale":561,"selectedPaths":562,"source":328,"sourceLanguage":18,"type":260},{"claudeCode":13},"inline plugin source from marketplace.json at skills/pdf-processing-anthropic",[563,564],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":328,"sourceLanguage":18,"type":260},"skills/pdf-processing-openai","PDF reading and creation with visual quality control","pdf-processing-openai",{"claudeCode":568},"inline plugin source from marketplace.json at skills/pdf-processing-openai",[572,573],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":328,"sourceLanguage":18,"type":260},"skills/xlsx-processing-anthropic","Spreadsheet creation, editing, and analysis with formulas and data visualization","xlsx-processing-anthropic",{"claudeCode":577},"inline plugin source from marketplace.json at skills/xlsx-processing-anthropic",[581,582],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":328,"sourceLanguage":18,"type":260},"skills/xlsx-processing-openai","Spreadsheet reading, creation, editing, and analysis with visual quality control","xlsx-processing-openai",{"claudeCode":586},"inline plugin source from marketplace.json at skills/xlsx-processing-openai",[590,591],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":328,"sourceLanguage":18,"type":260},"skills/xlsx-processing-manus","Professional Excel spreadsheet creation with a focus on aesthetics and data analysis","xlsx-processing-manus",{"claudeCode":595},"inline plugin source from marketplace.json at skills/xlsx-processing-manus",[599],{"path":339,"priority":327},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":328,"sourceLanguage":18,"type":260},"skills/pptx-processing-anthropic","Presentation creation, editing, and analysis with layouts and speaker notes","pptx-processing-anthropic",{"claudeCode":603},"inline plugin source from marketplace.json at skills/pptx-processing-anthropic",[607,608],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":328,"sourceLanguage":18,"type":260},"skills/outlook-emails-lawvable","Read, search, and download emails and attachments from Microsoft Outlook via OAuth2","outlook-emails-lawvable",{"claudeCode":612},"inline plugin source from marketplace.json at skills/outlook-emails-lawvable",[616,617],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":328,"sourceLanguage":18,"type":260},"skills/tabular-review-lawvable","Analyze multiple documents against user-defined columns and produce structured Excel output with citations","tabular-review-lawvable",{"claudeCode":621},"inline plugin source from marketplace.json at skills/tabular-review-lawvable",[625,626],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":328,"sourceLanguage":18,"type":260},"skills/vscode-extension-builder-lawvable","Build VS Code extensions from scratch or convert existing JS/React/Vue apps","vscode-extension-builder-lawvable",{"claudeCode":630},"inline plugin source from marketplace.json at skills/vscode-extension-builder-lawvable",[634,635],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":328,"sourceLanguage":18,"type":260},"skills/skill-creator-anthropic","Guide for creating effective Agent Skills with specialized knowledge and workflows","skill-creator-anthropic",{"claudeCode":639},"inline plugin source from marketplace.json at skills/skill-creator-anthropic",[643,644],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":646,"description":638,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":328,"sourceLanguage":18,"type":260},"skills/skill-creator-openai","skill-creator-openai",{"claudeCode":647},"inline plugin source from marketplace.json at skills/skill-creator-openai",[651,652],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":328,"sourceLanguage":18,"type":260},"skills/skill-optimizer-lawvable","Analyze work sessions and propose improvements to skills based on corrections and edge cases","skill-optimizer-lawvable",{"claudeCode":656},"inline plugin source from marketplace.json at skills/skill-optimizer-lawvable",[660,661,662],{"path":324,"priority":322},{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":328,"sourceLanguage":18,"type":260},"skills/security-review-openai","Perform language and framework specific security best-practice reviews and suggest improvements","security-review-openai",{"claudeCode":666},"inline plugin source from marketplace.json at skills/security-review-openai",[670,671],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":328,"sourceLanguage":18,"type":260},"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":675},"inline plugin source from marketplace.json at skills/red-team-verifier-patrick-munro",[679,680],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":328,"sourceLanguage":18,"type":260},"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":684},"inline plugin source from marketplace.json at skills/legal-risk-assessment-zacharie-laik",[688,689],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":328,"sourceLanguage":18,"type":260},"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":693},"inline plugin source from marketplace.json at skills/mediation-dispute-analysis-jinzhe-tan",[697,698],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":328,"sourceLanguage":18,"type":260},"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":702},"inline plugin source from marketplace.json at skills/nil-contract-analysis-samir-patel",[706,707],{"path":337,"priority":327},{"path":339,"priority":327},{"basePath":515,"description":709,"displayName":517,"installMethods":710,"rationale":711,"selectedPaths":712,"source":328,"sourceLanguage":720,"type":251},"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":12},"SKILL.md frontmatter at skills/assignation-refere-communication-associe-selim-brihi/SKILL.md",[713,714,715,718],{"path":339,"priority":322},{"path":337,"priority":327},{"path":716,"priority":717},"references/structure-assignation.md","medium",{"path":719,"priority":717},"references/workflow-informations.md","fr",{"basePath":506,"description":722,"displayName":508,"installMethods":723,"rationale":724,"selectedPaths":725,"source":328,"sourceLanguage":720,"type":251},"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":12},"SKILL.md frontmatter at skills/assignation-refere-recouvrement-creance-selim-brihi/SKILL.md",[726,727,728,730,731,733],{"path":339,"priority":322},{"path":337,"priority":327},{"path":729,"priority":717},"references/conseils-strategie.md",{"path":716,"priority":717},{"path":732,"priority":717},"references/variantes-cas-particuliers.md",{"path":734,"priority":717},"references/workflow-collecte.md",{"basePath":386,"description":736,"displayName":388,"installMethods":737,"rationale":738,"selectedPaths":739,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/canned-responses-anthropic/SKILL.md",[740,741],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":377,"description":743,"displayName":379,"installMethods":744,"rationale":745,"selectedPaths":746,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/compliance-anthropic/SKILL.md",[747,748],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":368,"description":750,"displayName":370,"installMethods":751,"rationale":752,"selectedPaths":753,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/contract-review-anthropic/SKILL.md",[754,755],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":524,"description":757,"displayName":526,"installMethods":758,"rationale":759,"selectedPaths":760,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/docx-processing-anthropic/SKILL.md",[761,762,763,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880],{"path":339,"priority":322},{"path":337,"priority":327},{"path":764,"priority":765},"scripts/__init__.py","low",{"path":767,"priority":765},"scripts/accept_changes.py",{"path":769,"priority":765},"scripts/comment.py",{"path":771,"priority":765},"scripts/office/helpers/__init__.py",{"path":773,"priority":765},"scripts/office/helpers/merge_runs.py",{"path":775,"priority":765},"scripts/office/helpers/simplify_redlines.py",{"path":777,"priority":765},"scripts/office/pack.py",{"path":779,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":781,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":783,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":785,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":787,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":789,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":791,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":793,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":795,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":797,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":799,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":801,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":803,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":805,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":807,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":809,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":811,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":813,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":815,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":817,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":819,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":821,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":823,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":825,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":827,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":829,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":831,"priority":765},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":833,"priority":765},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":835,"priority":765},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":837,"priority":765},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":839,"priority":765},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":841,"priority":765},"scripts/office/schemas/mce/mc.xsd",{"path":843,"priority":765},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":845,"priority":765},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":847,"priority":765},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":849,"priority":765},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":851,"priority":765},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":853,"priority":765},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":855,"priority":765},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":857,"priority":765},"scripts/office/soffice.py",{"path":859,"priority":765},"scripts/office/unpack.py",{"path":861,"priority":765},"scripts/office/validate.py",{"path":863,"priority":765},"scripts/office/validators/__init__.py",{"path":865,"priority":765},"scripts/office/validators/base.py",{"path":867,"priority":765},"scripts/office/validators/docx.py",{"path":869,"priority":765},"scripts/office/validators/pptx.py",{"path":871,"priority":765},"scripts/office/validators/redlining.py",{"path":873,"priority":765},"scripts/templates/comments.xml",{"path":875,"priority":765},"scripts/templates/commentsExtended.xml",{"path":877,"priority":765},"scripts/templates/commentsExtensible.xml",{"path":879,"priority":765},"scripts/templates/commentsIds.xml",{"path":881,"priority":765},"scripts/templates/people.xml",{"basePath":551,"description":883,"displayName":553,"installMethods":884,"rationale":885,"selectedPaths":886,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/docx-processing-lawvable/SKILL.md",[887,888],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":533,"description":890,"displayName":535,"installMethods":891,"rationale":892,"selectedPaths":893,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/docx-processing-openai/SKILL.md",[894,895,896],{"path":339,"priority":322},{"path":337,"priority":327},{"path":897,"priority":765},"scripts/render_docx.py",{"basePath":542,"description":899,"displayName":544,"installMethods":900,"rationale":901,"selectedPaths":902,"source":328,"sourceLanguage":18,"type":251},"Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.",{"claudeCode":12},"SKILL.md frontmatter at skills/docx-processing-superdoc/SKILL.md",[903,904],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":441,"description":906,"displayName":443,"installMethods":907,"rationale":908,"selectedPaths":909,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/dpia-sentinel-oliver-schmidt-prietz/SKILL.md",[910,911,912,913,915,917,919,921,923,925,927,929,931,933,935,937],{"path":339,"priority":322},{"path":324,"priority":327},{"path":337,"priority":327},{"path":914,"priority":717},"references/edpb-criteria.md",{"path":916,"priority":717},"references/jurisdictions/be-apd.md",{"path":918,"priority":717},"references/jurisdictions/de-dsk.md",{"path":920,"priority":717},"references/jurisdictions/fr-cnil.md",{"path":922,"priority":717},"references/jurisdictions/ie-dpc.md",{"path":924,"priority":717},"references/jurisdictions/it-garante.md",{"path":926,"priority":717},"references/jurisdictions/nl-ap.md",{"path":928,"priority":717},"references/jurisdictions/pl-uodo.md",{"path":930,"priority":717},"references/jurisdictions/whitelists.md",{"path":932,"priority":717},"references/risk-catalog.md",{"path":934,"priority":717},"references/scoring.md",{"path":936,"priority":717},"references/sources.md",{"path":938,"priority":717},"references/templates.md",{"basePath":431,"description":940,"displayName":433,"installMethods":941,"rationale":942,"selectedPaths":943,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/gdpr-breach-sentinel-oliver-schmidt-prietz/SKILL.md",[944,945,946,947,949,951],{"path":339,"priority":322},{"path":324,"priority":327},{"path":337,"priority":327},{"path":948,"priority":717},"references/edpb-cases.md",{"path":950,"priority":717},"references/enisa-methodology.md",{"path":938,"priority":717},{"basePath":451,"description":953,"displayName":453,"installMethods":954,"rationale":955,"selectedPaths":956,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz/SKILL.md",[957,958,959,960,962,964,966,968,970],{"path":339,"priority":322},{"path":324,"priority":327},{"path":337,"priority":327},{"path":961,"priority":717},"references/DE.md",{"path":963,"priority":717},"references/EU_COMMON.md",{"path":965,"priority":717},"references/FR.md",{"path":967,"priority":717},"references/NOTICE_TYPES.md",{"path":969,"priority":717},"references/OTHER_EU.md",{"path":938,"priority":717},{"basePath":395,"description":972,"displayName":397,"installMethods":973,"rationale":974,"selectedPaths":975,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/legal-risk-assessment-anthropic/SKILL.md",[976,977],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":682,"description":979,"displayName":684,"installMethods":980,"rationale":981,"selectedPaths":982,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/legal-risk-assessment-zacharie-laik/SKILL.md",[983,984,985,987],{"path":339,"priority":322},{"path":337,"priority":327},{"path":986,"priority":717},"references/citations.md",{"path":988,"priority":717},"references/escalation.md",{"basePath":341,"description":990,"displayName":343,"installMethods":991,"rationale":992,"selectedPaths":993,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/legal-simulation-patrick-munro/SKILL.md",[994,995],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":691,"description":997,"displayName":998,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/mediation-dispute-analysis-jinzhe-tan/SKILL.md",[1002,1003,1004,1006,1008],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1005,"priority":765},"assets/mediation_report_template.docx",{"path":1007,"priority":717},"references/MEDIATION_PROCESS.md",{"path":1009,"priority":717},"references/NEGOTIATION_CONCEPTS.md",{"basePath":404,"description":1011,"displayName":406,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/meeting-briefing-anthropic/SKILL.md",[1015,1016],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":330,"description":1018,"displayName":332,"installMethods":1019,"rationale":1020,"selectedPaths":1021,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/nda-review-jamie-tso/SKILL.md",[1022,1023,1024,1026,1028,1030,1032],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1025,"priority":717},"references/DURATION_SCOPE.md",{"path":1027,"priority":717},"references/KEY_CLAUSES.md",{"path":1029,"priority":717},"references/PARTY_OBLIGATIONS.md",{"path":1031,"priority":717},"references/REMEDIES_LIABILITY.md",{"path":1033,"priority":717},"references/STANDARD_EXCEPTIONS.md",{"basePath":413,"description":1035,"displayName":415,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/nda-triage-anthropic/SKILL.md",[1039,1040],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":700,"description":1042,"displayName":702,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/nil-contract-analysis-samir-patel/SKILL.md",[1046,1047,1048,1050,1052,1054,1056,1058,1060],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1049,"priority":717},"references/ANALYSIS_PROTOCOLS.md",{"path":1051,"priority":717},"references/DEAL_STRUCTURES.md",{"path":1053,"priority":717},"references/FLORIDA_COMPLIANCE.md",{"path":1055,"priority":717},"references/OUTPUT_TEMPLATE.md",{"path":1057,"priority":717},"references/PROTECTIVE_REQUIREMENTS.md",{"path":1059,"priority":717},"references/RED_FLAGS.md",{"path":1061,"priority":717},"references/SEVERITY_AND_DEFAULTS.md",{"basePath":488,"description":1063,"displayName":490,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":328,"sourceLanguage":720,"type":251},"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":12},"SKILL.md frontmatter at skills/notification-licenciement-selim-brihi/SKILL.md",[1067,1068,1069,1071],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1070,"priority":717},"references/exemples-griefs.md",{"path":1072,"priority":717},"references/mentions-obligatoires.md",{"basePath":610,"description":1074,"displayName":612,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/outlook-emails-lawvable/SKILL.md",[1078,1079,1080,1082,1084],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1081,"priority":717},"references/AZURE_SETUP.md",{"path":1083,"priority":717},"references/WORKFLOWS.md",{"path":1085,"priority":765},"scripts/outlook_oauth.py",{"basePath":248,"description":10,"displayName":13,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":328,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/pdf-processing-anthropic/SKILL.md",[1090,1091,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1093,"priority":717},"forms.md",{"path":1095,"priority":717},"reference.md",{"path":1097,"priority":765},"scripts/check_bounding_boxes.py",{"path":1099,"priority":765},"scripts/check_fillable_fields.py",{"path":1101,"priority":765},"scripts/convert_pdf_to_images.py",{"path":1103,"priority":765},"scripts/create_validation_image.py",{"path":1105,"priority":765},"scripts/extract_form_field_info.py",{"path":1107,"priority":765},"scripts/extract_form_structure.py",{"path":1109,"priority":765},"scripts/fill_fillable_fields.py",{"path":1111,"priority":765},"scripts/fill_pdf_form_with_annotations.py",{"basePath":566,"description":1113,"displayName":568,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/pdf-processing-openai/SKILL.md",[1117,1118],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":461,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/politique-confidentialite-malik-taiar/SKILL.md",[1125,1126,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1128,"priority":717},"SKILL.fr.md",{"path":1130,"priority":765},"assets/CNIL_droits_personnes.pdf",{"path":1132,"priority":765},"assets/CNIL_durees_conservation.pdf",{"path":1134,"priority":765},"assets/CNIL_finalites.pdf",{"path":1136,"priority":765},"assets/CNIL_principes_rgpd.pdf",{"path":1138,"priority":765},"assets/CNIL_transparence.pdf",{"path":1140,"priority":765},"assets/RGPD_texte_officiel.pdf",{"path":1142,"priority":765},"assets/sample_template_politique_confidentialite.docx",{"path":1144,"priority":765},"assets/sample_template_politique_confidentialite.pdf",{"path":1146,"priority":717},"references/BASES_LEGALES.md",{"path":1148,"priority":717},"references/COOKIES.md",{"path":1150,"priority":717},"references/DROITS_PERSONNES.md",{"path":1152,"priority":717},"references/DUREES_CONSERVATION.md",{"basePath":470,"description":1154,"displayName":1155,"installMethods":1156,"rationale":1157,"selectedPaths":1158,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/politique-cookies-malik-taiar/SKILL.md",[1159,1160,1161,1162,1163,1164,1166,1168,1169,1171,1172,1174,1175,1176,1178,1180,1182,1183,1184],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1128,"priority":717},{"path":1130,"priority":765},{"path":1132,"priority":765},{"path":1165,"priority":765},"assets/CNIL_evolution_regles_utilisation_cookies.pdf",{"path":1167,"priority":765},"assets/CNIL_faq_cookies_et_traceurs.pdf",{"path":1134,"priority":765},{"path":1170,"priority":765},"assets/CNIL_lignes_directrices_cookies_et_traceurs.pdf",{"path":1136,"priority":765},{"path":1173,"priority":765},"assets/CNIL_recommandation_cookies_et_traceurs.pdf",{"path":1138,"priority":765},{"path":1140,"priority":765},{"path":1177,"priority":765},"assets/sample_template_politique_cookies.docx",{"path":1179,"priority":765},"assets/sample_template_politique_cookies.pdf",{"path":1181,"priority":717},"references/BASES_LEGALES_COOKIES.md",{"path":1148,"priority":717},{"path":1150,"priority":717},{"path":1152,"priority":717},{"basePath":479,"description":1186,"displayName":1187,"installMethods":1188,"rationale":1189,"selectedPaths":1190,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/politique-lanceur-alerte-malik-taiar/SKILL.md",[1191,1192,1193,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1128,"priority":717},{"path":1195,"priority":765},"assets/Circulaire_26_juin_2024.pdf",{"path":1197,"priority":765},"assets/DREETS_synthese_2025.pdf",{"path":1199,"priority":765},"assets/Decret_2022_1284.pdf",{"path":1201,"priority":765},"assets/Directive_CS3D_2024_1760.pdf",{"path":1203,"priority":765},"assets/L225-102-1.pdf",{"path":1205,"priority":765},"assets/L225-102-2.pdf",{"path":1207,"priority":765},"assets/Loi_Sapin_II_consolidee.pdf",{"path":1209,"priority":765},"assets/Loi_Waserman_2022.pdf",{"path":1211,"priority":765},"assets/Referentiel_CNIL_alertes_professionnelles.pdf",{"path":1213,"priority":765},"assets/Template_Politique_Lanceur_Alerte.docx",{"path":1215,"priority":717},"references/DECRET_PROCEDURE.md",{"path":1217,"priority":717},"references/FONCTION_PUBLIQUE.md",{"path":1219,"priority":717},"references/RGPD_CNIL.md",{"path":1221,"priority":717},"references/TEXTES_LEGAUX.md",{"path":1223,"priority":717},"references/VIGILANCE.md",{"basePath":601,"description":1225,"displayName":603,"installMethods":1226,"rationale":1227,"selectedPaths":1228,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/pptx-processing-anthropic/SKILL.md",[1229,1230,1231,1233,1235,1236,1238,1240,1241,1242,1243,1244,1245,1246,1247,1248,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],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1232,"priority":717},"editing.md",{"path":1234,"priority":717},"pptxgenjs.md",{"path":764,"priority":765},{"path":1237,"priority":765},"scripts/add_slide.py",{"path":1239,"priority":765},"scripts/clean.py",{"path":771,"priority":765},{"path":773,"priority":765},{"path":775,"priority":765},{"path":777,"priority":765},{"path":779,"priority":765},{"path":781,"priority":765},{"path":783,"priority":765},{"path":785,"priority":765},{"path":787,"priority":765},{"path":789,"priority":765},{"path":791,"priority":765},{"path":793,"priority":765},{"path":795,"priority":765},{"path":797,"priority":765},{"path":799,"priority":765},{"path":801,"priority":765},{"path":803,"priority":765},{"path":805,"priority":765},{"path":807,"priority":765},{"path":809,"priority":765},{"path":811,"priority":765},{"path":813,"priority":765},{"path":815,"priority":765},{"path":817,"priority":765},{"path":819,"priority":765},{"path":821,"priority":765},{"path":823,"priority":765},{"path":825,"priority":765},{"path":827,"priority":765},{"path":829,"priority":765},{"path":831,"priority":765},{"path":833,"priority":765},{"path":835,"priority":765},{"path":837,"priority":765},{"path":839,"priority":765},{"path":841,"priority":765},{"path":843,"priority":765},{"path":845,"priority":765},{"path":847,"priority":765},{"path":849,"priority":765},{"path":851,"priority":765},{"path":853,"priority":765},{"path":855,"priority":765},{"path":857,"priority":765},{"path":859,"priority":765},{"path":861,"priority":765},{"path":863,"priority":765},{"path":865,"priority":765},{"path":867,"priority":765},{"path":869,"priority":765},{"path":871,"priority":765},{"path":1292,"priority":765},"scripts/thumbnail.py",{"basePath":673,"description":1294,"displayName":675,"installMethods":1295,"rationale":1296,"selectedPaths":1297,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/red-team-verifier-patrick-munro/SKILL.md",[1298,1299],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":497,"description":1301,"displayName":499,"installMethods":1302,"rationale":1303,"selectedPaths":1304,"source":328,"sourceLanguage":720,"type":251},"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":12},"SKILL.md frontmatter at skills/requete-cph-licenciement-faute-grave-selim-brihi/SKILL.md",[1305,1306,1307,1309,1311],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1308,"priority":717},"references/calculs-indemnites.md",{"path":1310,"priority":717},"references/conseils-variations.md",{"path":1312,"priority":717},"references/structure-requete.md",{"basePath":664,"description":1314,"displayName":666,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/security-review-openai/SKILL.md",[1318,1319,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1321,"priority":717},"references/golang-general-backend-security.md",{"path":1323,"priority":717},"references/javascript-express-web-server-security.md",{"path":1325,"priority":717},"references/javascript-general-web-frontend-security.md",{"path":1327,"priority":717},"references/javascript-jquery-web-frontend-security.md",{"path":1329,"priority":717},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1331,"priority":717},"references/javascript-typescript-react-web-frontend-security.md",{"path":1333,"priority":717},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1335,"priority":717},"references/python-django-web-server-security.md",{"path":1337,"priority":717},"references/python-fastapi-web-server-security.md",{"path":1339,"priority":717},"references/python-flask-web-server-security.md",{"basePath":637,"description":1341,"displayName":639,"installMethods":1342,"rationale":1343,"selectedPaths":1344,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/skill-creator-anthropic/SKILL.md",[1345,1346,1347,1349,1351,1353,1355],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1348,"priority":717},"references/output-patterns.md",{"path":1350,"priority":717},"references/workflows.md",{"path":1352,"priority":765},"scripts/init_skill.py",{"path":1354,"priority":765},"scripts/package_skill.py",{"path":1356,"priority":765},"scripts/quick_validate.py",{"basePath":646,"description":1358,"displayName":647,"installMethods":1359,"rationale":1360,"selectedPaths":1361,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/skill-creator-openai/SKILL.md",[1362,1363,1364,1365,1366],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1352,"priority":765},{"path":1354,"priority":765},{"path":1356,"priority":765},{"basePath":654,"description":1368,"displayName":656,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/skill-optimizer-lawvable/SKILL.md",[1372,1373,1374,1375],{"path":339,"priority":322},{"path":324,"priority":327},{"path":337,"priority":327},{"path":1376,"priority":765},"scripts/self-improve-hook.sh",{"basePath":422,"description":1378,"displayName":424,"installMethods":1379,"rationale":1380,"selectedPaths":1381,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/statute-analysis-rafal-fryc/SKILL.md",[1382,1383,1384,1386,1388,1390],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1385,"priority":717},"references/canons_of_construction.md",{"path":1387,"priority":717},"references/index.md",{"path":1389,"priority":717},"references/practical_lessons.md",{"path":1391,"priority":717},"references/statutory_structure.md",{"basePath":619,"description":1393,"displayName":621,"installMethods":1394,"rationale":1395,"selectedPaths":1396,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/tabular-review-lawvable/SKILL.md",[1397,1398],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":350,"description":1400,"displayName":352,"installMethods":1401,"rationale":1402,"selectedPaths":1403,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/tech-contract-negotiation-patrick-munro/SKILL.md",[1404,1405],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":359,"description":1407,"displayName":361,"installMethods":1408,"rationale":1409,"selectedPaths":1410,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/vendor-due-diligence-patrick-munro/SKILL.md",[1411,1412],{"path":339,"priority":322},{"path":337,"priority":327},{"basePath":628,"description":1414,"displayName":630,"installMethods":1415,"rationale":1416,"selectedPaths":1417,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/vscode-extension-builder-lawvable/SKILL.md",[1418,1419,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1421,"priority":765},"assets/basic-command/.vscodeignore",{"path":1423,"priority":765},"assets/basic-command/esbuild.js",{"path":1425,"priority":765},"assets/basic-command/package.json",{"path":1427,"priority":765},"assets/basic-command/src/extension.ts",{"path":1429,"priority":765},"assets/basic-command/tsconfig.json",{"path":1431,"priority":765},"assets/custom-editor/.vscodeignore",{"path":1433,"priority":765},"assets/custom-editor/esbuild.js",{"path":1435,"priority":765},"assets/custom-editor/package.json",{"path":1437,"priority":765},"assets/custom-editor/src/editorProvider.ts",{"path":1439,"priority":765},"assets/custom-editor/src/extension.ts",{"path":1441,"priority":765},"assets/custom-editor/tsconfig.json",{"path":1443,"priority":765},"assets/file-bridge/.vscodeignore",{"path":1445,"priority":765},"assets/file-bridge/esbuild.js",{"path":1447,"priority":765},"assets/file-bridge/package.json",{"path":1449,"priority":765},"assets/file-bridge/src/extension.ts",{"path":1451,"priority":765},"assets/file-bridge/src/fileBridge.ts",{"path":1453,"priority":765},"assets/file-bridge/tsconfig.json",{"path":1455,"priority":765},"assets/tree-view/.vscodeignore",{"path":1457,"priority":765},"assets/tree-view/esbuild.js",{"path":1459,"priority":765},"assets/tree-view/package.json",{"path":1461,"priority":765},"assets/tree-view/src/extension.ts",{"path":1463,"priority":765},"assets/tree-view/src/treeProvider.ts",{"path":1465,"priority":765},"assets/tree-view/tsconfig.json",{"path":1467,"priority":765},"assets/webview-react/.vscodeignore",{"path":1469,"priority":765},"assets/webview-react/esbuild.js",{"path":1471,"priority":765},"assets/webview-react/package.json",{"path":1473,"priority":765},"assets/webview-react/src/extension.ts",{"path":1475,"priority":765},"assets/webview-react/src/webview/App.tsx",{"path":1477,"priority":765},"assets/webview-react/src/webview/index.html",{"path":1479,"priority":765},"assets/webview-react/src/webview/index.tsx",{"path":1481,"priority":765},"assets/webview-react/src/webview/styles.css",{"path":1483,"priority":765},"assets/webview-react/src/webview/tsconfig.json",{"path":1485,"priority":765},"assets/webview-react/src/webview/vite.config.ts",{"path":1487,"priority":765},"assets/webview-react/tsconfig.json",{"path":1489,"priority":717},"references/ai-integration.md",{"path":1491,"priority":717},"references/api-reference.md",{"path":1493,"priority":717},"references/build-config.md",{"path":1495,"priority":717},"references/contribution-points.md",{"path":1497,"priority":717},"references/conversion-guide.md",{"path":1499,"priority":717},"references/custom-editor-patterns.md",{"path":1501,"priority":717},"references/tree-view-patterns.md",{"path":1503,"priority":717},"references/webview-patterns.md",{"basePath":575,"description":1505,"displayName":577,"installMethods":1506,"rationale":1507,"selectedPaths":1508,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/xlsx-processing-anthropic/SKILL.md",[1509,1510,1511,1512,1513,1514,1515,1516,1517,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],{"path":339,"priority":322},{"path":337,"priority":327},{"path":771,"priority":765},{"path":773,"priority":765},{"path":775,"priority":765},{"path":777,"priority":765},{"path":779,"priority":765},{"path":781,"priority":765},{"path":783,"priority":765},{"path":785,"priority":765},{"path":787,"priority":765},{"path":789,"priority":765},{"path":791,"priority":765},{"path":793,"priority":765},{"path":795,"priority":765},{"path":797,"priority":765},{"path":799,"priority":765},{"path":801,"priority":765},{"path":803,"priority":765},{"path":805,"priority":765},{"path":807,"priority":765},{"path":809,"priority":765},{"path":811,"priority":765},{"path":813,"priority":765},{"path":815,"priority":765},{"path":817,"priority":765},{"path":819,"priority":765},{"path":821,"priority":765},{"path":823,"priority":765},{"path":825,"priority":765},{"path":827,"priority":765},{"path":829,"priority":765},{"path":831,"priority":765},{"path":833,"priority":765},{"path":835,"priority":765},{"path":837,"priority":765},{"path":839,"priority":765},{"path":841,"priority":765},{"path":843,"priority":765},{"path":845,"priority":765},{"path":847,"priority":765},{"path":849,"priority":765},{"path":851,"priority":765},{"path":853,"priority":765},{"path":855,"priority":765},{"path":857,"priority":765},{"path":859,"priority":765},{"path":861,"priority":765},{"path":863,"priority":765},{"path":865,"priority":765},{"path":867,"priority":765},{"path":869,"priority":765},{"path":871,"priority":765},{"path":1563,"priority":765},"scripts/recalc.py",{"basePath":593,"description":1565,"displayName":595,"installMethods":1566,"rationale":1567,"selectedPaths":1568,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/xlsx-processing-manus/SKILL.md",[1569],{"path":339,"priority":322},{"basePath":584,"description":1571,"displayName":586,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":328,"sourceLanguage":18,"type":251},"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":12},"SKILL.md frontmatter at skills/xlsx-processing-openai/SKILL.md",[1575,1576,1577,1579,1581,1583],{"path":339,"priority":322},{"path":337,"priority":327},{"path":1578,"priority":717},"references/examples/openpyxl/create_basic_spreadsheet.py",{"path":1580,"priority":717},"references/examples/openpyxl/create_spreadsheet_with_styling.py",{"path":1582,"priority":717},"references/examples/openpyxl/read_existing_spreadsheet.py",{"path":1584,"priority":717},"references/examples/openpyxl/styling_spreadsheet.py",{"sources":1586},[1587],"manual",{"closedIssues90d":236,"description":1589,"forks":237,"homepage":1590,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":241,"topics":1591},"A curated list of awesome Agent Skills for automating legal work","https://lawvable.com",[279,299,1592,1593,1594],"law","workflows","legal-work",{"classifiedAt":1596,"discoverAt":1597,"extractAt":1598,"githubAt":1598,"updatedAt":1596},1778692158842,1778692150913,1778692156820,[217,220,219,216,218],{"evaluatedAt":246,"extractAt":293,"updatedAt":246},[],[1603,1635,1664,1685,1708,1728],{"_creationTime":1604,"_id":1605,"community":1606,"display":1607,"identity":1613,"providers":1618,"relations":1628,"tags":1631,"workflow":1632},1778691104675.9805,"k173dwe2djyydbkrp6qr8dbrfs86nk8d",{"reviewCount":8},{"description":1608,"installMethods":1609,"name":1611,"sourceUrl":1612},"Extract structured data from documents using AI-powered field extraction.",{"claudeCode":1610},"iterationlayer/skills","Document Extraction API","https://github.com/iterationlayer/skills",{"basePath":1614,"githubOwner":1615,"githubRepo":1616,"locale":18,"slug":1617,"type":251},"skills/document-extraction-api","iterationlayer","skills","document-extraction-api",{"evaluate":1619,"extract":1626},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1620,"tags":1621,"targetMarket":221,"tier":1625},99,[217,1622,1623,1624,216,219],"data-extraction","ai","api","verified",{"commitSha":282,"license":1627},"MIT",{"parentExtensionId":1629,"repoId":1630},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[1623,1624,1622,217,219,216],{"evaluatedAt":1633,"extractAt":1634,"updatedAt":1633},1778691504579,1778691104676,{"_creationTime":1636,"_id":1637,"community":1638,"display":1639,"identity":1645,"providers":1648,"relations":1657,"tags":1659,"workflow":1660},1778695810823.162,"k1704fp8n8znrmyrxm482pgpr586nfzx",{"reviewCount":8},{"description":1640,"installMethods":1641,"name":1643,"sourceUrl":1644},"Process documents with Nutrient DWS. Use when the user wants to generate PDFs from HTML or URLs, convert Office/images/PDFs, assemble or split packets, OCR scans, extract text/tables/key-value pairs, redact PII, watermark, sign, fill forms, optimize PDFs, or produce compliance outputs like PDF/A or PDF/UA. Triggers include convert to PDF, merge these PDFs, OCR this scan, extract tables, redact PII, sign this PDF, make this PDF/A, or linearize for web delivery.",{"claudeCode":1642},"PSPDFKit-labs/nutrient-agent-skill","nutrient-document-processing","https://github.com/PSPDFKit-labs/nutrient-agent-skill",{"basePath":1643,"githubOwner":1646,"githubRepo":1647,"locale":18,"slug":1643,"type":251},"PSPDFKit-labs","nutrient-agent-skill",{"evaluate":1649,"extract":1656},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1650,"tags":1651,"targetMarket":221,"tier":1625},98,[217,216,219,1652,1653,1654,277,1655],"conversion","redaction","signing","extraction",{"commitSha":282},{"repoId":1658},"kd71fjmn43awb0bgafy6r3vers86ngqg",[277,1652,217,1655,219,216,1653,1654],{"evaluatedAt":1661,"extractAt":1662,"updatedAt":1663},1778695838272,1778695810823,1778695861458,{"_creationTime":1665,"_id":1666,"community":1667,"display":1668,"identity":1672,"providers":1674,"relations":1681,"tags":1682,"workflow":1683},1778691104675.9834,"k17bwxnh9scy64bmm9anmf7bbx86mtvn",{"reviewCount":8},{"description":1669,"installMethods":1670,"name":1671,"sourceUrl":1612},"Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.",{"claudeCode":1610},"extract-fleet-vehicle-registration",{"basePath":1673,"githubOwner":1615,"githubRepo":1616,"locale":18,"slug":1671,"type":251},"skills/extract-fleet-vehicle-registration",{"evaluate":1675,"extract":1680},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1676,"tags":1677,"targetMarket":221,"tier":1625},100,[217,1622,1678,1679,216],"fleet-management","api-integration",{"commitSha":282},{"parentExtensionId":1629,"repoId":1630},[1679,1622,217,1678,216],{"evaluatedAt":1684,"extractAt":1634,"updatedAt":1684},1778691789036,{"_creationTime":1686,"_id":1687,"community":1688,"display":1689,"identity":1693,"providers":1696,"relations":1704,"tags":1705,"workflow":1706},1778691104675.98,"k17a012kzjtmn6vm9xf7k1q3d986n6me",{"reviewCount":8},{"description":1690,"installMethods":1691,"name":1692,"sourceUrl":1612},"Convert a resume PDF to clean markdown for LLM parsing or candidate pipelines.",{"claudeCode":1610},"Convert Resume to Markdown",{"basePath":1694,"githubOwner":1615,"githubRepo":1616,"locale":18,"slug":1695,"type":251},"skills/convert-resume-to-markdown","convert-resume-to-markdown",{"evaluate":1697,"extract":1703},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1676,"tags":1698,"targetMarket":221,"tier":1625},[217,216,1699,1700,1701,1702],"markdown","resume","hiring","nlp",{"commitSha":282,"license":1627},{"parentExtensionId":1629,"repoId":1630},[217,1701,1699,1702,216,1700],{"evaluatedAt":1707,"extractAt":1634,"updatedAt":1707},1778691474825,{"_creationTime":1709,"_id":1710,"community":1711,"display":1712,"identity":1716,"providers":1718,"relations":1724,"tags":1725,"workflow":1726},1778691104675.9897,"k17fpgdfkq2ktrjw2phyx6c9f586ma8t",{"reviewCount":8},{"description":1713,"installMethods":1714,"name":1715,"sourceUrl":1612},"Extract merchant, date, line items, tax, and total from receipts.",{"claudeCode":1610},"extract-receipt-data",{"basePath":1717,"githubOwner":1615,"githubRepo":1616,"locale":18,"slug":1715,"type":251},"skills/extract-receipt-data",{"evaluate":1719,"extract":1723},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1620,"tags":1720,"targetMarket":221,"tier":1625},[1721,1722,1655,217,219,1622],"receipts","finance",{"commitSha":282},{"parentExtensionId":1629,"repoId":1630},[1622,217,1655,1722,219,1721],{"evaluatedAt":1727,"extractAt":1634,"updatedAt":1727},1778692373588,{"_creationTime":1729,"_id":1730,"community":1731,"display":1732,"identity":1736,"providers":1738,"relations":1744,"tags":1745,"workflow":1746},1778691104675.9788,"k177gcxzqsc3my2v82rvr71sys86m9cf",{"reviewCount":8},{"description":1733,"installMethods":1734,"name":1735,"sourceUrl":1612},"Convert a contract PDF to clean markdown for clause extraction or LLM analysis.",{"claudeCode":1610},"convert-contract-to-markdown",{"basePath":1737,"githubOwner":1615,"githubRepo":1616,"locale":18,"slug":1735,"type":251},"skills/convert-contract-to-markdown",{"evaluate":1739,"extract":1743},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1620,"tags":1740,"targetMarket":221,"tier":1625},[217,216,1699,1741,1742],"legaltech","llm-analysis",{"commitSha":282},{"parentExtensionId":1629,"repoId":1630},[217,1741,1742,1699,216],{"evaluatedAt":1747,"extractAt":1634,"updatedAt":1747},1778691357395]