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