[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-lawvable-outlook-emails-lawvable-zh-CN":3,"guides-for-lawvable-outlook-emails-lawvable":1610,"similar-k172trxat4m5bzq57m1568jqrx86nq9h-zh-CN":1611},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":253,"isFallback":259,"parentExtension":260,"providers":314,"relations":318,"repo":319,"tags":1608,"workflow":1609},1778692159341.6638,"k172trxat4m5bzq57m1568jqrx86nq9h",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"lawvable/awesome-legal-skills","Outlook Emails Lawvable","https://github.com/lawvable/awesome-legal-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":234,"workflow":251},1778693702344.7617,"kn74vchrb2gc0brym3mwdx17ch86nbsv","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":207,"prerequisites":208,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223,"workflow":228},[21,26,29,32,36,39,43,47,50,53,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,117,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly outlines the problem of accessing and managing Outlook emails and attachments, including specific use cases like searching, downloading, and chaining email content.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value by providing a read-only interface to Outlook emails via OAuth2, handling authentication and data retrieval, which is more than a thin wrapper around an API.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready as it covers the complete lifecycle of reading, searching, and downloading emails and attachments from Microsoft Outlook, with clear instructions and authentication handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on reading, searching, and downloading emails and attachments from Microsoft Outlook, adhering to a single responsibility principle.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities for reading, searching, and downloading Outlook emails and attachments, including its OAuth2 integration and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined Python script (`outlook_oauth.py`) which handles specific actions like listing, filtering, searching, and downloading, rather than a general-purpose command executor.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters like --limit, --from, --search, and --download are documented in the script's help message and the SKILL.md file, with clear examples provided.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool is a Python script named `outlook_oauth.py`, and the command-line arguments are descriptive, fitting within the scope of Outlook email operations.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's arguments are specific to email retrieval and download actions, requesting only necessary data, and the output is formatted emails and file paths, avoiding extraneous information.",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","warning","The license is AGPL-3.0, which is a strong copyleft license. While it's a recognized open-source license, its strong copyleft nature may have implications for users who intend to incorporate this skill into proprietary products without sharing their modifications.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on March 3, 2026, which is recent and indicates active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The script specifies Python 3.12+ and lists dependencies (`msal`, `requests`, `python-dotenv`), implying a manageable dependency set.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill uses OAuth2 for authentication, and the script explicitly states no token is stored between sessions and the user's password is never shared. It also provides an option to use a custom Azure Client ID via an environment variable.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script handles user input for filters and search terms and appears to sanitize them appropriately before API calls, and no third-party data is loaded as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The script relies on installed Python packages and makes API calls to Microsoft Graph. It does not fetch or execute external code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates within its defined scope, interacting with the Microsoft Graph API and downloading files to a local `./attachments` directory. It does not attempt to modify files outside this scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The script does not exhibit any behavior that suggests sandbox escape primitives like detached processes or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only accesses email data via the Microsoft Graph API with explicit user consent and does not exfiltrate confidential data to third parties. It emphasizes read-only access and zero data retention.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled files (SKILL.md, scripts, LICENSE) appear to be free of hidden text tricks or malicious steering characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is plain, readable source code and does not use obfuscation techniques like base64 encoding or runtime fetching of code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script assumes it can write to a local `./attachments` directory, which is a reasonable default. The `AZURE_CLIENT_ID` is handled via environment variables, promoting flexibility.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 7 were closed, indicating active engagement and a healthy closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version number (2026.02.02) is declared in the SKILL.md frontmatter, satisfying the requirement for detectable versions.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The script appears to validate input parameters like sender and search terms before making API calls, and the attachment download function sanitizes filenames.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script includes error handling for API requests and authentication, printing informative messages to stderr and exiting with non-zero status codes.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily read-only and does not perform destructive actions or outbound calls that necessitate local audit logging.",{"category":118,"check":119,"severity":120,"summary":121},"Compliance","GDPR","info","The skill operates on Outlook emails, which may contain personal data. While it's read-only and doesn't store data, the data is processed by the LLM and potentially submitted to Microsoft Graph API.",{"category":118,"check":123,"severity":24,"summary":124},"Target market","The skill interacts with Microsoft Outlook and Graph API, which are globally available services. No regional restrictions are indicated.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The script is written in Python 3.12+ and uses standard libraries and the Microsoft Graph API, making it portable across POSIX-compliant systems with Python installed.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file provides a comprehensive overview of the extension, its purpose, usage examples, and links to related resources.",{"category":33,"check":132,"severity":115,"summary":133},"Tool surface size","This is a single-tool extension (a Python script), so tool surface size is not applicable.",{"category":40,"check":135,"severity":115,"summary":136},"Overlapping near-synonym tools","The skill uses a single script with different command-line arguments, so there are no overlapping near-synonym tools.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features in the README and SKILL.md, such as reading, searching, downloading emails and attachments, and OAuth2 integration, are implemented in the provided script.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The SKILL.md and README provide clear installation instructions, including Python version, dependencies, and example commands for various use cases.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The script provides actionable error messages for authentication failures and API errors, guiding the user on potential remediation steps.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The script specifies a minimum Python version (>=3.12) and lists its direct dependencies, suggesting good practice for dependency management.",{"category":33,"check":153,"severity":115,"summary":154},"Dry-run preview","The skill is read-only and does not perform state-changing operations or send data outward, making a dry-run preview not applicable.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The script implements request timeouts and includes error handling, which allows for retries. While not explicitly stated as idempotent, the read-only nature minimizes retry issues.",{"category":118,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill does not appear to emit any telemetry. Authentication is handled via OAuth2, and no explicit telemetry collection is mentioned.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The SKILL.md and README clearly define the purpose (reading, searching, downloading Outlook emails/attachments via OAuth2) and specify usage scenarios and boundaries (read-only, no data storage).",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and provides trigger phrases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is concise and uses progressive disclosure by linking to external files for detailed workflows and setup guides.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed workflows are provided in `WORKFLOWS.md`, and Azure setup instructions are in `AZURE_SETUP.md`, demonstrating effective progressive disclosure.",{"category":172,"check":176,"severity":115,"summary":177},"Forked exploration","The skill is not designed for deep exploration or code review; it's a direct tool for email access, so `context: fork` is not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Multiple end-to-end examples are provided in the SKILL.md and README, demonstrating how to use the script for various tasks like reading, searching, and downloading, with clear command-line invocations.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The script and documentation address edge cases like sanitizing filenames, handling authentication errors, and the read-only nature of the access.",{"category":104,"check":185,"severity":115,"summary":186},"Tool Fallback","The skill does not rely on external MCP servers or custom tools; it's a self-contained Python script.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The script handles API errors and authentication issues by exiting with informative messages, effectively halting on unexpected states.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded. The example in `WORKFLOWS.md` clearly shows how it can chain with other skills like `nda-review-jamie-tso`.",1778693702078,"This skill reads, searches, and downloads emails and attachments from Microsoft Outlook using OAuth2 authentication. It operates as a read-only tool, ensuring no data is stored between sessions and requiring no technical setup beyond initial authentication.",[197,198,199,200,201],"Read and search Outlook emails","Download email attachments","Integrate with other skills for email content analysis","OAuth2 authentication for secure access","No data storage between sessions",[203,204,205,206],"Sending emails","Storing any data between sessions","Requiring technical setup beyond authentication","Modifying email content or account settings",[],[],"3.0.0","4.4.0","To provide users with a secure and convenient way to access and manage their Outlook emails and attachments directly through AI agent workflows.","The skill is well-documented, secure, and production-ready, with a clear purpose and examples. The AGPL-3.0 license is the only minor concern, but it does not prevent a high score.",95,"A robust and well-documented skill for accessing and managing Outlook emails and attachments via OAuth2.",[216,217,218,219,220],"email","microsoft-outlook","oauth2","automation","data-retrieval","global","community",[224,225,198,226,227],"Check, read, or fetch emails from Outlook","Search emails by keyword, sender, or subject","Chain email content into other skills for analysis","Access Microsoft Outlook, Office 365, or Exchange email",[229,230,231,232,233],"Authenticate via OAuth2 with Microsoft account","Fetch emails based on specified criteria (limit, sender, search)","Display email summaries","Download attachments if requested","Process and return email data or attachment file paths",{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"security":248,"testCoverage":250},{"hasLockfile":236},false,1778693682725,{"descriptionLength":239,"readmeSize":240},481,25260,{"closedIssues90d":242,"forks":243,"hasChangelog":236,"manifestVersion":244,"openIssues90d":245,"pushedAt":246,"stars":247},7,34,"2026.02.02",3,1772537106000,349,{"hasNpmPackage":236,"license":249,"smitheryVerified":236},"NOASSERTION",{"hasCi":236,"hasTests":236},{"updatedAt":252},1778693702344,{"basePath":254,"githubOwner":255,"githubRepo":256,"locale":18,"slug":257,"type":258},"skills/outlook-emails-lawvable","lawvable","awesome-legal-skills","outlook-emails-lawvable","skill",true,{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"parentExtension":270,"providers":303,"relations":310,"tags":311,"workflow":312},1778692159341.656,"k1781tj4xyb16xkzgv1fr68shd86nq2d",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"sourceUrl":14},"Read, search, and download emails and attachments from Microsoft Outlook via OAuth2",{"claudeCode":257},"Outlook Emails by Lawvable",{"basePath":254,"githubOwner":255,"githubRepo":256,"locale":18,"slug":257,"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":255,"sourceUrl":14},"Bundled agent skills for legal work",{"claudeCode":12},{"basePath":278,"githubOwner":255,"githubRepo":256,"locale":18,"slug":256,"type":279},"","marketplace",{"evaluate":281,"extract":290},{"promptVersionExtension":282,"promptVersionScoring":210,"score":283,"tags":284,"targetMarket":221,"tier":222},"3.1.0",75,[285,286,287,288,289],"legal","contracts","compliance","gdpr","agent-skills",{"commitSha":291,"marketplace":292,"plugin":295},"HEAD",{"name":255,"pluginCount":293,"version":294},42,"1.0.0",{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7334qxfqk8gjtm28t64b58cn86nkk0",[289,287,286,288,285],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778692192012,1778692159341,{"evaluate":304,"extract":308},{"promptVersionExtension":209,"promptVersionScoring":210,"score":283,"tags":305,"targetMarket":221,"tier":307},[216,217,218,219,306],"legal-tech","flagged",{"commitSha":291,"license":309},"AGPL-3.0-or-later",{"parentExtensionId":272,"repoId":298},[219,216,306,217,218],{"evaluatedAt":313,"extractAt":302,"updatedAt":313},1778692960943,{"evaluate":315,"extract":317},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":316,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":291,"license":309},{"parentExtensionId":262,"repoId":298},{"_creationTime":320,"_id":298,"identity":321,"providers":322,"workflow":1604},1778692150913.0334,{"githubOwner":255,"githubRepo":256,"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,559,568,577,586,595,604,612,621,627,636,645,654,662,672,681,690,699,708,717,730,744,751,758,765,891,898,907,914,948,961,980,987,998,1005,1019,1026,1043,1050,1071,1082,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":255,"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":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":337,"sourceLanguage":18,"type":269},"skills/docx-processing-superdoc","Search, replace, and read text in Word documents from the command line","docx-processing-superdoc",{"claudeCode":553},"inline plugin source from marketplace.json at skills/docx-processing-superdoc",[557,558],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":337,"sourceLanguage":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":562},"inline plugin source from marketplace.json at skills/docx-processing-lawvable",[566,567],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"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":571},"inline plugin source from marketplace.json at skills/pdf-processing-anthropic",[575,576],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":337,"sourceLanguage":18,"type":269},"skills/pdf-processing-openai","PDF reading and creation with visual quality control","pdf-processing-openai",{"claudeCode":580},"inline plugin source from marketplace.json at skills/pdf-processing-openai",[584,585],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":337,"sourceLanguage":18,"type":269},"skills/xlsx-processing-anthropic","Spreadsheet creation, editing, and analysis with formulas and data visualization","xlsx-processing-anthropic",{"claudeCode":589},"inline plugin source from marketplace.json at skills/xlsx-processing-anthropic",[593,594],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":337,"sourceLanguage":18,"type":269},"skills/xlsx-processing-openai","Spreadsheet reading, creation, editing, and analysis with visual quality control","xlsx-processing-openai",{"claudeCode":598},"inline plugin source from marketplace.json at skills/xlsx-processing-openai",[602,603],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"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":607},"inline plugin source from marketplace.json at skills/xlsx-processing-manus",[611],{"path":348,"priority":336},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":337,"sourceLanguage":18,"type":269},"skills/pptx-processing-anthropic","Presentation creation, editing, and analysis with layouts and speaker notes","pptx-processing-anthropic",{"claudeCode":615},"inline plugin source from marketplace.json at skills/pptx-processing-anthropic",[619,620],{"path":346,"priority":336},{"path":348,"priority":336},{"basePath":254,"description":265,"displayName":257,"installMethods":622,"rationale":623,"selectedPaths":624,"source":337,"sourceLanguage":18,"type":269},{"claudeCode":257},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":560,"description":892,"displayName":562,"installMethods":893,"rationale":894,"selectedPaths":895,"source":337,"sourceLanguage":18,"type":258},"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":258},"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":551,"description":908,"displayName":553,"installMethods":909,"rationale":910,"selectedPaths":911,"source":337,"sourceLanguage":18,"type":258},"Searches, replaces, and reads text in Word documents. Use when the user asks to edit, search, or extract text from .docx files.",{"claudeCode":12},"SKILL.md frontmatter at skills/docx-processing-superdoc/SKILL.md",[912,913],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":450,"description":915,"displayName":452,"installMethods":916,"rationale":917,"selectedPaths":918,"source":337,"sourceLanguage":18,"type":258},"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",[919,920,921,922,924,926,928,930,932,934,936,938,940,942,944,946],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":923,"priority":726},"references/edpb-criteria.md",{"path":925,"priority":726},"references/jurisdictions/be-apd.md",{"path":927,"priority":726},"references/jurisdictions/de-dsk.md",{"path":929,"priority":726},"references/jurisdictions/fr-cnil.md",{"path":931,"priority":726},"references/jurisdictions/ie-dpc.md",{"path":933,"priority":726},"references/jurisdictions/it-garante.md",{"path":935,"priority":726},"references/jurisdictions/nl-ap.md",{"path":937,"priority":726},"references/jurisdictions/pl-uodo.md",{"path":939,"priority":726},"references/jurisdictions/whitelists.md",{"path":941,"priority":726},"references/risk-catalog.md",{"path":943,"priority":726},"references/scoring.md",{"path":945,"priority":726},"references/sources.md",{"path":947,"priority":726},"references/templates.md",{"basePath":440,"description":949,"displayName":442,"installMethods":950,"rationale":951,"selectedPaths":952,"source":337,"sourceLanguage":18,"type":258},"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",[953,954,955,956,958,960],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":957,"priority":726},"references/edpb-cases.md",{"path":959,"priority":726},"references/enisa-methodology.md",{"path":947,"priority":726},{"basePath":460,"description":962,"displayName":462,"installMethods":963,"rationale":964,"selectedPaths":965,"source":337,"sourceLanguage":18,"type":258},"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",[966,967,968,969,971,973,975,977,979],{"path":348,"priority":331},{"path":333,"priority":336},{"path":346,"priority":336},{"path":970,"priority":726},"references/DE.md",{"path":972,"priority":726},"references/EU_COMMON.md",{"path":974,"priority":726},"references/FR.md",{"path":976,"priority":726},"references/NOTICE_TYPES.md",{"path":978,"priority":726},"references/OTHER_EU.md",{"path":947,"priority":726},{"basePath":404,"description":981,"displayName":406,"installMethods":982,"rationale":983,"selectedPaths":984,"source":337,"sourceLanguage":18,"type":258},"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",[985,986],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":691,"description":988,"displayName":693,"installMethods":989,"rationale":990,"selectedPaths":991,"source":337,"sourceLanguage":18,"type":258},"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",[992,993,994,996],{"path":348,"priority":331},{"path":346,"priority":336},{"path":995,"priority":726},"references/citations.md",{"path":997,"priority":726},"references/escalation.md",{"basePath":350,"description":999,"displayName":352,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":337,"sourceLanguage":18,"type":258},"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",[1003,1004],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":700,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":337,"sourceLanguage":18,"type":258},"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",[1011,1012,1013,1015,1017],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1014,"priority":774},"assets/mediation_report_template.docx",{"path":1016,"priority":726},"references/MEDIATION_PROCESS.md",{"path":1018,"priority":726},"references/NEGOTIATION_CONCEPTS.md",{"basePath":413,"description":1020,"displayName":415,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":337,"sourceLanguage":18,"type":258},"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",[1024,1025],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":339,"description":1027,"displayName":341,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":337,"sourceLanguage":18,"type":258},"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",[1031,1032,1033,1035,1037,1039,1041],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1034,"priority":726},"references/DURATION_SCOPE.md",{"path":1036,"priority":726},"references/KEY_CLAUSES.md",{"path":1038,"priority":726},"references/PARTY_OBLIGATIONS.md",{"path":1040,"priority":726},"references/REMEDIES_LIABILITY.md",{"path":1042,"priority":726},"references/STANDARD_EXCEPTIONS.md",{"basePath":422,"description":1044,"displayName":424,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":337,"sourceLanguage":18,"type":258},"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",[1048,1049],{"path":348,"priority":331},{"path":346,"priority":336},{"basePath":709,"description":1051,"displayName":711,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":337,"sourceLanguage":18,"type":258},"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",[1055,1056,1057,1059,1061,1063,1065,1067,1069],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1058,"priority":726},"references/ANALYSIS_PROTOCOLS.md",{"path":1060,"priority":726},"references/DEAL_STRUCTURES.md",{"path":1062,"priority":726},"references/FLORIDA_COMPLIANCE.md",{"path":1064,"priority":726},"references/OUTPUT_TEMPLATE.md",{"path":1066,"priority":726},"references/PROTECTIVE_REQUIREMENTS.md",{"path":1068,"priority":726},"references/RED_FLAGS.md",{"path":1070,"priority":726},"references/SEVERITY_AND_DEFAULTS.md",{"basePath":497,"description":1072,"displayName":499,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":337,"sourceLanguage":729,"type":258},"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",[1076,1077,1078,1080],{"path":348,"priority":331},{"path":346,"priority":336},{"path":1079,"priority":726},"references/exemples-griefs.md",{"path":1081,"priority":726},"references/mentions-obligatoires.md",{"basePath":254,"description":10,"displayName":257,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":337,"sourceLanguage":18,"type":258},{"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":569,"description":1095,"displayName":571,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":337,"sourceLanguage":18,"type":258},"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":578,"description":1122,"displayName":580,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":337,"sourceLanguage":18,"type":258},"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":258},"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":258},"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":258},"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":613,"description":1234,"displayName":615,"installMethods":1235,"rationale":1236,"selectedPaths":1237,"source":337,"sourceLanguage":18,"type":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":258},"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":587,"description":1514,"displayName":589,"installMethods":1515,"rationale":1516,"selectedPaths":1517,"source":337,"sourceLanguage":18,"type":258},"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":605,"description":1574,"displayName":607,"installMethods":1575,"rationale":1576,"selectedPaths":1577,"source":337,"sourceLanguage":18,"type":258},"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":596,"description":1580,"displayName":598,"installMethods":1581,"rationale":1582,"selectedPaths":1583,"source":337,"sourceLanguage":18,"type":258},"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":242,"description":1598,"forks":243,"homepage":1599,"license":249,"openIssues90d":245,"pushedAt":246,"readmeSize":240,"stars":247,"topics":1600},"A curated list of awesome Agent Skills for automating legal work","https://lawvable.com",[289,219,1601,1602,1603],"law","workflows","legal-work",{"classifiedAt":1605,"discoverAt":1606,"extractAt":1607,"githubAt":1607,"updatedAt":1605},1778692158842,1778692150913,1778692156820,[219,220,216,217,218],{"evaluatedAt":252,"extractAt":302,"updatedAt":252},[],[1612,1646,1673,1706,1733,1755],{"_creationTime":1613,"_id":1614,"community":1615,"display":1616,"identity":1622,"providers":1626,"relations":1637,"tags":1641,"workflow":1642},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":1617,"installMethods":1618,"name":1620,"sourceUrl":1621},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":1619},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1623,"githubOwner":1624,"githubRepo":1620,"locale":1625,"slug":1620,"type":258},"skills/x-twitter-scraper","Xquik-dev","zh-CN",{"evaluate":1627,"extract":1636},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1629,"targetMarket":221,"tier":1635},100,[1630,1631,1632,220,219,1633,1634],"twitter","x","api","mcp","sdk","verified",{"commitSha":291},{"parentExtensionId":1638,"repoId":1639,"translatedFrom":1640},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[1632,219,220,1633,1634,1630,1631],{"evaluatedAt":1643,"extractAt":1644,"updatedAt":1645},1778699230863,1778699170774,1778699289329,{"_creationTime":1647,"_id":1648,"community":1649,"display":1650,"identity":1656,"providers":1660,"relations":1666,"tags":1669,"workflow":1670},1778696833339.6218,"k176gr5qszggh36kjn8a1cwehs86n2jd",{"reviewCount":8},{"description":1651,"installMethods":1652,"name":1654,"sourceUrl":1655},"Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n",{"claudeCode":1653},"sanjay3290/ai-skills","gmail","https://github.com/sanjay3290/ai-skills",{"basePath":1657,"githubOwner":1658,"githubRepo":1659,"locale":18,"slug":1654,"type":258},"skills/gmail","sanjay3290","ai-skills",{"evaluate":1661,"extract":1665},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1662,"targetMarket":221,"tier":1635},[1654,216,1663,219,1664],"communication","productivity",{"commitSha":291},{"parentExtensionId":1667,"repoId":1668},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[219,1663,216,1654,1664],{"evaluatedAt":1671,"extractAt":1672,"updatedAt":1671},1778696939862,1778696833339,{"_creationTime":1674,"_id":1675,"community":1676,"display":1677,"identity":1683,"providers":1688,"relations":1699,"tags":1702,"workflow":1703},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1678,"installMethods":1679,"name":1681,"sourceUrl":1682},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1680},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1684,"githubOwner":1685,"githubRepo":1686,"locale":18,"slug":1687,"type":258},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1689,"extract":1697},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1690,"targetMarket":221,"tier":1635},[1691,1692,1693,1694,219,1695,1696],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":291,"license":1698},"MIT",{"parentExtensionId":1700,"repoId":1701},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[219,1695,1696,1692,1691,1694,1693],{"evaluatedAt":1704,"extractAt":1705,"updatedAt":1704},1778699613343,1778699234184,{"_creationTime":1707,"_id":1708,"community":1709,"display":1710,"identity":1716,"providers":1718,"relations":1725,"tags":1728,"workflow":1729},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":1711,"installMethods":1712,"name":1714,"sourceUrl":1715},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":1713},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":278,"githubOwner":1717,"githubRepo":1714,"locale":1625,"slug":1714,"type":258},"zagmoai",{"evaluate":1719,"extract":1724},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1720,"targetMarket":221,"tier":1635},[1721,1722,1664,219,1723],"google-docs","google-sheets","api-client",{"commitSha":291},{"repoId":1726,"translatedFrom":1727},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1723,219,1721,1722,1664],{"evaluatedAt":1730,"extractAt":1731,"updatedAt":1732},1778699485884,1778699468747,1778699505679,{"_creationTime":1734,"_id":1735,"community":1736,"display":1737,"identity":1740,"providers":1743,"relations":1751,"tags":1752,"workflow":1753},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1738,"installMethods":1739,"name":1686,"sourceUrl":1682},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1680},{"basePath":1741,"githubOwner":1685,"githubRepo":1686,"locale":18,"slug":1742,"type":258},"skills/ask","ask",{"evaluate":1744,"extract":1750},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1745,"targetMarket":221,"tier":1635},[1695,219,1746,1747,1748,1749],"llm","prompting","code-review","artifact-generation",{"commitSha":291,"license":1698},{"parentExtensionId":1700,"repoId":1701},[1749,219,1695,1748,1746,1747],{"evaluatedAt":1754,"extractAt":1705,"updatedAt":1754},1778699303045,{"_creationTime":1756,"_id":1757,"community":1758,"display":1759,"identity":1765,"providers":1770,"relations":1778,"tags":1781,"workflow":1782},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1760,"installMethods":1761,"name":1763,"sourceUrl":1764},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1762},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1766,"githubOwner":1767,"githubRepo":1768,"locale":1625,"slug":1769,"type":258},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1771,"extract":1777},{"promptVersionExtension":209,"promptVersionScoring":210,"score":1628,"tags":1772,"targetMarket":221,"tier":1635},[1773,1774,219,1775,1776],"browser","debugging","ux","developer-tools",{"commitSha":291,"license":1698},{"repoId":1779,"translatedFrom":1780},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[219,1773,1774,1776,1775],{"evaluatedAt":1783,"extractAt":1784,"updatedAt":1785},1778699261239,1778699106670,1778699366078]