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