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