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