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