[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-lawvable-docx-processing-anthropic-en":3,"guides-for-lawvable-docx-processing-anthropic":1612,"similar-k17bsgvtnem530wvdrh9nmvcjh86mp71-en":1613},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":238,"parentExtension":261,"providers":316,"relations":320,"repo":321,"tags":1610,"workflow":1611},1778692159341.66,"k17bsgvtnem530wvdrh9nmvcjh86mp71",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"lawvable/awesome-legal-skills","DOCX Processing","https://github.com/lawvable/awesome-legal-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":236,"workflow":253},1778693315120.2952,"kn78jgqy9v1fn9re7e0g3njy8d86mr9r","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,44,48,51,54,59,63,66,70,73,76,79,82,85,88,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly outlines the user problem of creating, editing, and manipulating Word documents, specifying exact triggers and file types.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a comprehensive set of tools for .docx manipulation, including complex operations like handling tracked changes and XML editing, going beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for Word document processing, from creation and editing to validation and repair, ready for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension has a single, well-defined responsibility: the comprehensive processing of Word (.docx) documents.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities and limitations, including specific triggers and non-goals.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, so the concept of scoped tools is not applicable.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md documentation provides detailed explanations and code examples for creating and editing documents, including specific configuration like page size and styles.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension, so tool naming conventions are not applicable.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As a skill, it operates within the agent's interaction model rather than exposing distinct tools with defined schemas.",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","warning","The license is marked as 'Proprietary. See LICENSE.txt' and the bundled LICENSE.txt indicates significant restrictions on copying, distribution, and reverse engineering, which may not be compatible with OSS redistribution.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on March 3, 2026, which is recent and indicates active maintenance.",{"category":60,"check":64,"severity":57,"summary":65},"Dependency Management","Dependencies like 'docx' are declared via npm but there are no explicit measures for vulnerability scanning or automated updates mentioned, only a general mention of installation.",{"category":67,"check":68,"severity":42,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill's scripts and validation logic appear to treat external data as content rather than instructions, with clear XML parsing and validation steps.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill bundles its dependencies and scripts within the repository, avoiding runtime downloads of external code or data.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The scripts interact with local files within the unpacked directory and use LibreOffice via a controlled subprocess, adhering to sandbox principles.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided scripts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill operates on local files and does not appear to transmit any data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks; descriptions are clean and printable ASCII.",{"category":67,"check":89,"severity":24,"summary":90},"Opaque code execution","The bundled scripts are in readable JavaScript and Python, without obfuscation like base64 payloads or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The scripts use relative paths and standard directory structures, with validation steps that check for expected files rather than assuming specific user project layouts.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 3 issues opened and 7 closed in the last 90 days, indicating a healthy response rate (closure rate >= 50%).",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version (2026.02.25) is declared in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The included validation scripts (using defusedxml and lxml) appear to implement schema validation and sanitization for XML parsing.",{"category":67,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's operations modify files within the unpacked directory; validation and packing steps follow a logical sequence without directly destructive commands outside this scope.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The Python scripts include error handling (try-except blocks) and return specific error messages, allowing the agent to route them.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","This skill does not appear to generate its own audit log file, but execution details would be captured in the agent's transcript.",{"category":118,"check":119,"severity":42,"summary":120},"Compliance","GDPR","The skill operates on document files and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","No regional or jurisdictional logic is detected; the skill is globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The scripts use standard Python and shell commands, with LibreOffice managed via environment variables and a shim for socket restrictions, promoting portability.",{"category":45,"check":128,"severity":24,"summary":129},"README","A comprehensive README.md file exists and clearly outlines the project's purpose and usage.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a skill, not a collection of tools, therefore tool surface size is not applicable.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","As a skill, it does not expose multiple tools with overlapping functionality.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as document creation, editing, and validation, have corresponding implementations in the code and scripts.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md frontmatter and README provide clear installation instructions (npm install -g docx) and usage examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages from scripts and validators are specific, name the failure, and often suggest remediation or point to potential causes.",{"category":104,"check":148,"severity":57,"summary":149},"Pinned dependencies","While 'docx' is installed via npm, there's no explicit lockfile or version pinning mentioned in the documentation, leaving dependency versions potentially unstable.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill primarily modifies local files or processes them, and does not have operations that would typically require a dry-run preview like external API calls or infrastructure changes.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates on local files and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":118,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose is precisely defined, stating it handles .docx file manipulation and specifies triggers and non-goals clearly.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, providing a clear summary of core capabilities and triggers within the first ~160 characters.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is under 500 lines and delegates detailed material like XML references and complex procedures to separate script files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Complex procedures and extensive material, like XML references and JS library usage, are appropriately delegated to separate files or scripts.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","The skill is task-oriented and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides sufficient, ready-to-use examples for major capabilities, demonstrating input, invocation, and observable outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses edge cases like page size defaults, landscape orientation, list formatting, and table width requirements with recovery steps or specific instructions.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or tools that would require a fallback path.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","Validation scripts and packing procedures inherently halt on unexpected states like malformed XML or missing files, reporting clear errors.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; its scope is clearly defined.",1778693315010,"This skill provides extensive capabilities for creating, reading, editing, and manipulating Word (.docx) files. It includes Python scripts for unpacking, validation (XML, XSD, tracked changes), and packing Office documents, as well as JavaScript examples for generating documents using the 'docx' library. It leverages external tools like LibreOffice for conversions and accepts tracked changes.",[195,196,197,198,199,200],"Create new .docx documents programmatically","Edit existing .docx files via XML manipulation","Validate .docx files against schemas and tracked changes","Accept all tracked changes using LibreOffice","Convert .doc to .docx and extract content","Insert/replace images and perform find-and-replace",[202,203,204],"Processing PDFs, spreadsheets, or Google Docs","General coding tasks unrelated to document generation","Modifying documents without proper validation or tracked change handling",[206,207,105,208],"Document generation","Document editing","Code quality",[210,211],"npm install -g docx (for document creation)","LibreOffice installed (for conversions and accepting changes)","3.0.0","4.4.0","To enable AI agents to perform complex operations on Word documents, from generating professional reports to editing existing files with precision.","The license has significant restrictions, and dependency management lacks automated vulnerability scanning. These are outweighed by strong documentation, good test coverage in scripts, and clear problem/solution framing.",75,"A comprehensive skill for advanced Word document manipulation, including creation, editing, validation, and repair.",[219,220,221,222,223],"word-processing","document-generation","docx","editing","automation","global","community",[227,228,229,230],"Generating polished reports, memos, or letters as .docx files","Extracting and reorganizing content from existing Word documents","Automating edits, such as find-and-replace or image insertion, in bulk","Reviewing and cleaning up documents with complex tracked changes or comments",[232,233,234,235],"Unpack DOCX file to XML structure","Edit XML files for content, formatting, or tracked changes","Validate and optionally auto-repair XML","Pack the modified XML back into a DOCX file",{"codeQuality":237,"collectedAt":239,"documentation":240,"maintenance":243,"security":250,"testCoverage":252},{"hasLockfile":238},false,1778693296294,{"descriptionLength":241,"readmeSize":242},785,25260,{"closedIssues90d":244,"forks":245,"hasChangelog":238,"manifestVersion":246,"openIssues90d":247,"pushedAt":248,"stars":249},7,34,"2026.02.25",3,1772537106000,349,{"hasNpmPackage":238,"license":251,"smitheryVerified":238},"NOASSERTION",{"hasCi":238,"hasTests":238},{"updatedAt":254},1778693315120,{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":18,"slug":259,"type":260},"skills/docx-processing-anthropic","lawvable","awesome-legal-skills","docx-processing-anthropic","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"parentExtension":271,"providers":303,"relations":312,"tags":313,"workflow":314},1778692159341.6536,"k17ea5h6b53v6x1658rtamt39h86n40j",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"Document creation, editing, and analysis with tracked changes and comments support",{"claudeCode":259},"DOCX Processing by Anthropic",{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":18,"slug":259,"type":270},"plugin",{"_creationTime":272,"_id":273,"community":274,"display":275,"identity":278,"providers":281,"relations":297,"tags":299,"workflow":300},1778692159341.6482,"k176pg91f80b1spms4zaen8g6986n5pa",{"reviewCount":8},{"description":276,"installMethods":277,"name":257,"sourceUrl":14},"Bundled agent skills for legal work",{"claudeCode":12},{"basePath":279,"githubOwner":257,"githubRepo":258,"locale":18,"slug":258,"type":280},"","marketplace",{"evaluate":282,"extract":290},{"promptVersionExtension":283,"promptVersionScoring":213,"score":216,"tags":284,"targetMarket":224,"tier":225},"3.1.0",[285,286,287,288,289],"legal","contracts","compliance","gdpr","agent-skills",{"commitSha":291,"marketplace":292,"plugin":295},"HEAD",{"name":257,"pluginCount":293,"version":294},42,"1.0.0",{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7334qxfqk8gjtm28t64b58cn86nkk0",[289,287,286,288,285],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778692192012,1778692159341,{"evaluate":304,"extract":310},{"promptVersionExtension":212,"promptVersionScoring":213,"score":305,"tags":306,"targetMarket":224,"tier":225},95,[307,221,308,222,309,223],"document-processing","word","analysis",{"commitSha":291,"license":311},"Proprietary",{"parentExtensionId":273,"repoId":298},[309,223,307,221,222,308],{"evaluatedAt":315,"extractAt":302,"updatedAt":315},1778692754542,{"evaluate":317,"extract":319},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":318,"targetMarket":224,"tier":225},[219,220,221,222,223],{"commitSha":291,"license":311},{"parentExtensionId":263,"repoId":298},{"_creationTime":322,"_id":298,"identity":323,"providers":324,"workflow":1606},1778692150913.0334,{"githubOwner":257,"githubRepo":258,"sourceUrl":14},{"classify":325,"discover":1596,"github":1599},{"commitSha":291,"extensions":326},[327,340,351,360,369,378,387,396,405,414,423,432,441,451,461,471,480,489,498,507,516,525,534,540,549,558,567,576,585,594,603,611,620,629,638,647,656,664,674,683,692,701,710,719,732,746,753,760,767,892,899,908,915,949,962,981,988,999,1006,1020,1027,1044,1051,1072,1083,1096,1123,1130,1164,1196,1235,1304,1311,1324,1351,1368,1378,1388,1403,1410,1417,1424,1515,1575,1581],{"basePath":279,"description":276,"displayName":257,"installMethods":328,"rationale":329,"selectedPaths":330,"source":339,"sourceLanguage":18,"type":280},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[331,334,336],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md",{"path":337,"priority":338},"LICENSE","high","rule",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":339,"sourceLanguage":18,"type":270},"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":343},"inline plugin source from marketplace.json at skills/nda-review-jamie-tso",[347,349],{"path":348,"priority":338},"LICENSE.txt",{"path":350,"priority":338},"SKILL.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":339,"sourceLanguage":18,"type":270},"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":354},"inline plugin source from marketplace.json at skills/legal-simulation-patrick-munro",[358,359],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":339,"sourceLanguage":18,"type":270},"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":363},"inline plugin source from marketplace.json at skills/tech-contract-negotiation-patrick-munro",[367,368],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":339,"sourceLanguage":18,"type":270},"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":372},"inline plugin source from marketplace.json at skills/vendor-due-diligence-patrick-munro",[376,377],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":339,"sourceLanguage":18,"type":270},"skills/contract-review-anthropic","Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions","contract-review-anthropic",{"claudeCode":381},"inline plugin source from marketplace.json at skills/contract-review-anthropic",[385,386],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":339,"sourceLanguage":18,"type":270},"skills/compliance-anthropic","Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests","compliance-anthropic",{"claudeCode":390},"inline plugin source from marketplace.json at skills/compliance-anthropic",[394,395],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":339,"sourceLanguage":18,"type":270},"skills/canned-responses-anthropic","Generate templated responses for common legal inquiries and identify when situations require individualized attention","canned-responses-anthropic",{"claudeCode":399},"inline plugin source from marketplace.json at skills/canned-responses-anthropic",[403,404],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":339,"sourceLanguage":18,"type":270},"skills/legal-risk-assessment-anthropic","Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria","legal-risk-assessment-anthropic",{"claudeCode":408},"inline plugin source from marketplace.json at skills/legal-risk-assessment-anthropic",[412,413],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":339,"sourceLanguage":18,"type":270},"skills/meeting-briefing-anthropic","Prepare structured briefings for meetings with legal relevance and track resulting action items","meeting-briefing-anthropic",{"claudeCode":417},"inline plugin source from marketplace.json at skills/meeting-briefing-anthropic",[421,422],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":339,"sourceLanguage":18,"type":270},"skills/nda-triage-anthropic","Screen incoming NDAs and classify them as GREEN, YELLOW, or RED based on risk level","nda-triage-anthropic",{"claudeCode":426},"inline plugin source from marketplace.json at skills/nda-triage-anthropic",[430,431],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":433,"description":434,"displayName":435,"installMethods":436,"rationale":437,"selectedPaths":438,"source":339,"sourceLanguage":18,"type":270},"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":435},"inline plugin source from marketplace.json at skills/statute-analysis-rafal-fryc",[439,440],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":339,"sourceLanguage":18,"type":270},"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":444},"inline plugin source from marketplace.json at skills/gdpr-breach-sentinel-oliver-schmidt-prietz",[448,449,450],{"path":335,"priority":333},{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":339,"sourceLanguage":18,"type":270},"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":454},"inline plugin source from marketplace.json at skills/dpia-sentinel-oliver-schmidt-prietz",[458,459,460],{"path":335,"priority":333},{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":339,"sourceLanguage":18,"type":270},"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":464},"inline plugin source from marketplace.json at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz",[468,469,470],{"path":335,"priority":333},{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":339,"sourceLanguage":18,"type":270},"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":474},"inline plugin source from marketplace.json at skills/politique-confidentialite-malik-taiar",[478,479],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":339,"sourceLanguage":18,"type":270},"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":483},"inline plugin source from marketplace.json at skills/politique-cookies-malik-taiar",[487,488],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":339,"sourceLanguage":18,"type":270},"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":492},"inline plugin source from marketplace.json at skills/politique-lanceur-alerte-malik-taiar",[496,497],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":339,"sourceLanguage":18,"type":270},"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":501},"inline plugin source from marketplace.json at skills/notification-licenciement-selim-brihi",[505,506],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":339,"sourceLanguage":18,"type":270},"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":510},"inline plugin source from marketplace.json at skills/requete-cph-licenciement-faute-grave-selim-brihi",[514,515],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":339,"sourceLanguage":18,"type":270},"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":519},"inline plugin source from marketplace.json at skills/assignation-refere-recouvrement-creance-selim-brihi",[523,524],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":339,"sourceLanguage":18,"type":270},"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":528},"inline plugin source from marketplace.json at skills/assignation-refere-communication-associe-selim-brihi",[532,533],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":256,"description":266,"displayName":259,"installMethods":535,"rationale":536,"selectedPaths":537,"source":339,"sourceLanguage":18,"type":270},{"claudeCode":259},"inline plugin source from marketplace.json at skills/docx-processing-anthropic",[538,539],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":339,"sourceLanguage":18,"type":270},"skills/docx-processing-openai","Document reading and creation with visual quality control for Word files","docx-processing-openai",{"claudeCode":543},"inline plugin source from marketplace.json at skills/docx-processing-openai",[547,548],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":339,"sourceLanguage":18,"type":270},"skills/docx-processing-superdoc","Search, replace, and read text in Word documents from the command line","docx-processing-superdoc",{"claudeCode":552},"inline plugin source from marketplace.json at skills/docx-processing-superdoc",[556,557],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":339,"sourceLanguage":18,"type":270},"skills/docx-processing-lawvable","Edit Word documents with live preview and track changes via SuperDoc VS Code extension","docx-processing-lawvable",{"claudeCode":561},"inline plugin source from marketplace.json at skills/docx-processing-lawvable",[565,566],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":339,"sourceLanguage":18,"type":270},"skills/pdf-processing-anthropic","PDF manipulation toolkit for text extraction, creation, merging, and form handling","pdf-processing-anthropic",{"claudeCode":570},"inline plugin source from marketplace.json at skills/pdf-processing-anthropic",[574,575],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":339,"sourceLanguage":18,"type":270},"skills/pdf-processing-openai","PDF reading and creation with visual quality control","pdf-processing-openai",{"claudeCode":579},"inline plugin source from marketplace.json at skills/pdf-processing-openai",[583,584],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":339,"sourceLanguage":18,"type":270},"skills/xlsx-processing-anthropic","Spreadsheet creation, editing, and analysis with formulas and data visualization","xlsx-processing-anthropic",{"claudeCode":588},"inline plugin source from marketplace.json at skills/xlsx-processing-anthropic",[592,593],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":339,"sourceLanguage":18,"type":270},"skills/xlsx-processing-openai","Spreadsheet reading, creation, editing, and analysis with visual quality control","xlsx-processing-openai",{"claudeCode":597},"inline plugin source from marketplace.json at skills/xlsx-processing-openai",[601,602],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":339,"sourceLanguage":18,"type":270},"skills/xlsx-processing-manus","Professional Excel spreadsheet creation with a focus on aesthetics and data analysis","xlsx-processing-manus",{"claudeCode":606},"inline plugin source from marketplace.json at skills/xlsx-processing-manus",[610],{"path":350,"priority":338},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":339,"sourceLanguage":18,"type":270},"skills/pptx-processing-anthropic","Presentation creation, editing, and analysis with layouts and speaker notes","pptx-processing-anthropic",{"claudeCode":614},"inline plugin source from marketplace.json at skills/pptx-processing-anthropic",[618,619],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":339,"sourceLanguage":18,"type":270},"skills/outlook-emails-lawvable","Read, search, and download emails and attachments from Microsoft Outlook via OAuth2","outlook-emails-lawvable",{"claudeCode":623},"inline plugin source from marketplace.json at skills/outlook-emails-lawvable",[627,628],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":339,"sourceLanguage":18,"type":270},"skills/tabular-review-lawvable","Analyze multiple documents against user-defined columns and produce structured Excel output with citations","tabular-review-lawvable",{"claudeCode":632},"inline plugin source from marketplace.json at skills/tabular-review-lawvable",[636,637],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":339,"sourceLanguage":18,"type":270},"skills/vscode-extension-builder-lawvable","Build VS Code extensions from scratch or convert existing JS/React/Vue apps","vscode-extension-builder-lawvable",{"claudeCode":641},"inline plugin source from marketplace.json at skills/vscode-extension-builder-lawvable",[645,646],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":339,"sourceLanguage":18,"type":270},"skills/skill-creator-anthropic","Guide for creating effective Agent Skills with specialized knowledge and workflows","skill-creator-anthropic",{"claudeCode":650},"inline plugin source from marketplace.json at skills/skill-creator-anthropic",[654,655],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":657,"description":649,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":339,"sourceLanguage":18,"type":270},"skills/skill-creator-openai","skill-creator-openai",{"claudeCode":658},"inline plugin source from marketplace.json at skills/skill-creator-openai",[662,663],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":339,"sourceLanguage":18,"type":270},"skills/skill-optimizer-lawvable","Analyze work sessions and propose improvements to skills based on corrections and edge cases","skill-optimizer-lawvable",{"claudeCode":667},"inline plugin source from marketplace.json at skills/skill-optimizer-lawvable",[671,672,673],{"path":335,"priority":333},{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":339,"sourceLanguage":18,"type":270},"skills/security-review-openai","Perform language and framework specific security best-practice reviews and suggest improvements","security-review-openai",{"claudeCode":677},"inline plugin source from marketplace.json at skills/security-review-openai",[681,682],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":339,"sourceLanguage":18,"type":270},"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":686},"inline plugin source from marketplace.json at skills/red-team-verifier-patrick-munro",[690,691],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":339,"sourceLanguage":18,"type":270},"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":695},"inline plugin source from marketplace.json at skills/legal-risk-assessment-zacharie-laik",[699,700],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":339,"sourceLanguage":18,"type":270},"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":704},"inline plugin source from marketplace.json at skills/mediation-dispute-analysis-jinzhe-tan",[708,709],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":339,"sourceLanguage":18,"type":270},"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":713},"inline plugin source from marketplace.json at skills/nil-contract-analysis-samir-patel",[717,718],{"path":348,"priority":338},{"path":350,"priority":338},{"basePath":526,"description":720,"displayName":528,"installMethods":721,"rationale":722,"selectedPaths":723,"source":339,"sourceLanguage":731,"type":260},"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",[724,725,726,729],{"path":350,"priority":333},{"path":348,"priority":338},{"path":727,"priority":728},"references/structure-assignation.md","medium",{"path":730,"priority":728},"references/workflow-informations.md","fr",{"basePath":517,"description":733,"displayName":519,"installMethods":734,"rationale":735,"selectedPaths":736,"source":339,"sourceLanguage":731,"type":260},"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",[737,738,739,741,742,744],{"path":350,"priority":333},{"path":348,"priority":338},{"path":740,"priority":728},"references/conseils-strategie.md",{"path":727,"priority":728},{"path":743,"priority":728},"references/variantes-cas-particuliers.md",{"path":745,"priority":728},"references/workflow-collecte.md",{"basePath":397,"description":747,"displayName":399,"installMethods":748,"rationale":749,"selectedPaths":750,"source":339,"sourceLanguage":18,"type":260},"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",[751,752],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":388,"description":754,"displayName":390,"installMethods":755,"rationale":756,"selectedPaths":757,"source":339,"sourceLanguage":18,"type":260},"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",[758,759],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":379,"description":761,"displayName":381,"installMethods":762,"rationale":763,"selectedPaths":764,"source":339,"sourceLanguage":18,"type":260},"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",[765,766],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":256,"description":10,"displayName":259,"installMethods":768,"rationale":769,"selectedPaths":770,"source":339,"sourceLanguage":18,"type":260},{"claudeCode":12},"SKILL.md frontmatter at skills/docx-processing-anthropic/SKILL.md",[771,772,773,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,882,884,886,888,890],{"path":350,"priority":333},{"path":348,"priority":338},{"path":774,"priority":775},"scripts/__init__.py","low",{"path":777,"priority":775},"scripts/accept_changes.py",{"path":779,"priority":775},"scripts/comment.py",{"path":781,"priority":775},"scripts/office/helpers/__init__.py",{"path":783,"priority":775},"scripts/office/helpers/merge_runs.py",{"path":785,"priority":775},"scripts/office/helpers/simplify_redlines.py",{"path":787,"priority":775},"scripts/office/pack.py",{"path":789,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":791,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":793,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":795,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":797,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":799,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":801,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":803,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":805,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":807,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":809,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":811,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":813,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":815,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":817,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":819,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":821,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":823,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":825,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":827,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":829,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":831,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":833,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":835,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":837,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":839,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":841,"priority":775},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":843,"priority":775},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":845,"priority":775},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":847,"priority":775},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":849,"priority":775},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":851,"priority":775},"scripts/office/schemas/mce/mc.xsd",{"path":853,"priority":775},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":855,"priority":775},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":857,"priority":775},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":859,"priority":775},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":861,"priority":775},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":863,"priority":775},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":865,"priority":775},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":867,"priority":775},"scripts/office/soffice.py",{"path":869,"priority":775},"scripts/office/unpack.py",{"path":871,"priority":775},"scripts/office/validate.py",{"path":873,"priority":775},"scripts/office/validators/__init__.py",{"path":875,"priority":775},"scripts/office/validators/base.py",{"path":877,"priority":775},"scripts/office/validators/docx.py",{"path":879,"priority":775},"scripts/office/validators/pptx.py",{"path":881,"priority":775},"scripts/office/validators/redlining.py",{"path":883,"priority":775},"scripts/templates/comments.xml",{"path":885,"priority":775},"scripts/templates/commentsExtended.xml",{"path":887,"priority":775},"scripts/templates/commentsExtensible.xml",{"path":889,"priority":775},"scripts/templates/commentsIds.xml",{"path":891,"priority":775},"scripts/templates/people.xml",{"basePath":559,"description":893,"displayName":561,"installMethods":894,"rationale":895,"selectedPaths":896,"source":339,"sourceLanguage":18,"type":260},"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",[897,898],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":541,"description":900,"displayName":543,"installMethods":901,"rationale":902,"selectedPaths":903,"source":339,"sourceLanguage":18,"type":260},"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",[904,905,906],{"path":350,"priority":333},{"path":348,"priority":338},{"path":907,"priority":775},"scripts/render_docx.py",{"basePath":550,"description":909,"displayName":552,"installMethods":910,"rationale":911,"selectedPaths":912,"source":339,"sourceLanguage":18,"type":260},"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",[913,914],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":452,"description":916,"displayName":454,"installMethods":917,"rationale":918,"selectedPaths":919,"source":339,"sourceLanguage":18,"type":260},"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",[920,921,922,923,925,927,929,931,933,935,937,939,941,943,945,947],{"path":350,"priority":333},{"path":335,"priority":338},{"path":348,"priority":338},{"path":924,"priority":728},"references/edpb-criteria.md",{"path":926,"priority":728},"references/jurisdictions/be-apd.md",{"path":928,"priority":728},"references/jurisdictions/de-dsk.md",{"path":930,"priority":728},"references/jurisdictions/fr-cnil.md",{"path":932,"priority":728},"references/jurisdictions/ie-dpc.md",{"path":934,"priority":728},"references/jurisdictions/it-garante.md",{"path":936,"priority":728},"references/jurisdictions/nl-ap.md",{"path":938,"priority":728},"references/jurisdictions/pl-uodo.md",{"path":940,"priority":728},"references/jurisdictions/whitelists.md",{"path":942,"priority":728},"references/risk-catalog.md",{"path":944,"priority":728},"references/scoring.md",{"path":946,"priority":728},"references/sources.md",{"path":948,"priority":728},"references/templates.md",{"basePath":442,"description":950,"displayName":444,"installMethods":951,"rationale":952,"selectedPaths":953,"source":339,"sourceLanguage":18,"type":260},"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",[954,955,956,957,959,961],{"path":350,"priority":333},{"path":335,"priority":338},{"path":348,"priority":338},{"path":958,"priority":728},"references/edpb-cases.md",{"path":960,"priority":728},"references/enisa-methodology.md",{"path":948,"priority":728},{"basePath":462,"description":963,"displayName":464,"installMethods":964,"rationale":965,"selectedPaths":966,"source":339,"sourceLanguage":18,"type":260},"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",[967,968,969,970,972,974,976,978,980],{"path":350,"priority":333},{"path":335,"priority":338},{"path":348,"priority":338},{"path":971,"priority":728},"references/DE.md",{"path":973,"priority":728},"references/EU_COMMON.md",{"path":975,"priority":728},"references/FR.md",{"path":977,"priority":728},"references/NOTICE_TYPES.md",{"path":979,"priority":728},"references/OTHER_EU.md",{"path":948,"priority":728},{"basePath":406,"description":982,"displayName":408,"installMethods":983,"rationale":984,"selectedPaths":985,"source":339,"sourceLanguage":18,"type":260},"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",[986,987],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":693,"description":989,"displayName":695,"installMethods":990,"rationale":991,"selectedPaths":992,"source":339,"sourceLanguage":18,"type":260},"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",[993,994,995,997],{"path":350,"priority":333},{"path":348,"priority":338},{"path":996,"priority":728},"references/citations.md",{"path":998,"priority":728},"references/escalation.md",{"basePath":352,"description":1000,"displayName":354,"installMethods":1001,"rationale":1002,"selectedPaths":1003,"source":339,"sourceLanguage":18,"type":260},"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",[1004,1005],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":702,"description":1007,"displayName":1008,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":339,"sourceLanguage":18,"type":260},"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",[1012,1013,1014,1016,1018],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1015,"priority":775},"assets/mediation_report_template.docx",{"path":1017,"priority":728},"references/MEDIATION_PROCESS.md",{"path":1019,"priority":728},"references/NEGOTIATION_CONCEPTS.md",{"basePath":415,"description":1021,"displayName":417,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":339,"sourceLanguage":18,"type":260},"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",[1025,1026],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":341,"description":1028,"displayName":343,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":339,"sourceLanguage":18,"type":260},"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",[1032,1033,1034,1036,1038,1040,1042],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1035,"priority":728},"references/DURATION_SCOPE.md",{"path":1037,"priority":728},"references/KEY_CLAUSES.md",{"path":1039,"priority":728},"references/PARTY_OBLIGATIONS.md",{"path":1041,"priority":728},"references/REMEDIES_LIABILITY.md",{"path":1043,"priority":728},"references/STANDARD_EXCEPTIONS.md",{"basePath":424,"description":1045,"displayName":426,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":339,"sourceLanguage":18,"type":260},"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",[1049,1050],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":711,"description":1052,"displayName":713,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":339,"sourceLanguage":18,"type":260},"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",[1056,1057,1058,1060,1062,1064,1066,1068,1070],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1059,"priority":728},"references/ANALYSIS_PROTOCOLS.md",{"path":1061,"priority":728},"references/DEAL_STRUCTURES.md",{"path":1063,"priority":728},"references/FLORIDA_COMPLIANCE.md",{"path":1065,"priority":728},"references/OUTPUT_TEMPLATE.md",{"path":1067,"priority":728},"references/PROTECTIVE_REQUIREMENTS.md",{"path":1069,"priority":728},"references/RED_FLAGS.md",{"path":1071,"priority":728},"references/SEVERITY_AND_DEFAULTS.md",{"basePath":499,"description":1073,"displayName":501,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":339,"sourceLanguage":731,"type":260},"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",[1077,1078,1079,1081],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1080,"priority":728},"references/exemples-griefs.md",{"path":1082,"priority":728},"references/mentions-obligatoires.md",{"basePath":621,"description":1084,"displayName":623,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":339,"sourceLanguage":18,"type":260},"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",[1088,1089,1090,1092,1094],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1091,"priority":728},"references/AZURE_SETUP.md",{"path":1093,"priority":728},"references/WORKFLOWS.md",{"path":1095,"priority":775},"scripts/outlook_oauth.py",{"basePath":568,"description":1097,"displayName":570,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":339,"sourceLanguage":18,"type":260},"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},"SKILL.md frontmatter at skills/pdf-processing-anthropic/SKILL.md",[1101,1102,1103,1105,1107,1109,1111,1113,1115,1117,1119,1121],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1104,"priority":728},"forms.md",{"path":1106,"priority":728},"reference.md",{"path":1108,"priority":775},"scripts/check_bounding_boxes.py",{"path":1110,"priority":775},"scripts/check_fillable_fields.py",{"path":1112,"priority":775},"scripts/convert_pdf_to_images.py",{"path":1114,"priority":775},"scripts/create_validation_image.py",{"path":1116,"priority":775},"scripts/extract_form_field_info.py",{"path":1118,"priority":775},"scripts/extract_form_structure.py",{"path":1120,"priority":775},"scripts/fill_fillable_fields.py",{"path":1122,"priority":775},"scripts/fill_pdf_form_with_annotations.py",{"basePath":577,"description":1124,"displayName":579,"installMethods":1125,"rationale":1126,"selectedPaths":1127,"source":339,"sourceLanguage":18,"type":260},"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",[1128,1129],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":472,"description":1131,"displayName":1132,"installMethods":1133,"rationale":1134,"selectedPaths":1135,"source":339,"sourceLanguage":18,"type":260},"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",[1136,1137,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1139,"priority":728},"SKILL.fr.md",{"path":1141,"priority":775},"assets/CNIL_droits_personnes.pdf",{"path":1143,"priority":775},"assets/CNIL_durees_conservation.pdf",{"path":1145,"priority":775},"assets/CNIL_finalites.pdf",{"path":1147,"priority":775},"assets/CNIL_principes_rgpd.pdf",{"path":1149,"priority":775},"assets/CNIL_transparence.pdf",{"path":1151,"priority":775},"assets/RGPD_texte_officiel.pdf",{"path":1153,"priority":775},"assets/sample_template_politique_confidentialite.docx",{"path":1155,"priority":775},"assets/sample_template_politique_confidentialite.pdf",{"path":1157,"priority":728},"references/BASES_LEGALES.md",{"path":1159,"priority":728},"references/COOKIES.md",{"path":1161,"priority":728},"references/DROITS_PERSONNES.md",{"path":1163,"priority":728},"references/DUREES_CONSERVATION.md",{"basePath":481,"description":1165,"displayName":1166,"installMethods":1167,"rationale":1168,"selectedPaths":1169,"source":339,"sourceLanguage":18,"type":260},"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",[1170,1171,1172,1173,1174,1175,1177,1179,1180,1182,1183,1185,1186,1187,1189,1191,1193,1194,1195],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1139,"priority":728},{"path":1141,"priority":775},{"path":1143,"priority":775},{"path":1176,"priority":775},"assets/CNIL_evolution_regles_utilisation_cookies.pdf",{"path":1178,"priority":775},"assets/CNIL_faq_cookies_et_traceurs.pdf",{"path":1145,"priority":775},{"path":1181,"priority":775},"assets/CNIL_lignes_directrices_cookies_et_traceurs.pdf",{"path":1147,"priority":775},{"path":1184,"priority":775},"assets/CNIL_recommandation_cookies_et_traceurs.pdf",{"path":1149,"priority":775},{"path":1151,"priority":775},{"path":1188,"priority":775},"assets/sample_template_politique_cookies.docx",{"path":1190,"priority":775},"assets/sample_template_politique_cookies.pdf",{"path":1192,"priority":728},"references/BASES_LEGALES_COOKIES.md",{"path":1159,"priority":728},{"path":1161,"priority":728},{"path":1163,"priority":728},{"basePath":490,"description":1197,"displayName":1198,"installMethods":1199,"rationale":1200,"selectedPaths":1201,"source":339,"sourceLanguage":18,"type":260},"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",[1202,1203,1204,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1139,"priority":728},{"path":1206,"priority":775},"assets/Circulaire_26_juin_2024.pdf",{"path":1208,"priority":775},"assets/DREETS_synthese_2025.pdf",{"path":1210,"priority":775},"assets/Decret_2022_1284.pdf",{"path":1212,"priority":775},"assets/Directive_CS3D_2024_1760.pdf",{"path":1214,"priority":775},"assets/L225-102-1.pdf",{"path":1216,"priority":775},"assets/L225-102-2.pdf",{"path":1218,"priority":775},"assets/Loi_Sapin_II_consolidee.pdf",{"path":1220,"priority":775},"assets/Loi_Waserman_2022.pdf",{"path":1222,"priority":775},"assets/Referentiel_CNIL_alertes_professionnelles.pdf",{"path":1224,"priority":775},"assets/Template_Politique_Lanceur_Alerte.docx",{"path":1226,"priority":728},"references/DECRET_PROCEDURE.md",{"path":1228,"priority":728},"references/FONCTION_PUBLIQUE.md",{"path":1230,"priority":728},"references/RGPD_CNIL.md",{"path":1232,"priority":728},"references/TEXTES_LEGAUX.md",{"path":1234,"priority":728},"references/VIGILANCE.md",{"basePath":612,"description":1236,"displayName":614,"installMethods":1237,"rationale":1238,"selectedPaths":1239,"source":339,"sourceLanguage":18,"type":260},"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",[1240,1241,1242,1244,1246,1247,1249,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1243,"priority":728},"editing.md",{"path":1245,"priority":728},"pptxgenjs.md",{"path":774,"priority":775},{"path":1248,"priority":775},"scripts/add_slide.py",{"path":1250,"priority":775},"scripts/clean.py",{"path":781,"priority":775},{"path":783,"priority":775},{"path":785,"priority":775},{"path":787,"priority":775},{"path":789,"priority":775},{"path":791,"priority":775},{"path":793,"priority":775},{"path":795,"priority":775},{"path":797,"priority":775},{"path":799,"priority":775},{"path":801,"priority":775},{"path":803,"priority":775},{"path":805,"priority":775},{"path":807,"priority":775},{"path":809,"priority":775},{"path":811,"priority":775},{"path":813,"priority":775},{"path":815,"priority":775},{"path":817,"priority":775},{"path":819,"priority":775},{"path":821,"priority":775},{"path":823,"priority":775},{"path":825,"priority":775},{"path":827,"priority":775},{"path":829,"priority":775},{"path":831,"priority":775},{"path":833,"priority":775},{"path":835,"priority":775},{"path":837,"priority":775},{"path":839,"priority":775},{"path":841,"priority":775},{"path":843,"priority":775},{"path":845,"priority":775},{"path":847,"priority":775},{"path":849,"priority":775},{"path":851,"priority":775},{"path":853,"priority":775},{"path":855,"priority":775},{"path":857,"priority":775},{"path":859,"priority":775},{"path":861,"priority":775},{"path":863,"priority":775},{"path":865,"priority":775},{"path":867,"priority":775},{"path":869,"priority":775},{"path":871,"priority":775},{"path":873,"priority":775},{"path":875,"priority":775},{"path":877,"priority":775},{"path":879,"priority":775},{"path":881,"priority":775},{"path":1303,"priority":775},"scripts/thumbnail.py",{"basePath":684,"description":1305,"displayName":686,"installMethods":1306,"rationale":1307,"selectedPaths":1308,"source":339,"sourceLanguage":18,"type":260},"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",[1309,1310],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":508,"description":1312,"displayName":510,"installMethods":1313,"rationale":1314,"selectedPaths":1315,"source":339,"sourceLanguage":731,"type":260},"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",[1316,1317,1318,1320,1322],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1319,"priority":728},"references/calculs-indemnites.md",{"path":1321,"priority":728},"references/conseils-variations.md",{"path":1323,"priority":728},"references/structure-requete.md",{"basePath":675,"description":1325,"displayName":677,"installMethods":1326,"rationale":1327,"selectedPaths":1328,"source":339,"sourceLanguage":18,"type":260},"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",[1329,1330,1331,1333,1335,1337,1339,1341,1343,1345,1347,1349],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1332,"priority":728},"references/golang-general-backend-security.md",{"path":1334,"priority":728},"references/javascript-express-web-server-security.md",{"path":1336,"priority":728},"references/javascript-general-web-frontend-security.md",{"path":1338,"priority":728},"references/javascript-jquery-web-frontend-security.md",{"path":1340,"priority":728},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1342,"priority":728},"references/javascript-typescript-react-web-frontend-security.md",{"path":1344,"priority":728},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1346,"priority":728},"references/python-django-web-server-security.md",{"path":1348,"priority":728},"references/python-fastapi-web-server-security.md",{"path":1350,"priority":728},"references/python-flask-web-server-security.md",{"basePath":648,"description":1352,"displayName":650,"installMethods":1353,"rationale":1354,"selectedPaths":1355,"source":339,"sourceLanguage":18,"type":260},"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",[1356,1357,1358,1360,1362,1364,1366],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1359,"priority":728},"references/output-patterns.md",{"path":1361,"priority":728},"references/workflows.md",{"path":1363,"priority":775},"scripts/init_skill.py",{"path":1365,"priority":775},"scripts/package_skill.py",{"path":1367,"priority":775},"scripts/quick_validate.py",{"basePath":657,"description":1369,"displayName":658,"installMethods":1370,"rationale":1371,"selectedPaths":1372,"source":339,"sourceLanguage":18,"type":260},"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",[1373,1374,1375,1376,1377],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1363,"priority":775},{"path":1365,"priority":775},{"path":1367,"priority":775},{"basePath":665,"description":1379,"displayName":667,"installMethods":1380,"rationale":1381,"selectedPaths":1382,"source":339,"sourceLanguage":18,"type":260},"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",[1383,1384,1385,1386],{"path":350,"priority":333},{"path":335,"priority":338},{"path":348,"priority":338},{"path":1387,"priority":775},"scripts/self-improve-hook.sh",{"basePath":433,"description":1389,"displayName":435,"installMethods":1390,"rationale":1391,"selectedPaths":1392,"source":339,"sourceLanguage":18,"type":260},"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",[1393,1394,1395,1397,1399,1401],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1396,"priority":728},"references/canons_of_construction.md",{"path":1398,"priority":728},"references/index.md",{"path":1400,"priority":728},"references/practical_lessons.md",{"path":1402,"priority":728},"references/statutory_structure.md",{"basePath":630,"description":1404,"displayName":632,"installMethods":1405,"rationale":1406,"selectedPaths":1407,"source":339,"sourceLanguage":18,"type":260},"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",[1408,1409],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":361,"description":1411,"displayName":363,"installMethods":1412,"rationale":1413,"selectedPaths":1414,"source":339,"sourceLanguage":18,"type":260},"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",[1415,1416],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":370,"description":1418,"displayName":372,"installMethods":1419,"rationale":1420,"selectedPaths":1421,"source":339,"sourceLanguage":18,"type":260},"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",[1422,1423],{"path":350,"priority":333},{"path":348,"priority":338},{"basePath":639,"description":1425,"displayName":641,"installMethods":1426,"rationale":1427,"selectedPaths":1428,"source":339,"sourceLanguage":18,"type":260},"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",[1429,1430,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1432,"priority":775},"assets/basic-command/.vscodeignore",{"path":1434,"priority":775},"assets/basic-command/esbuild.js",{"path":1436,"priority":775},"assets/basic-command/package.json",{"path":1438,"priority":775},"assets/basic-command/src/extension.ts",{"path":1440,"priority":775},"assets/basic-command/tsconfig.json",{"path":1442,"priority":775},"assets/custom-editor/.vscodeignore",{"path":1444,"priority":775},"assets/custom-editor/esbuild.js",{"path":1446,"priority":775},"assets/custom-editor/package.json",{"path":1448,"priority":775},"assets/custom-editor/src/editorProvider.ts",{"path":1450,"priority":775},"assets/custom-editor/src/extension.ts",{"path":1452,"priority":775},"assets/custom-editor/tsconfig.json",{"path":1454,"priority":775},"assets/file-bridge/.vscodeignore",{"path":1456,"priority":775},"assets/file-bridge/esbuild.js",{"path":1458,"priority":775},"assets/file-bridge/package.json",{"path":1460,"priority":775},"assets/file-bridge/src/extension.ts",{"path":1462,"priority":775},"assets/file-bridge/src/fileBridge.ts",{"path":1464,"priority":775},"assets/file-bridge/tsconfig.json",{"path":1466,"priority":775},"assets/tree-view/.vscodeignore",{"path":1468,"priority":775},"assets/tree-view/esbuild.js",{"path":1470,"priority":775},"assets/tree-view/package.json",{"path":1472,"priority":775},"assets/tree-view/src/extension.ts",{"path":1474,"priority":775},"assets/tree-view/src/treeProvider.ts",{"path":1476,"priority":775},"assets/tree-view/tsconfig.json",{"path":1478,"priority":775},"assets/webview-react/.vscodeignore",{"path":1480,"priority":775},"assets/webview-react/esbuild.js",{"path":1482,"priority":775},"assets/webview-react/package.json",{"path":1484,"priority":775},"assets/webview-react/src/extension.ts",{"path":1486,"priority":775},"assets/webview-react/src/webview/App.tsx",{"path":1488,"priority":775},"assets/webview-react/src/webview/index.html",{"path":1490,"priority":775},"assets/webview-react/src/webview/index.tsx",{"path":1492,"priority":775},"assets/webview-react/src/webview/styles.css",{"path":1494,"priority":775},"assets/webview-react/src/webview/tsconfig.json",{"path":1496,"priority":775},"assets/webview-react/src/webview/vite.config.ts",{"path":1498,"priority":775},"assets/webview-react/tsconfig.json",{"path":1500,"priority":728},"references/ai-integration.md",{"path":1502,"priority":728},"references/api-reference.md",{"path":1504,"priority":728},"references/build-config.md",{"path":1506,"priority":728},"references/contribution-points.md",{"path":1508,"priority":728},"references/conversion-guide.md",{"path":1510,"priority":728},"references/custom-editor-patterns.md",{"path":1512,"priority":728},"references/tree-view-patterns.md",{"path":1514,"priority":728},"references/webview-patterns.md",{"basePath":586,"description":1516,"displayName":588,"installMethods":1517,"rationale":1518,"selectedPaths":1519,"source":339,"sourceLanguage":18,"type":260},"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",[1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573],{"path":350,"priority":333},{"path":348,"priority":338},{"path":781,"priority":775},{"path":783,"priority":775},{"path":785,"priority":775},{"path":787,"priority":775},{"path":789,"priority":775},{"path":791,"priority":775},{"path":793,"priority":775},{"path":795,"priority":775},{"path":797,"priority":775},{"path":799,"priority":775},{"path":801,"priority":775},{"path":803,"priority":775},{"path":805,"priority":775},{"path":807,"priority":775},{"path":809,"priority":775},{"path":811,"priority":775},{"path":813,"priority":775},{"path":815,"priority":775},{"path":817,"priority":775},{"path":819,"priority":775},{"path":821,"priority":775},{"path":823,"priority":775},{"path":825,"priority":775},{"path":827,"priority":775},{"path":829,"priority":775},{"path":831,"priority":775},{"path":833,"priority":775},{"path":835,"priority":775},{"path":837,"priority":775},{"path":839,"priority":775},{"path":841,"priority":775},{"path":843,"priority":775},{"path":845,"priority":775},{"path":847,"priority":775},{"path":849,"priority":775},{"path":851,"priority":775},{"path":853,"priority":775},{"path":855,"priority":775},{"path":857,"priority":775},{"path":859,"priority":775},{"path":861,"priority":775},{"path":863,"priority":775},{"path":865,"priority":775},{"path":867,"priority":775},{"path":869,"priority":775},{"path":871,"priority":775},{"path":873,"priority":775},{"path":875,"priority":775},{"path":877,"priority":775},{"path":879,"priority":775},{"path":881,"priority":775},{"path":1574,"priority":775},"scripts/recalc.py",{"basePath":604,"description":1576,"displayName":606,"installMethods":1577,"rationale":1578,"selectedPaths":1579,"source":339,"sourceLanguage":18,"type":260},"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",[1580],{"path":350,"priority":333},{"basePath":595,"description":1582,"displayName":597,"installMethods":1583,"rationale":1584,"selectedPaths":1585,"source":339,"sourceLanguage":18,"type":260},"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",[1586,1587,1588,1590,1592,1594],{"path":350,"priority":333},{"path":348,"priority":338},{"path":1589,"priority":728},"references/examples/openpyxl/create_basic_spreadsheet.py",{"path":1591,"priority":728},"references/examples/openpyxl/create_spreadsheet_with_styling.py",{"path":1593,"priority":728},"references/examples/openpyxl/read_existing_spreadsheet.py",{"path":1595,"priority":728},"references/examples/openpyxl/styling_spreadsheet.py",{"sources":1597},[1598],"manual",{"closedIssues90d":244,"description":1600,"forks":245,"homepage":1601,"license":251,"openIssues90d":247,"pushedAt":248,"readmeSize":242,"stars":249,"topics":1602},"A curated list of awesome Agent Skills for automating legal work","https://lawvable.com",[289,223,1603,1604,1605],"law","workflows","legal-work",{"classifiedAt":1607,"discoverAt":1608,"extractAt":1609,"githubAt":1609,"updatedAt":1607},1778692158842,1778692150913,1778692156820,[223,220,221,222,219],{"evaluatedAt":254,"extractAt":302,"updatedAt":254},[],[1614,1641,1664,1698,1725,1747],{"_creationTime":1615,"_id":1616,"community":1617,"display":1618,"identity":1624,"providers":1628,"relations":1634,"tags":1637,"workflow":1638},1778691104675.9944,"k17a90jtn6r8cr12y4d6qbf6y586myy7",{"reviewCount":8},{"description":1619,"installMethods":1620,"name":1622,"sourceUrl":1623},"Generate an editable DOCX service agreement with parties, terms, and payment schedule.",{"claudeCode":1621},"iterationlayer/skills","generate-docx-contract","https://github.com/iterationlayer/skills",{"basePath":1625,"githubOwner":1626,"githubRepo":1627,"locale":18,"slug":1622,"type":260},"skills/generate-docx-contract","iterationlayer","skills",{"evaluate":1629,"extract":1633},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1630,"tags":1631,"targetMarket":224,"tier":1632},99,[220,221,285,286,223],"verified",{"commitSha":291},{"parentExtensionId":1635,"repoId":1636},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[223,286,220,221,285],{"evaluatedAt":1639,"extractAt":1640,"updatedAt":1639},1778692751425,1778691104676,{"_creationTime":1642,"_id":1643,"community":1644,"display":1645,"identity":1649,"providers":1653,"relations":1658,"tags":1660,"workflow":1661},1778696993586.7065,"k17arz9knxc7me3sxnbsedr5bs86n8rb",{"reviewCount":8},{"description":10,"installMethods":1646,"name":221,"sourceUrl":1648},{"claudeCode":1647},"SeifBenayed/claude-code-sdk","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1650,"githubOwner":1651,"githubRepo":1652,"locale":18,"slug":221,"type":260},".claude/skills/docx","SeifBenayed","claude-code-sdk",{"evaluate":1654,"extract":1657},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1630,"tags":1655,"targetMarket":224,"tier":1632},[1656,221,308,223,222],"document",{"commitSha":291},{"repoId":1659},"kd78s53c1852h5p7c3qem663xs86njab",[223,1656,221,222,308],{"evaluatedAt":1662,"extractAt":1663,"updatedAt":1662},1778697071363,1778696993586,{"_creationTime":1665,"_id":1666,"community":1667,"display":1668,"identity":1674,"providers":1679,"relations":1691,"tags":1694,"workflow":1695},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1669,"installMethods":1670,"name":1672,"sourceUrl":1673},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1671},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1675,"githubOwner":1676,"githubRepo":1677,"locale":18,"slug":1678,"type":260},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1680,"extract":1689},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1681,"tags":1682,"targetMarket":224,"tier":1632},100,[1683,1684,1685,1686,223,1687,1688],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":291,"license":1690},"MIT",{"parentExtensionId":1692,"repoId":1693},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[223,1687,1688,1684,1683,1686,1685],{"evaluatedAt":1696,"extractAt":1697,"updatedAt":1696},1778699613343,1778699234184,{"_creationTime":1699,"_id":1700,"community":1701,"display":1702,"identity":1708,"providers":1710,"relations":1718,"tags":1720,"workflow":1721},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":1703,"installMethods":1704,"name":1706,"sourceUrl":1707},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":1705},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":279,"githubOwner":1709,"githubRepo":1706,"locale":18,"slug":1706,"type":260},"zagmoai",{"evaluate":1711,"extract":1717},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1681,"tags":1712,"targetMarket":224,"tier":1632},[1713,1714,1715,223,1716],"google-docs","google-sheets","productivity","api-client",{"commitSha":291},{"repoId":1719},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[1716,223,1713,1714,1715],{"evaluatedAt":1722,"extractAt":1723,"updatedAt":1724},1778699485884,1778699468747,1778699509178,{"_creationTime":1726,"_id":1727,"community":1728,"display":1729,"identity":1732,"providers":1735,"relations":1743,"tags":1744,"workflow":1745},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1730,"installMethods":1731,"name":1677,"sourceUrl":1673},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1671},{"basePath":1733,"githubOwner":1676,"githubRepo":1677,"locale":18,"slug":1734,"type":260},"skills/ask","ask",{"evaluate":1736,"extract":1742},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1681,"tags":1737,"targetMarket":224,"tier":1632},[1687,223,1738,1739,1740,1741],"llm","prompting","code-review","artifact-generation",{"commitSha":291,"license":1690},{"parentExtensionId":1692,"repoId":1693},[1741,223,1687,1740,1738,1739],{"evaluatedAt":1746,"extractAt":1697,"updatedAt":1746},1778699303045,{"_creationTime":1748,"_id":1749,"community":1750,"display":1751,"identity":1757,"providers":1761,"relations":1769,"tags":1771,"workflow":1772},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":1752,"installMethods":1753,"name":1755,"sourceUrl":1756},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":1754},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":1758,"githubOwner":1759,"githubRepo":1627,"locale":18,"slug":1760,"type":260},"skills/use-my-browser","xixu-me","use-my-browser",{"evaluate":1762,"extract":1768},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1681,"tags":1763,"targetMarket":224,"tier":1632},[1764,1765,223,1766,1767],"browser","debugging","ux","developer-tools",{"commitSha":291,"license":1690},{"repoId":1770},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[223,1764,1765,1767,1766],{"evaluatedAt":1773,"extractAt":1774,"updatedAt":1775},1778699261239,1778699106670,1778699384978]