[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-lawvable-xlsx-processing-anthropic-en":3,"guides-for-lawvable-xlsx-processing-anthropic":1600,"similar-k17cpqwhgehbbtsk169dx2qk7986n0xw-en":1601},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":226,"parentExtension":248,"providers":304,"relations":308,"repo":309,"tags":1598,"workflow":1599},1778692159341.6682,"k17cpqwhgehbbtsk169dx2qk7986n0xw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"lawvable/awesome-legal-skills","xlsx-processing-anthropic","https://github.com/lawvable/awesome-legal-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778694010099.8345,"kn73qszk930awfjpw8perzfe9h86nd9j","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":217,"tier":218,"useCases":219},[21,26,29,32,36,39,44,48,51,54,59,63,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 outlines the problem of working with spreadsheet files, detailing specific tasks like editing, creating, and cleaning data, and explicitly states when the skill should and should not be triggered.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a specialized workflow and set of tools (pandas, openpyxl, recalc.py) for spreadsheet manipulation that goes beyond basic LLM capabilities, particularly with its emphasis on formula preservation and error checking.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill fully covers the stated use case of spreadsheet processing, including creation, editing, formula recalculation, and error verification, making it ready for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a clear focus on spreadsheet file (xlsx, xlsm, csv, tsv) manipulation, avoiding unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and effectively communicates the skill's purpose, capabilities, and limitations regarding spreadsheet file operations.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill operates through a Python script interface rather than discrete tools, so the check for scoped tools is not applicable.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md provides clear instructions on library selection, file handling, and formula construction, with explicit guidance on using pandas and openpyxl.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this skill uses a Python interface and external scripts rather than discrete named tools, this check is not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's Python examples demonstrate focused inputs (file paths) and outputs (modified Excel files or analysis results), without extraneous data.",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","critical","The LICENSE.txt states 'Proprietary. See LICENSE.txt' and includes restrictive clauses like 'may not: Extract these materials from the Services or retain copies of these materials outside the Services', which prohibits typical OSS usage and redistribution.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on March 3, 2026, which is within the last 90 days.",{"category":60,"check":64,"severity":42,"summary":65},"Dependency Management","The extension does not appear to use third-party dependencies that require explicit management beyond standard Python libraries.",{"category":67,"check":68,"severity":42,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill processes files and data using Python libraries and scripts, with no indication of loading untrusted instructions or executing arbitrary code from external sources.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on bundled Python scripts and libraries, with no evidence of runtime fetching of code or data from remote URLs.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill's operations are confined to file processing within the provided directory, and the Python scripts do not appear to attempt modifications outside of this scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided scripts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill processes local files and does not include any outbound network calls or references to confidential data submission.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks, invisible characters, or suspicious formatting.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The bundled Python scripts are readable and do not involve obfuscation, base64 payloads, or runtime code fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The scripts reference files and libraries in a standard manner, and the validation scripts handle potential path differences.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 7 were closed, indicating active maintenance and a healthy issue resolution rate.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The SKILL.md frontmatter declares a version (2026.02.06), indicating a clear versioning signal.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The Python scripts and validation logic appear to handle inputs and outputs correctly, with schema awareness implied by library usage (pandas, openpyxl).",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill primarily performs read/write operations on Excel files and does not appear to include destructive primitives like deletion without appropriate safeguards.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python scripts and validation utilities include error handling, providing structured feedback for issues encountered during file processing and recalculation.",{"category":112,"check":116,"severity":42,"summary":117},"Logging","The skill does not appear to perform destructive actions or outbound calls that would necessitate local audit logging beyond standard script output.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The skill operates on spreadsheet files and does not handle personal data, making GDPR compliance checks not applicable.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is universally applicable to spreadsheet processing and does not exhibit any regional or jurisdictional limitations.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The Python scripts are standard and should run on any POSIX-compliant system with Python and LibreOffice installed, with explicit reliance on LibreOffice for recalculation.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README.md provides a good overview of agent skills and browseable categories, though it doesn't detail this specific skill's implementation.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This skill is not composed of discrete tools; it is a single script-based capability.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","As this skill does not expose multiple discrete tools, there are no overlapping synonyms to evaluate.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features related to spreadsheet processing are implemented via the Python scripts and the `recalc.py` utility.",{"category":141,"check":142,"severity":42,"summary":143},"Install","Installation instruction","The skill is installed via `claudeCode`, and no additional manual installation or authentication steps are documented or required.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The `recalc.py` script and validation tools provide structured JSON or clear text output for errors, including locations and sometimes remediation hints.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill utilizes standard Python libraries and external scripts (LibreOffice) without complex or unmanaged dependencies.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The skill's primary function is file modification and analysis; a dry-run mode is not applicable.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The recalculation script includes a configurable timeout, and file operations are generally idempotent by nature.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry being collected or emitted by this skill.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the skill's purpose for spreadsheet file operations and provides explicit triggers and non-goals.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability for spreadsheet manipulation.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md provides detailed instructions and code examples without excessive length, deferring more complex aspects to referenced scripts.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Instructions for Python usage and formula verification are included directly in SKILL.md, with specific scripts referenced for advanced operations.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","This skill is not an exploration or audit-style skill, so context: fork is not applicable.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md includes practical Python code examples for creating, editing, and analyzing Excel files, demonstrating core functionalities.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md addresses common pitfalls like NaN handling, formula errors (#REF!, #DIV/0!), and offers a formula verification checklist.",{"category":112,"check":184,"severity":42,"summary":185},"Tool Fallback","The skill uses standard Python libraries and external scripts (LibreOffice), not custom MCPs, making this check not applicable.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The `recalc.py` script checks for file existence and LibreOffice setup, and the validation scripts report errors clearly, halting further processing if critical issues arise.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill operates independently on Excel files and does not implicitly rely on other skills being loaded in the same session.",1778694009943,"This skill automates tasks involving spreadsheet files (.xlsx, .xlsm, .csv, .tsv), including opening, reading, editing, creating, and converting them. It leverages Python libraries like pandas and openpyxl, and uses LibreOffice via `recalc.py` for formula recalculation and error checking.",[196,197,198,199,200],"Create, open, read, edit, and fix spreadsheet files (.xlsx, .xlsm, .csv, .tsv)","Compute formulas, format data, and generate charts","Clean messy tabular data and restructure malformed files","Convert between tabular file formats","Recalculate formulas using LibreOffice and verify for errors",[202,203,204],"Generating deliverables other than spreadsheet files (e.g., Word docs, HTML reports, Python scripts).","Integrating with Google Sheets API.","Performing tasks where the primary deliverable is not a spreadsheet.","3.0.0","4.4.0","To provide a robust and automated solution for any task involving spreadsheet file creation, editing, analysis, or conversion, ensuring formula integrity and error-free deliverables.","Critical license finding due to proprietary and restrictive terms. The skill otherwise functions well, but the license prevents broad adoption.",50,"A capable skill for spreadsheet operations, but its proprietary license is a significant drawback.",[212,213,214,215,216],"excel","spreadsheet","data-analysis","python","automation","global","flagged",[220,221,222,223],"Use when needing to modify an existing spreadsheet by adding columns, computing values, or applying formatting.","Use when tasked with creating a new spreadsheet from scratch or from other data sources.","Use when cleaning or restructuring messy tabular data files into a proper spreadsheet format.","Use when converting data between different tabular file formats.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":240},{"hasLockfile":226},false,1778693991677,{"descriptionLength":229,"readmeSize":230},941,25260,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"manifestVersion":234,"openIssues90d":235,"pushedAt":236,"stars":237},7,34,"2026.02.06",3,1772537106000,349,{"hasNpmPackage":226,"license":239,"smitheryVerified":226},"NOASSERTION",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778694010099,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/xlsx-processing-anthropic","lawvable","awesome-legal-skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":256,"parentExtension":258,"providers":292,"relations":300,"tags":301,"workflow":302},1778692159341.655,"k17egvcrq56zc2vrcrrjt6s4f986n2be",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"sourceUrl":14},"Spreadsheet creation, editing, and analysis with formulas and data visualization",{"claudeCode":13},"Excel by Anthropic",{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":257},"plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":268,"relations":286,"tags":288,"workflow":289},1778692159341.6482,"k176pg91f80b1spms4zaen8g6986n5pa",{"reviewCount":8},{"description":263,"installMethods":264,"name":245,"sourceUrl":14},"Bundled agent skills for legal work",{"claudeCode":12},{"basePath":266,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":267},"","marketplace",{"evaluate":269,"extract":279},{"promptVersionExtension":270,"promptVersionScoring":206,"score":271,"tags":272,"targetMarket":217,"tier":278},"3.1.0",75,[273,274,275,276,277],"legal","contracts","compliance","gdpr","agent-skills","community",{"commitSha":280,"marketplace":281,"plugin":284},"HEAD",{"name":245,"pluginCount":282,"version":283},42,"1.0.0",{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7334qxfqk8gjtm28t64b58cn86nkk0",[277,275,274,276,273],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778692192012,1778692159341,{"evaluate":293,"extract":298},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":295,"targetMarket":217,"tier":218},79,[212,213,214,215,296,297],"pandas","openpyxl",{"commitSha":280,"license":299},"CC-BY-NC-ND-4.0",{"parentExtensionId":260,"repoId":287},[214,212,297,296,215,213],{"evaluatedAt":303,"extractAt":291,"updatedAt":303},1778692869996,{"evaluate":305,"extract":307},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":306,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":280},{"parentExtensionId":250,"repoId":287},{"_creationTime":310,"_id":287,"identity":311,"providers":312,"workflow":1594},1778692150913.0334,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":313,"discover":1584,"github":1587},{"commitSha":280,"extensions":314},[315,328,339,348,357,366,375,384,393,402,411,420,429,439,449,459,468,477,486,495,504,513,522,531,540,549,558,567,576,582,591,599,608,617,626,635,644,652,662,671,680,689,698,707,720,734,741,748,755,881,888,897,904,938,951,970,977,988,995,1009,1016,1033,1040,1061,1072,1085,1112,1119,1153,1185,1224,1293,1300,1313,1340,1357,1367,1377,1392,1399,1406,1413,1504,1563,1569],{"basePath":266,"description":263,"displayName":245,"installMethods":316,"rationale":317,"selectedPaths":318,"source":327,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[319,322,324],{"path":320,"priority":321},".claude-plugin/marketplace.json","mandatory",{"path":323,"priority":321},"README.md",{"path":325,"priority":326},"LICENSE","high","rule",{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":327,"sourceLanguage":18,"type":257},"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":331},"inline plugin source from marketplace.json at skills/nda-review-jamie-tso",[335,337],{"path":336,"priority":326},"LICENSE.txt",{"path":338,"priority":326},"SKILL.md",{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":327,"sourceLanguage":18,"type":257},"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":342},"inline plugin source from marketplace.json at skills/legal-simulation-patrick-munro",[346,347],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":327,"sourceLanguage":18,"type":257},"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":351},"inline plugin source from marketplace.json at skills/tech-contract-negotiation-patrick-munro",[355,356],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":327,"sourceLanguage":18,"type":257},"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":360},"inline plugin source from marketplace.json at skills/vendor-due-diligence-patrick-munro",[364,365],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":327,"sourceLanguage":18,"type":257},"skills/contract-review-anthropic","Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions","contract-review-anthropic",{"claudeCode":369},"inline plugin source from marketplace.json at skills/contract-review-anthropic",[373,374],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":327,"sourceLanguage":18,"type":257},"skills/compliance-anthropic","Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests","compliance-anthropic",{"claudeCode":378},"inline plugin source from marketplace.json at skills/compliance-anthropic",[382,383],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":327,"sourceLanguage":18,"type":257},"skills/canned-responses-anthropic","Generate templated responses for common legal inquiries and identify when situations require individualized attention","canned-responses-anthropic",{"claudeCode":387},"inline plugin source from marketplace.json at skills/canned-responses-anthropic",[391,392],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":327,"sourceLanguage":18,"type":257},"skills/legal-risk-assessment-anthropic","Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria","legal-risk-assessment-anthropic",{"claudeCode":396},"inline plugin source from marketplace.json at skills/legal-risk-assessment-anthropic",[400,401],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":327,"sourceLanguage":18,"type":257},"skills/meeting-briefing-anthropic","Prepare structured briefings for meetings with legal relevance and track resulting action items","meeting-briefing-anthropic",{"claudeCode":405},"inline plugin source from marketplace.json at skills/meeting-briefing-anthropic",[409,410],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":327,"sourceLanguage":18,"type":257},"skills/nda-triage-anthropic","Screen incoming NDAs and classify them as GREEN, YELLOW, or RED based on risk level","nda-triage-anthropic",{"claudeCode":414},"inline plugin source from marketplace.json at skills/nda-triage-anthropic",[418,419],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":327,"sourceLanguage":18,"type":257},"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":423},"inline plugin source from marketplace.json at skills/statute-analysis-rafal-fryc",[427,428],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":327,"sourceLanguage":18,"type":257},"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":432},"inline plugin source from marketplace.json at skills/gdpr-breach-sentinel-oliver-schmidt-prietz",[436,437,438],{"path":323,"priority":321},{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":327,"sourceLanguage":18,"type":257},"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":442},"inline plugin source from marketplace.json at skills/dpia-sentinel-oliver-schmidt-prietz",[446,447,448],{"path":323,"priority":321},{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":327,"sourceLanguage":18,"type":257},"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":452},"inline plugin source from marketplace.json at skills/gdpr-privacy-notice-eu-oliver-schmidt-prietz",[456,457,458],{"path":323,"priority":321},{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":327,"sourceLanguage":18,"type":257},"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":462},"inline plugin source from marketplace.json at skills/politique-confidentialite-malik-taiar",[466,467],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":327,"sourceLanguage":18,"type":257},"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":471},"inline plugin source from marketplace.json at skills/politique-cookies-malik-taiar",[475,476],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":327,"sourceLanguage":18,"type":257},"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":480},"inline plugin source from marketplace.json at skills/politique-lanceur-alerte-malik-taiar",[484,485],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":327,"sourceLanguage":18,"type":257},"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":489},"inline plugin source from marketplace.json at skills/notification-licenciement-selim-brihi",[493,494],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":327,"sourceLanguage":18,"type":257},"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":498},"inline plugin source from marketplace.json at skills/requete-cph-licenciement-faute-grave-selim-brihi",[502,503],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":327,"sourceLanguage":18,"type":257},"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":507},"inline plugin source from marketplace.json at skills/assignation-refere-recouvrement-creance-selim-brihi",[511,512],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":327,"sourceLanguage":18,"type":257},"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":516},"inline plugin source from marketplace.json at skills/assignation-refere-communication-associe-selim-brihi",[520,521],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":327,"sourceLanguage":18,"type":257},"skills/docx-processing-anthropic","Document creation, editing, and analysis with tracked changes and comments support","docx-processing-anthropic",{"claudeCode":525},"inline plugin source from marketplace.json at skills/docx-processing-anthropic",[529,530],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":327,"sourceLanguage":18,"type":257},"skills/docx-processing-openai","Document reading and creation with visual quality control for Word files","docx-processing-openai",{"claudeCode":534},"inline plugin source from marketplace.json at skills/docx-processing-openai",[538,539],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":327,"sourceLanguage":18,"type":257},"skills/docx-processing-superdoc","Search, replace, and read text in Word documents from the command line","docx-processing-superdoc",{"claudeCode":543},"inline plugin source from marketplace.json at skills/docx-processing-superdoc",[547,548],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":327,"sourceLanguage":18,"type":257},"skills/docx-processing-lawvable","Edit Word documents with live preview and track changes via SuperDoc VS Code extension","docx-processing-lawvable",{"claudeCode":552},"inline plugin source from marketplace.json at skills/docx-processing-lawvable",[556,557],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":327,"sourceLanguage":18,"type":257},"skills/pdf-processing-anthropic","PDF manipulation toolkit for text extraction, creation, merging, and form handling","pdf-processing-anthropic",{"claudeCode":561},"inline plugin source from marketplace.json at skills/pdf-processing-anthropic",[565,566],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":327,"sourceLanguage":18,"type":257},"skills/pdf-processing-openai","PDF reading and creation with visual quality control","pdf-processing-openai",{"claudeCode":570},"inline plugin source from marketplace.json at skills/pdf-processing-openai",[574,575],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":244,"description":253,"displayName":13,"installMethods":577,"rationale":578,"selectedPaths":579,"source":327,"sourceLanguage":18,"type":257},{"claudeCode":13},"inline plugin source from marketplace.json at skills/xlsx-processing-anthropic",[580,581],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":327,"sourceLanguage":18,"type":257},"skills/xlsx-processing-openai","Spreadsheet reading, creation, editing, and analysis with visual quality control","xlsx-processing-openai",{"claudeCode":585},"inline plugin source from marketplace.json at skills/xlsx-processing-openai",[589,590],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":327,"sourceLanguage":18,"type":257},"skills/xlsx-processing-manus","Professional Excel spreadsheet creation with a focus on aesthetics and data analysis","xlsx-processing-manus",{"claudeCode":594},"inline plugin source from marketplace.json at skills/xlsx-processing-manus",[598],{"path":338,"priority":326},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":327,"sourceLanguage":18,"type":257},"skills/pptx-processing-anthropic","Presentation creation, editing, and analysis with layouts and speaker notes","pptx-processing-anthropic",{"claudeCode":602},"inline plugin source from marketplace.json at skills/pptx-processing-anthropic",[606,607],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":327,"sourceLanguage":18,"type":257},"skills/outlook-emails-lawvable","Read, search, and download emails and attachments from Microsoft Outlook via OAuth2","outlook-emails-lawvable",{"claudeCode":611},"inline plugin source from marketplace.json at skills/outlook-emails-lawvable",[615,616],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":327,"sourceLanguage":18,"type":257},"skills/tabular-review-lawvable","Analyze multiple documents against user-defined columns and produce structured Excel output with citations","tabular-review-lawvable",{"claudeCode":620},"inline plugin source from marketplace.json at skills/tabular-review-lawvable",[624,625],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":327,"sourceLanguage":18,"type":257},"skills/vscode-extension-builder-lawvable","Build VS Code extensions from scratch or convert existing JS/React/Vue apps","vscode-extension-builder-lawvable",{"claudeCode":629},"inline plugin source from marketplace.json at skills/vscode-extension-builder-lawvable",[633,634],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":327,"sourceLanguage":18,"type":257},"skills/skill-creator-anthropic","Guide for creating effective Agent Skills with specialized knowledge and workflows","skill-creator-anthropic",{"claudeCode":638},"inline plugin source from marketplace.json at skills/skill-creator-anthropic",[642,643],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":645,"description":637,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":327,"sourceLanguage":18,"type":257},"skills/skill-creator-openai","skill-creator-openai",{"claudeCode":646},"inline plugin source from marketplace.json at skills/skill-creator-openai",[650,651],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":327,"sourceLanguage":18,"type":257},"skills/skill-optimizer-lawvable","Analyze work sessions and propose improvements to skills based on corrections and edge cases","skill-optimizer-lawvable",{"claudeCode":655},"inline plugin source from marketplace.json at skills/skill-optimizer-lawvable",[659,660,661],{"path":323,"priority":321},{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":327,"sourceLanguage":18,"type":257},"skills/security-review-openai","Perform language and framework specific security best-practice reviews and suggest improvements","security-review-openai",{"claudeCode":665},"inline plugin source from marketplace.json at skills/security-review-openai",[669,670],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":327,"sourceLanguage":18,"type":257},"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":674},"inline plugin source from marketplace.json at skills/red-team-verifier-patrick-munro",[678,679],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":327,"sourceLanguage":18,"type":257},"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":683},"inline plugin source from marketplace.json at skills/legal-risk-assessment-zacharie-laik",[687,688],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":327,"sourceLanguage":18,"type":257},"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":692},"inline plugin source from marketplace.json at skills/mediation-dispute-analysis-jinzhe-tan",[696,697],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":327,"sourceLanguage":18,"type":257},"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":701},"inline plugin source from marketplace.json at skills/nil-contract-analysis-samir-patel",[705,706],{"path":336,"priority":326},{"path":338,"priority":326},{"basePath":514,"description":708,"displayName":516,"installMethods":709,"rationale":710,"selectedPaths":711,"source":327,"sourceLanguage":719,"type":247},"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",[712,713,714,717],{"path":338,"priority":321},{"path":336,"priority":326},{"path":715,"priority":716},"references/structure-assignation.md","medium",{"path":718,"priority":716},"references/workflow-informations.md","fr",{"basePath":505,"description":721,"displayName":507,"installMethods":722,"rationale":723,"selectedPaths":724,"source":327,"sourceLanguage":719,"type":247},"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",[725,726,727,729,730,732],{"path":338,"priority":321},{"path":336,"priority":326},{"path":728,"priority":716},"references/conseils-strategie.md",{"path":715,"priority":716},{"path":731,"priority":716},"references/variantes-cas-particuliers.md",{"path":733,"priority":716},"references/workflow-collecte.md",{"basePath":385,"description":735,"displayName":387,"installMethods":736,"rationale":737,"selectedPaths":738,"source":327,"sourceLanguage":18,"type":247},"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",[739,740],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":376,"description":742,"displayName":378,"installMethods":743,"rationale":744,"selectedPaths":745,"source":327,"sourceLanguage":18,"type":247},"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",[746,747],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":367,"description":749,"displayName":369,"installMethods":750,"rationale":751,"selectedPaths":752,"source":327,"sourceLanguage":18,"type":247},"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",[753,754],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":523,"description":756,"displayName":525,"installMethods":757,"rationale":758,"selectedPaths":759,"source":327,"sourceLanguage":18,"type":247},"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",[760,761,762,765,767,769,771,773,775,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879],{"path":338,"priority":321},{"path":336,"priority":326},{"path":763,"priority":764},"scripts/__init__.py","low",{"path":766,"priority":764},"scripts/accept_changes.py",{"path":768,"priority":764},"scripts/comment.py",{"path":770,"priority":764},"scripts/office/helpers/__init__.py",{"path":772,"priority":764},"scripts/office/helpers/merge_runs.py",{"path":774,"priority":764},"scripts/office/helpers/simplify_redlines.py",{"path":776,"priority":764},"scripts/office/pack.py",{"path":778,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":780,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":782,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":784,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":786,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":788,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":790,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":792,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":794,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":796,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":798,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":800,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":802,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":804,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":806,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":808,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":810,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":812,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":814,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":816,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":818,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":820,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":822,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":824,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":826,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":828,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":830,"priority":764},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":832,"priority":764},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":834,"priority":764},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":836,"priority":764},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":838,"priority":764},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":840,"priority":764},"scripts/office/schemas/mce/mc.xsd",{"path":842,"priority":764},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":844,"priority":764},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":846,"priority":764},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":848,"priority":764},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":850,"priority":764},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":852,"priority":764},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":854,"priority":764},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":856,"priority":764},"scripts/office/soffice.py",{"path":858,"priority":764},"scripts/office/unpack.py",{"path":860,"priority":764},"scripts/office/validate.py",{"path":862,"priority":764},"scripts/office/validators/__init__.py",{"path":864,"priority":764},"scripts/office/validators/base.py",{"path":866,"priority":764},"scripts/office/validators/docx.py",{"path":868,"priority":764},"scripts/office/validators/pptx.py",{"path":870,"priority":764},"scripts/office/validators/redlining.py",{"path":872,"priority":764},"scripts/templates/comments.xml",{"path":874,"priority":764},"scripts/templates/commentsExtended.xml",{"path":876,"priority":764},"scripts/templates/commentsExtensible.xml",{"path":878,"priority":764},"scripts/templates/commentsIds.xml",{"path":880,"priority":764},"scripts/templates/people.xml",{"basePath":550,"description":882,"displayName":552,"installMethods":883,"rationale":884,"selectedPaths":885,"source":327,"sourceLanguage":18,"type":247},"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",[886,887],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":532,"description":889,"displayName":534,"installMethods":890,"rationale":891,"selectedPaths":892,"source":327,"sourceLanguage":18,"type":247},"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",[893,894,895],{"path":338,"priority":321},{"path":336,"priority":326},{"path":896,"priority":764},"scripts/render_docx.py",{"basePath":541,"description":898,"displayName":543,"installMethods":899,"rationale":900,"selectedPaths":901,"source":327,"sourceLanguage":18,"type":247},"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",[902,903],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":440,"description":905,"displayName":442,"installMethods":906,"rationale":907,"selectedPaths":908,"source":327,"sourceLanguage":18,"type":247},"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",[909,910,911,912,914,916,918,920,922,924,926,928,930,932,934,936],{"path":338,"priority":321},{"path":323,"priority":326},{"path":336,"priority":326},{"path":913,"priority":716},"references/edpb-criteria.md",{"path":915,"priority":716},"references/jurisdictions/be-apd.md",{"path":917,"priority":716},"references/jurisdictions/de-dsk.md",{"path":919,"priority":716},"references/jurisdictions/fr-cnil.md",{"path":921,"priority":716},"references/jurisdictions/ie-dpc.md",{"path":923,"priority":716},"references/jurisdictions/it-garante.md",{"path":925,"priority":716},"references/jurisdictions/nl-ap.md",{"path":927,"priority":716},"references/jurisdictions/pl-uodo.md",{"path":929,"priority":716},"references/jurisdictions/whitelists.md",{"path":931,"priority":716},"references/risk-catalog.md",{"path":933,"priority":716},"references/scoring.md",{"path":935,"priority":716},"references/sources.md",{"path":937,"priority":716},"references/templates.md",{"basePath":430,"description":939,"displayName":432,"installMethods":940,"rationale":941,"selectedPaths":942,"source":327,"sourceLanguage":18,"type":247},"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",[943,944,945,946,948,950],{"path":338,"priority":321},{"path":323,"priority":326},{"path":336,"priority":326},{"path":947,"priority":716},"references/edpb-cases.md",{"path":949,"priority":716},"references/enisa-methodology.md",{"path":937,"priority":716},{"basePath":450,"description":952,"displayName":452,"installMethods":953,"rationale":954,"selectedPaths":955,"source":327,"sourceLanguage":18,"type":247},"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",[956,957,958,959,961,963,965,967,969],{"path":338,"priority":321},{"path":323,"priority":326},{"path":336,"priority":326},{"path":960,"priority":716},"references/DE.md",{"path":962,"priority":716},"references/EU_COMMON.md",{"path":964,"priority":716},"references/FR.md",{"path":966,"priority":716},"references/NOTICE_TYPES.md",{"path":968,"priority":716},"references/OTHER_EU.md",{"path":937,"priority":716},{"basePath":394,"description":971,"displayName":396,"installMethods":972,"rationale":973,"selectedPaths":974,"source":327,"sourceLanguage":18,"type":247},"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",[975,976],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":681,"description":978,"displayName":683,"installMethods":979,"rationale":980,"selectedPaths":981,"source":327,"sourceLanguage":18,"type":247},"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",[982,983,984,986],{"path":338,"priority":321},{"path":336,"priority":326},{"path":985,"priority":716},"references/citations.md",{"path":987,"priority":716},"references/escalation.md",{"basePath":340,"description":989,"displayName":342,"installMethods":990,"rationale":991,"selectedPaths":992,"source":327,"sourceLanguage":18,"type":247},"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",[993,994],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":690,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":327,"sourceLanguage":18,"type":247},"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",[1001,1002,1003,1005,1007],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1004,"priority":764},"assets/mediation_report_template.docx",{"path":1006,"priority":716},"references/MEDIATION_PROCESS.md",{"path":1008,"priority":716},"references/NEGOTIATION_CONCEPTS.md",{"basePath":403,"description":1010,"displayName":405,"installMethods":1011,"rationale":1012,"selectedPaths":1013,"source":327,"sourceLanguage":18,"type":247},"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",[1014,1015],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":329,"description":1017,"displayName":331,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":327,"sourceLanguage":18,"type":247},"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",[1021,1022,1023,1025,1027,1029,1031],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1024,"priority":716},"references/DURATION_SCOPE.md",{"path":1026,"priority":716},"references/KEY_CLAUSES.md",{"path":1028,"priority":716},"references/PARTY_OBLIGATIONS.md",{"path":1030,"priority":716},"references/REMEDIES_LIABILITY.md",{"path":1032,"priority":716},"references/STANDARD_EXCEPTIONS.md",{"basePath":412,"description":1034,"displayName":414,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":327,"sourceLanguage":18,"type":247},"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",[1038,1039],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":699,"description":1041,"displayName":701,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":327,"sourceLanguage":18,"type":247},"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",[1045,1046,1047,1049,1051,1053,1055,1057,1059],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1048,"priority":716},"references/ANALYSIS_PROTOCOLS.md",{"path":1050,"priority":716},"references/DEAL_STRUCTURES.md",{"path":1052,"priority":716},"references/FLORIDA_COMPLIANCE.md",{"path":1054,"priority":716},"references/OUTPUT_TEMPLATE.md",{"path":1056,"priority":716},"references/PROTECTIVE_REQUIREMENTS.md",{"path":1058,"priority":716},"references/RED_FLAGS.md",{"path":1060,"priority":716},"references/SEVERITY_AND_DEFAULTS.md",{"basePath":487,"description":1062,"displayName":489,"installMethods":1063,"rationale":1064,"selectedPaths":1065,"source":327,"sourceLanguage":719,"type":247},"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",[1066,1067,1068,1070],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1069,"priority":716},"references/exemples-griefs.md",{"path":1071,"priority":716},"references/mentions-obligatoires.md",{"basePath":609,"description":1073,"displayName":611,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":327,"sourceLanguage":18,"type":247},"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",[1077,1078,1079,1081,1083],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1080,"priority":716},"references/AZURE_SETUP.md",{"path":1082,"priority":716},"references/WORKFLOWS.md",{"path":1084,"priority":764},"scripts/outlook_oauth.py",{"basePath":559,"description":1086,"displayName":561,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":327,"sourceLanguage":18,"type":247},"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",[1090,1091,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1093,"priority":716},"forms.md",{"path":1095,"priority":716},"reference.md",{"path":1097,"priority":764},"scripts/check_bounding_boxes.py",{"path":1099,"priority":764},"scripts/check_fillable_fields.py",{"path":1101,"priority":764},"scripts/convert_pdf_to_images.py",{"path":1103,"priority":764},"scripts/create_validation_image.py",{"path":1105,"priority":764},"scripts/extract_form_field_info.py",{"path":1107,"priority":764},"scripts/extract_form_structure.py",{"path":1109,"priority":764},"scripts/fill_fillable_fields.py",{"path":1111,"priority":764},"scripts/fill_pdf_form_with_annotations.py",{"basePath":568,"description":1113,"displayName":570,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":327,"sourceLanguage":18,"type":247},"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",[1117,1118],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":460,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":327,"sourceLanguage":18,"type":247},"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",[1125,1126,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1128,"priority":716},"SKILL.fr.md",{"path":1130,"priority":764},"assets/CNIL_droits_personnes.pdf",{"path":1132,"priority":764},"assets/CNIL_durees_conservation.pdf",{"path":1134,"priority":764},"assets/CNIL_finalites.pdf",{"path":1136,"priority":764},"assets/CNIL_principes_rgpd.pdf",{"path":1138,"priority":764},"assets/CNIL_transparence.pdf",{"path":1140,"priority":764},"assets/RGPD_texte_officiel.pdf",{"path":1142,"priority":764},"assets/sample_template_politique_confidentialite.docx",{"path":1144,"priority":764},"assets/sample_template_politique_confidentialite.pdf",{"path":1146,"priority":716},"references/BASES_LEGALES.md",{"path":1148,"priority":716},"references/COOKIES.md",{"path":1150,"priority":716},"references/DROITS_PERSONNES.md",{"path":1152,"priority":716},"references/DUREES_CONSERVATION.md",{"basePath":469,"description":1154,"displayName":1155,"installMethods":1156,"rationale":1157,"selectedPaths":1158,"source":327,"sourceLanguage":18,"type":247},"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",[1159,1160,1161,1162,1163,1164,1166,1168,1169,1171,1172,1174,1175,1176,1178,1180,1182,1183,1184],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1128,"priority":716},{"path":1130,"priority":764},{"path":1132,"priority":764},{"path":1165,"priority":764},"assets/CNIL_evolution_regles_utilisation_cookies.pdf",{"path":1167,"priority":764},"assets/CNIL_faq_cookies_et_traceurs.pdf",{"path":1134,"priority":764},{"path":1170,"priority":764},"assets/CNIL_lignes_directrices_cookies_et_traceurs.pdf",{"path":1136,"priority":764},{"path":1173,"priority":764},"assets/CNIL_recommandation_cookies_et_traceurs.pdf",{"path":1138,"priority":764},{"path":1140,"priority":764},{"path":1177,"priority":764},"assets/sample_template_politique_cookies.docx",{"path":1179,"priority":764},"assets/sample_template_politique_cookies.pdf",{"path":1181,"priority":716},"references/BASES_LEGALES_COOKIES.md",{"path":1148,"priority":716},{"path":1150,"priority":716},{"path":1152,"priority":716},{"basePath":478,"description":1186,"displayName":1187,"installMethods":1188,"rationale":1189,"selectedPaths":1190,"source":327,"sourceLanguage":18,"type":247},"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",[1191,1192,1193,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1128,"priority":716},{"path":1195,"priority":764},"assets/Circulaire_26_juin_2024.pdf",{"path":1197,"priority":764},"assets/DREETS_synthese_2025.pdf",{"path":1199,"priority":764},"assets/Decret_2022_1284.pdf",{"path":1201,"priority":764},"assets/Directive_CS3D_2024_1760.pdf",{"path":1203,"priority":764},"assets/L225-102-1.pdf",{"path":1205,"priority":764},"assets/L225-102-2.pdf",{"path":1207,"priority":764},"assets/Loi_Sapin_II_consolidee.pdf",{"path":1209,"priority":764},"assets/Loi_Waserman_2022.pdf",{"path":1211,"priority":764},"assets/Referentiel_CNIL_alertes_professionnelles.pdf",{"path":1213,"priority":764},"assets/Template_Politique_Lanceur_Alerte.docx",{"path":1215,"priority":716},"references/DECRET_PROCEDURE.md",{"path":1217,"priority":716},"references/FONCTION_PUBLIQUE.md",{"path":1219,"priority":716},"references/RGPD_CNIL.md",{"path":1221,"priority":716},"references/TEXTES_LEGAUX.md",{"path":1223,"priority":716},"references/VIGILANCE.md",{"basePath":600,"description":1225,"displayName":602,"installMethods":1226,"rationale":1227,"selectedPaths":1228,"source":327,"sourceLanguage":18,"type":247},"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",[1229,1230,1231,1233,1235,1236,1238,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,1291],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1232,"priority":716},"editing.md",{"path":1234,"priority":716},"pptxgenjs.md",{"path":763,"priority":764},{"path":1237,"priority":764},"scripts/add_slide.py",{"path":1239,"priority":764},"scripts/clean.py",{"path":770,"priority":764},{"path":772,"priority":764},{"path":774,"priority":764},{"path":776,"priority":764},{"path":778,"priority":764},{"path":780,"priority":764},{"path":782,"priority":764},{"path":784,"priority":764},{"path":786,"priority":764},{"path":788,"priority":764},{"path":790,"priority":764},{"path":792,"priority":764},{"path":794,"priority":764},{"path":796,"priority":764},{"path":798,"priority":764},{"path":800,"priority":764},{"path":802,"priority":764},{"path":804,"priority":764},{"path":806,"priority":764},{"path":808,"priority":764},{"path":810,"priority":764},{"path":812,"priority":764},{"path":814,"priority":764},{"path":816,"priority":764},{"path":818,"priority":764},{"path":820,"priority":764},{"path":822,"priority":764},{"path":824,"priority":764},{"path":826,"priority":764},{"path":828,"priority":764},{"path":830,"priority":764},{"path":832,"priority":764},{"path":834,"priority":764},{"path":836,"priority":764},{"path":838,"priority":764},{"path":840,"priority":764},{"path":842,"priority":764},{"path":844,"priority":764},{"path":846,"priority":764},{"path":848,"priority":764},{"path":850,"priority":764},{"path":852,"priority":764},{"path":854,"priority":764},{"path":856,"priority":764},{"path":858,"priority":764},{"path":860,"priority":764},{"path":862,"priority":764},{"path":864,"priority":764},{"path":866,"priority":764},{"path":868,"priority":764},{"path":870,"priority":764},{"path":1292,"priority":764},"scripts/thumbnail.py",{"basePath":672,"description":1294,"displayName":674,"installMethods":1295,"rationale":1296,"selectedPaths":1297,"source":327,"sourceLanguage":18,"type":247},"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",[1298,1299],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":496,"description":1301,"displayName":498,"installMethods":1302,"rationale":1303,"selectedPaths":1304,"source":327,"sourceLanguage":719,"type":247},"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",[1305,1306,1307,1309,1311],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1308,"priority":716},"references/calculs-indemnites.md",{"path":1310,"priority":716},"references/conseils-variations.md",{"path":1312,"priority":716},"references/structure-requete.md",{"basePath":663,"description":1314,"displayName":665,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":327,"sourceLanguage":18,"type":247},"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",[1318,1319,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1321,"priority":716},"references/golang-general-backend-security.md",{"path":1323,"priority":716},"references/javascript-express-web-server-security.md",{"path":1325,"priority":716},"references/javascript-general-web-frontend-security.md",{"path":1327,"priority":716},"references/javascript-jquery-web-frontend-security.md",{"path":1329,"priority":716},"references/javascript-typescript-nextjs-web-server-security.md",{"path":1331,"priority":716},"references/javascript-typescript-react-web-frontend-security.md",{"path":1333,"priority":716},"references/javascript-typescript-vue-web-frontend-security.md",{"path":1335,"priority":716},"references/python-django-web-server-security.md",{"path":1337,"priority":716},"references/python-fastapi-web-server-security.md",{"path":1339,"priority":716},"references/python-flask-web-server-security.md",{"basePath":636,"description":1341,"displayName":638,"installMethods":1342,"rationale":1343,"selectedPaths":1344,"source":327,"sourceLanguage":18,"type":247},"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",[1345,1346,1347,1349,1351,1353,1355],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1348,"priority":716},"references/output-patterns.md",{"path":1350,"priority":716},"references/workflows.md",{"path":1352,"priority":764},"scripts/init_skill.py",{"path":1354,"priority":764},"scripts/package_skill.py",{"path":1356,"priority":764},"scripts/quick_validate.py",{"basePath":645,"description":1358,"displayName":646,"installMethods":1359,"rationale":1360,"selectedPaths":1361,"source":327,"sourceLanguage":18,"type":247},"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",[1362,1363,1364,1365,1366],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1352,"priority":764},{"path":1354,"priority":764},{"path":1356,"priority":764},{"basePath":653,"description":1368,"displayName":655,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":327,"sourceLanguage":18,"type":247},"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",[1372,1373,1374,1375],{"path":338,"priority":321},{"path":323,"priority":326},{"path":336,"priority":326},{"path":1376,"priority":764},"scripts/self-improve-hook.sh",{"basePath":421,"description":1378,"displayName":423,"installMethods":1379,"rationale":1380,"selectedPaths":1381,"source":327,"sourceLanguage":18,"type":247},"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",[1382,1383,1384,1386,1388,1390],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1385,"priority":716},"references/canons_of_construction.md",{"path":1387,"priority":716},"references/index.md",{"path":1389,"priority":716},"references/practical_lessons.md",{"path":1391,"priority":716},"references/statutory_structure.md",{"basePath":618,"description":1393,"displayName":620,"installMethods":1394,"rationale":1395,"selectedPaths":1396,"source":327,"sourceLanguage":18,"type":247},"Guide to analyze multiple documents (PDF, DOCX) against user-defined columns and produce a structured Excel output with citations. Use when the user wants to: (1) Extract specific information from multiple documents into a table, (2) Compare clauses or provisions across contracts, (3) Create a document review matrix with source citations. Triggers on: 'tabular review', 'document matrix', 'extract from documents', 'compare across documents', 'review multiple contracts'.",{"claudeCode":12},"SKILL.md frontmatter at skills/tabular-review-lawvable/SKILL.md",[1397,1398],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":349,"description":1400,"displayName":351,"installMethods":1401,"rationale":1402,"selectedPaths":1403,"source":327,"sourceLanguage":18,"type":247},"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",[1404,1405],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":358,"description":1407,"displayName":360,"installMethods":1408,"rationale":1409,"selectedPaths":1410,"source":327,"sourceLanguage":18,"type":247},"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",[1411,1412],{"path":338,"priority":321},{"path":336,"priority":326},{"basePath":627,"description":1414,"displayName":629,"installMethods":1415,"rationale":1416,"selectedPaths":1417,"source":327,"sourceLanguage":18,"type":247},"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",[1418,1419,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,1502],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1421,"priority":764},"assets/basic-command/.vscodeignore",{"path":1423,"priority":764},"assets/basic-command/esbuild.js",{"path":1425,"priority":764},"assets/basic-command/package.json",{"path":1427,"priority":764},"assets/basic-command/src/extension.ts",{"path":1429,"priority":764},"assets/basic-command/tsconfig.json",{"path":1431,"priority":764},"assets/custom-editor/.vscodeignore",{"path":1433,"priority":764},"assets/custom-editor/esbuild.js",{"path":1435,"priority":764},"assets/custom-editor/package.json",{"path":1437,"priority":764},"assets/custom-editor/src/editorProvider.ts",{"path":1439,"priority":764},"assets/custom-editor/src/extension.ts",{"path":1441,"priority":764},"assets/custom-editor/tsconfig.json",{"path":1443,"priority":764},"assets/file-bridge/.vscodeignore",{"path":1445,"priority":764},"assets/file-bridge/esbuild.js",{"path":1447,"priority":764},"assets/file-bridge/package.json",{"path":1449,"priority":764},"assets/file-bridge/src/extension.ts",{"path":1451,"priority":764},"assets/file-bridge/src/fileBridge.ts",{"path":1453,"priority":764},"assets/file-bridge/tsconfig.json",{"path":1455,"priority":764},"assets/tree-view/.vscodeignore",{"path":1457,"priority":764},"assets/tree-view/esbuild.js",{"path":1459,"priority":764},"assets/tree-view/package.json",{"path":1461,"priority":764},"assets/tree-view/src/extension.ts",{"path":1463,"priority":764},"assets/tree-view/src/treeProvider.ts",{"path":1465,"priority":764},"assets/tree-view/tsconfig.json",{"path":1467,"priority":764},"assets/webview-react/.vscodeignore",{"path":1469,"priority":764},"assets/webview-react/esbuild.js",{"path":1471,"priority":764},"assets/webview-react/package.json",{"path":1473,"priority":764},"assets/webview-react/src/extension.ts",{"path":1475,"priority":764},"assets/webview-react/src/webview/App.tsx",{"path":1477,"priority":764},"assets/webview-react/src/webview/index.html",{"path":1479,"priority":764},"assets/webview-react/src/webview/index.tsx",{"path":1481,"priority":764},"assets/webview-react/src/webview/styles.css",{"path":1483,"priority":764},"assets/webview-react/src/webview/tsconfig.json",{"path":1485,"priority":764},"assets/webview-react/src/webview/vite.config.ts",{"path":1487,"priority":764},"assets/webview-react/tsconfig.json",{"path":1489,"priority":716},"references/ai-integration.md",{"path":1491,"priority":716},"references/api-reference.md",{"path":1493,"priority":716},"references/build-config.md",{"path":1495,"priority":716},"references/contribution-points.md",{"path":1497,"priority":716},"references/conversion-guide.md",{"path":1499,"priority":716},"references/custom-editor-patterns.md",{"path":1501,"priority":716},"references/tree-view-patterns.md",{"path":1503,"priority":716},"references/webview-patterns.md",{"basePath":244,"description":10,"displayName":13,"installMethods":1505,"rationale":1506,"selectedPaths":1507,"source":327,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/xlsx-processing-anthropic/SKILL.md",[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,1561],{"path":338,"priority":321},{"path":336,"priority":326},{"path":770,"priority":764},{"path":772,"priority":764},{"path":774,"priority":764},{"path":776,"priority":764},{"path":778,"priority":764},{"path":780,"priority":764},{"path":782,"priority":764},{"path":784,"priority":764},{"path":786,"priority":764},{"path":788,"priority":764},{"path":790,"priority":764},{"path":792,"priority":764},{"path":794,"priority":764},{"path":796,"priority":764},{"path":798,"priority":764},{"path":800,"priority":764},{"path":802,"priority":764},{"path":804,"priority":764},{"path":806,"priority":764},{"path":808,"priority":764},{"path":810,"priority":764},{"path":812,"priority":764},{"path":814,"priority":764},{"path":816,"priority":764},{"path":818,"priority":764},{"path":820,"priority":764},{"path":822,"priority":764},{"path":824,"priority":764},{"path":826,"priority":764},{"path":828,"priority":764},{"path":830,"priority":764},{"path":832,"priority":764},{"path":834,"priority":764},{"path":836,"priority":764},{"path":838,"priority":764},{"path":840,"priority":764},{"path":842,"priority":764},{"path":844,"priority":764},{"path":846,"priority":764},{"path":848,"priority":764},{"path":850,"priority":764},{"path":852,"priority":764},{"path":854,"priority":764},{"path":856,"priority":764},{"path":858,"priority":764},{"path":860,"priority":764},{"path":862,"priority":764},{"path":864,"priority":764},{"path":866,"priority":764},{"path":868,"priority":764},{"path":870,"priority":764},{"path":1562,"priority":764},"scripts/recalc.py",{"basePath":592,"description":1564,"displayName":594,"installMethods":1565,"rationale":1566,"selectedPaths":1567,"source":327,"sourceLanguage":18,"type":247},"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",[1568],{"path":338,"priority":321},{"basePath":583,"description":1570,"displayName":585,"installMethods":1571,"rationale":1572,"selectedPaths":1573,"source":327,"sourceLanguage":18,"type":247},"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",[1574,1575,1576,1578,1580,1582],{"path":338,"priority":321},{"path":336,"priority":326},{"path":1577,"priority":716},"references/examples/openpyxl/create_basic_spreadsheet.py",{"path":1579,"priority":716},"references/examples/openpyxl/create_spreadsheet_with_styling.py",{"path":1581,"priority":716},"references/examples/openpyxl/read_existing_spreadsheet.py",{"path":1583,"priority":716},"references/examples/openpyxl/styling_spreadsheet.py",{"sources":1585},[1586],"manual",{"closedIssues90d":232,"description":1588,"forks":233,"homepage":1589,"license":239,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":1590},"A curated list of awesome Agent Skills for automating legal work","https://lawvable.com",[277,216,1591,1592,1593],"law","workflows","legal-work",{"classifiedAt":1595,"discoverAt":1596,"extractAt":1597,"githubAt":1597,"updatedAt":1595},1778692158842,1778692150913,1778692156820,[216,214,212,215,213],{"evaluatedAt":242,"extractAt":291,"updatedAt":242},[],[1602,1632,1661,1689,1707,1739],{"_creationTime":1603,"_id":1604,"community":1605,"display":1606,"identity":1612,"providers":1616,"relations":1625,"tags":1628,"workflow":1629},1778695548458.3613,"k17dx6tyy2yb3z5pp1vgmg46ad86nm18",{"reviewCount":8},{"description":1607,"installMethods":1608,"name":1610,"sourceUrl":1611},"Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.\n",{"claudeCode":1609},"pjt222/agent-almanac","fit-drift-diffusion-model","https://github.com/pjt222/agent-almanac",{"basePath":1613,"githubOwner":1614,"githubRepo":1615,"locale":18,"slug":1610,"type":247},"skills/fit-drift-diffusion-model","pjt222","agent-almanac",{"evaluate":1617,"extract":1624},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1618,"tags":1619,"targetMarket":217,"tier":1623},100,[1620,1621,1622,215,214],"cognitive-science","modeling","statistics","verified",{"commitSha":280},{"parentExtensionId":1626,"repoId":1627},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1620,214,1621,215,1622],{"evaluatedAt":1630,"extractAt":1631,"updatedAt":1630},1778698191612,1778695548458,{"_creationTime":1633,"_id":1634,"community":1635,"display":1636,"identity":1641,"providers":1646,"relations":1655,"tags":1657,"workflow":1658},1778696993586.709,"k17aycy7jw739x4kvwp61kpwps86mx7x",{"reviewCount":8},{"description":10,"installMethods":1637,"name":1639,"sourceUrl":1640},{"claudeCode":1638},"SeifBenayed/claude-code-sdk","XLSX Skill","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1642,"githubOwner":1643,"githubRepo":1644,"locale":18,"slug":1645,"type":247},".claude/skills/xlsx","SeifBenayed","claude-code-sdk","xlsx",{"evaluate":1647,"extract":1653},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1648,"tags":1649,"targetMarket":217,"tier":1623},96,[213,1645,1650,1651,1652,212],"csv","data-cleaning","data-transformation",{"commitSha":280,"license":1654},"MIT",{"repoId":1656},"kd78s53c1852h5p7c3qem663xs86njab",[1650,1651,1652,212,213,1645],{"evaluatedAt":1659,"extractAt":1660,"updatedAt":1659},1778697270113,1778696993586,{"_creationTime":1662,"_id":1663,"community":1664,"display":1665,"identity":1671,"providers":1676,"relations":1683,"tags":1685,"workflow":1686},1778675145461.871,"k17bhq1r7db2kzggxwehb42kgx86nfrm",{"reviewCount":8},{"description":1666,"installMethods":1667,"name":1669,"sourceUrl":1670},"Part of the AlterLab Academic Skills suite. 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":1668},"AlterLab-IEU/AlterLab-Academic-Skills","AlterLab XLSX","https://github.com/AlterLab-IEU/AlterLab-Academic-Skills",{"basePath":1672,"githubOwner":1673,"githubRepo":1674,"locale":18,"slug":1675,"type":247},"skills/document-tools/alterlab-xlsx","AlterLab-IEU","AlterLab-Academic-Skills","alterlab-xlsx",{"evaluate":1677,"extract":1682},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1678,"tags":1679,"targetMarket":217,"tier":278},90,[212,213,1680,215,1681],"data-manipulation","libreoffice",{"commitSha":280,"license":1654},{"repoId":1684},"kd7fqvj70pvyn4r3q9kctpnd7d86mfqd",[1680,212,1681,215,213],{"evaluatedAt":1687,"extractAt":1688,"updatedAt":1687},1778678089547,1778675145461,{"_creationTime":1690,"_id":1691,"community":1692,"display":1693,"identity":1695,"providers":1696,"relations":1702,"tags":1704,"workflow":1705},1778692159341.6687,"k179s5rhxtjfkzzebctesyezcs86m5ck",{"reviewCount":8},{"description":1570,"installMethods":1694,"name":585,"sourceUrl":14},{"claudeCode":12},{"basePath":583,"githubOwner":245,"githubRepo":246,"locale":18,"slug":585,"type":247},{"evaluate":1697,"extract":1701},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1698,"tags":1699,"targetMarket":217,"tier":278},85,[213,212,1645,1650,296,297,214,1700],"data-visualization",{"commitSha":280},{"parentExtensionId":1703,"repoId":287},"k17avtsenrhavq2g50wpg3sjj186naa8",[1650,214,1700,212,297,296,213,1645],{"evaluatedAt":1706,"extractAt":291,"updatedAt":1706},1778694052634,{"_creationTime":1708,"_id":1709,"community":1710,"display":1711,"identity":1717,"providers":1722,"relations":1732,"tags":1735,"workflow":1736},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1712,"installMethods":1713,"name":1715,"sourceUrl":1716},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1714},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1718,"githubOwner":1719,"githubRepo":1720,"locale":18,"slug":1721,"type":247},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1723,"extract":1731},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1618,"tags":1724,"targetMarket":217,"tier":1623},[1725,1726,1727,1728,216,1729,1730],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":280,"license":1654},{"parentExtensionId":1733,"repoId":1734},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,1729,1730,1726,1725,1728,1727],{"evaluatedAt":1737,"extractAt":1738,"updatedAt":1737},1778699613343,1778699234184,{"_creationTime":1740,"_id":1741,"community":1742,"display":1743,"identity":1749,"providers":1751,"relations":1759,"tags":1761,"workflow":1762},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":1744,"installMethods":1745,"name":1747,"sourceUrl":1748},"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":1746},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":266,"githubOwner":1750,"githubRepo":1747,"locale":18,"slug":1747,"type":247},"zagmoai",{"evaluate":1752,"extract":1758},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1618,"tags":1753,"targetMarket":217,"tier":1623},[1754,1755,1756,216,1757],"google-docs","google-sheets","productivity","api-client",{"commitSha":280},{"repoId":1760},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[1757,216,1754,1755,1756],{"evaluatedAt":1763,"extractAt":1764,"updatedAt":1765},1778699485884,1778699468747,1778699509178]