[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-anthropics-skill-creator-de":3,"guides-for-anthropics-skill-creator":828,"similar-k1703dx9r85241wef0a8cpp28h86nxg1-de":829},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":245,"parentExtension":246,"providers":306,"relations":311,"repo":312,"tags":826,"workflow":827},1778675443171.0571,"k1703dx9r85241wef0a8cpp28h86nxg1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"claudeCode":12},"anthropics/skills","Skill Creator","https://github.com/anthropics/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":237},1778675735417.0828,"kn725t5t1fk9vrsq23g4xjp3c586mfcy","en",{"checks":20,"evaluatedAt":174,"extensionSummary":175,"features":176,"nonGoals":182,"practices":186,"prerequisites":191,"promptVersionExtension":193,"promptVersionScoring":194,"purpose":195,"rationale":196,"score":197,"summary":198,"tags":199,"targetMarket":205,"tier":206,"useCases":207,"workflow":212},[21,26,29,32,36,40,44,48,51,54,57,60,63,66,70,74,78,82,86,89,93,97,101,104,107,111,114,118,121,125,128,131,134,138,141,144,147,150,154,157,161,164,167,171],{"category":22,"check":23,"severity":24,"summary":25},"Scope","Single responsibility principle","pass","The skill focuses on creating, modifying, and evaluating other skills, which is a coherent and single domain.",{"category":22,"check":27,"severity":24,"summary":28},"Tool naming","The skill operates directly via Claude's internal LLM capabilities and does not expose explicit tools with names.",{"category":22,"check":30,"severity":24,"summary":31},"Minimal I/O surface","The skill interacts with the user via natural language and internal LLM tooling, with no explicit tool parameter schemas to evaluate.",{"category":33,"check":34,"severity":24,"summary":35},"License","License usability","The extension is licensed under the Apache-2.0 license, which is permissive and suitable for redistribution.",{"category":37,"check":38,"severity":24,"summary":39},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":37,"check":41,"severity":42,"summary":43},"Dependency Management","not_applicable","The skill does not appear to rely on external third-party dependencies that would require specific management.",{"category":45,"check":46,"severity":42,"summary":47},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":45,"check":49,"severity":24,"summary":50},"Injection","The skill operates by interpreting user intent and guiding the LLM, without loading external data as instructions.",{"category":45,"check":52,"severity":24,"summary":53},"Transitive Supply-Chain Grenades","The skill's functionality is self-contained and does not fetch or execute external code or data at runtime.",{"category":45,"check":55,"severity":24,"summary":56},"Sandbox Isolation","The skill operates within the LLM's execution environment and does not modify files outside its scope.",{"category":45,"check":58,"severity":24,"summary":59},"Sandbox escape primitives","No evidence of detached process spawns or denial-retry loops found in the skill's logic.",{"category":45,"check":61,"severity":24,"summary":62},"Data Exfiltration","The skill focuses on managing skill development and does not appear to read or submit confidential data.",{"category":45,"check":64,"severity":24,"summary":65},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and all descriptions are clean.",{"category":67,"check":68,"severity":24,"summary":69},"Hooks","Opaque code execution","The skill's logic is implemented via natural language instructions and does not involve obfuscated or dynamically fetched code.",{"category":71,"check":72,"severity":24,"summary":73},"Portability","Structural Assumption","The skill operates on abstract concepts of skill development and does not make assumptions about user project structure.",{"category":75,"check":76,"severity":24,"summary":77},"Trust","Issues Attention","The repository shows active issue management with a high closure rate relative to opened issues.",{"category":79,"check":80,"severity":24,"summary":81},"Version","Release Management","The repository has a clear versioning signal via recent pushedAt dates and a meaningful commit history, indicating managed releases.",{"category":83,"check":84,"severity":42,"summary":85},"Execution","Validation","The skill's operation is based on LLM interpretation and doesn't involve explicit schema validation of inputs/outputs in the traditional sense.",{"category":45,"check":87,"severity":24,"summary":88},"Unguarded Destructive Operations","The skill guides the LLM in skill development tasks, which are not inherently destructive operations that require guarding.",{"category":90,"check":91,"severity":24,"summary":92},"Errors","Error Handling","The skill's process is guided by LLM interaction, which inherently handles errors by regenerating responses or clarifying instructions.",{"category":94,"check":95,"severity":42,"summary":96},"Code Execution","Logging","As a skill operating on LLM interpretation, it does not produce explicit audit logs in the traditional sense.",{"category":98,"check":99,"severity":24,"summary":100},"Compliance","GDPR","The skill focuses on skill development processes and does not handle personal data.",{"category":98,"check":102,"severity":24,"summary":103},"Target market","The skill's functionality is general to AI skill development and has no regional limitations.",{"category":71,"check":105,"severity":24,"summary":106},"Runtime stability","The skill operates within the Claude environment and does not make assumptions about specific external runtimes or operating systems.",{"category":108,"check":109,"severity":24,"summary":110},"Documentation","README","The README file clearly explains the purpose and capabilities of the skills repository.",{"category":22,"check":112,"severity":42,"summary":113},"Tool surface size","This is a skill, not a CLI or MCP server, and does not expose tools in the same manner.",{"category":115,"check":116,"severity":42,"summary":117},"Invocation","Overlapping near-synonym tools","The skill does not expose explicit tools, thus no overlapping near-synonym tools.",{"category":108,"check":119,"severity":24,"summary":120},"Phantom features","All advertised features related to skill creation and evaluation are implemented and demonstrable.",{"category":122,"check":123,"severity":24,"summary":124},"Install","Installation instruction","Clear instructions are provided for installing and using the skills in Claude Code, Claude.ai, and via the API.",{"category":90,"check":126,"severity":24,"summary":127},"Actionable error messages","The skill guides the LLM to provide actionable feedback, and the associated scripts offer clear error reporting.",{"category":83,"check":129,"severity":42,"summary":130},"Pinned dependencies","The skill does not appear to rely on external package dependencies.",{"category":22,"check":132,"severity":42,"summary":133},"Dry-run preview","The skill's operations are guided by LLM interpretation and do not involve state-changing commands that would require a dry-run mode.",{"category":135,"check":136,"severity":42,"summary":137},"Protocol","Idempotent retry & timeouts","The skill's nature as an LLM-guided process does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":98,"check":139,"severity":24,"summary":140},"Telemetry opt-in","No telemetry is emitted by this skill.",{"category":115,"check":142,"severity":24,"summary":143},"Precise Purpose","The description clearly states the skill's purpose (create, modify, measure skills) and its use cases (from scratch, edit, optimize, run evals).",{"category":115,"check":145,"severity":24,"summary":146},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capabilities and purpose.",{"category":108,"check":148,"severity":24,"summary":149},"Concise Body","The skill's body is well-structured, using progressive disclosure for detailed procedures.",{"category":151,"check":152,"severity":24,"summary":153},"Context","Progressive Disclosure","The skill utilizes progressive disclosure by referencing separate files for detailed procedures and examples.",{"category":151,"check":155,"severity":42,"summary":156},"Forked exploration","The skill does not involve deep exploration or code review requiring a forked context.",{"category":158,"check":159,"severity":24,"summary":160},"Practical Utility","Usage examples","The SKILL.md includes examples of how to format outputs and structure test cases, aiding in practical use.",{"category":158,"check":162,"severity":24,"summary":163},"Edge cases","The documentation discusses handling different user familiarity levels and provides guidance on choosing appropriate evaluation methods.",{"category":94,"check":165,"severity":42,"summary":166},"Tool Fallback","The skill does not rely on external tools that would require fallback mechanisms.",{"category":168,"check":169,"severity":24,"summary":170},"Safety","Halt on unexpected state","The skill's process involves iterative feedback and user guidance, inherently halting or clarifying on unexpected states.",{"category":71,"check":172,"severity":24,"summary":173},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; coordination is explicit if needed.",1778675735262,"This skill is designed to assist users in the entire lifecycle of AI skill development, from initial creation and drafting to iterative improvement and performance measurement through evaluations and benchmarks.",[177,178,179,180,181],"Create new AI skills from scratch","Modify and improve existing AI skills","Measure AI skill performance with evaluations","Benchmark skill performance with variance analysis","Optimize skill descriptions for better triggering accuracy",[183,184,185],"Directly executing arbitrary code outside the defined skill development process.","Providing a generic chatbot interface without a focus on skill creation.","Automating the entire skill creation process without user input or review.",[187,188,189,190],"Iterative skill development","Prompt engineering","Evaluation design","Performance benchmarking",[192],"Access to Claude Code or similar LLM environment","3.0.0","4.4.0","Empower users to efficiently build, refine, and validate AI skills, ensuring they are effective and accurate for their intended tasks.","The skill-creator skill is highly effective and well-documented. It passed all checks, demonstrating a clear purpose, robust documentation, and secure implementation.",95,"Excellent skill for creating, improving, and evaluating AI skills.",[200,201,202,203,204],"skill-development","agent-creation","evaluation","automation","llm-ops","global","verified",[208,209,210,211],"When a user wants to develop a new skill for a specific task.","When a user has an existing skill that needs refinement or optimization.","When a user needs to quantitatively assess the performance of a skill.","When a user wants to ensure a skill triggers accurately for relevant prompts.",[213,214,215,216,217,218,219,220,221],"Capture user intent for skill creation","Interview user and research existing MCPs","Write draft SKILL.md (description, instructions)","Define output formats and examples","Create test cases and run evaluations (with/without skill)","Analyze results and grade runs","Improve skill based on feedback and re-run evaluations","Optimize skill description for triggering accuracy","Package and present the final skill",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":235,"testCoverage":236},{"hasLockfile":224},false,1778675717828,{"descriptionLength":227,"readmeSize":228},319,5552,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"openIssues90d":232,"pushedAt":233,"stars":234},11,15729,135,1778286877000,133400,{"hasNpmPackage":224,"smitheryVerified":224},{"hasCi":224,"hasTests":224},{"updatedAt":238},1778675735417,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":243,"type":244},"skills/skill-creator","anthropics","skills","skill-creator","skill",true,{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":288,"relations":302,"tags":303,"workflow":304},1778675443171.0537,"k170qz33xe7jskt6553a2dh72586mgxe",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":14},"Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",{"claudeCode":242},"Claude API and SDK Guide",{"basePath":255,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":282,"tags":284,"workflow":285},1778675443171.0535,"k179jez5bqzvcf34s52bze7t7n86nhn3",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Anthropic example skills",{"claudeCode":12},"anthropic-agent-skills",{"basePath":255,"githubOwner":241,"githubRepo":242,"locale":18,"slug":242,"type":266},"marketplace",{"evaluate":268,"extract":276},{"promptVersionExtension":269,"promptVersionScoring":194,"score":270,"tags":271,"targetMarket":205,"tier":275},"3.1.0",79,[272,242,266,273,274],"ai","documentation","examples","community",{"commitSha":277,"marketplace":278,"plugin":280},"HEAD",{"name":264,"pluginCount":279},1,{"mcpCount":8,"provider":281,"skillCount":8},"classify",{"repoId":283},"kd70961715zznj5333pbvetk3986mf7x",[272,273,274,266,242],{"evaluatedAt":286,"extractAt":287,"updatedAt":286},1778675460927,1778675443171,{"evaluate":289,"extract":298},{"promptVersionExtension":193,"promptVersionScoring":194,"score":290,"tags":291,"targetMarket":205,"tier":275},89,[292,293,294,295,296,297,273],"claude-api","llm","sdk","typescript","python","developer-tools",{"commitSha":277,"license":299,"plugin":300},"Proprietary",{"mcpCount":8,"provider":281,"skillCount":301},17,{"parentExtensionId":259,"repoId":283},[292,297,273,293,296,294,295],{"evaluatedAt":305,"extractAt":287,"updatedAt":305},1778675491504,{"evaluate":307,"extract":309},{"promptVersionExtension":193,"promptVersionScoring":194,"score":197,"tags":308,"targetMarket":205,"tier":206},[200,201,202,203,204],{"commitSha":277,"license":310},"Apache-2.0",{"parentExtensionId":248,"repoId":283},{"_creationTime":313,"_id":283,"identity":314,"providers":315,"workflow":822},1778675438038.062,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":316,"discover":815,"github":818},{"commitSha":277,"extensions":317},[318,328,334,340,345,362,371,380,388,396,523,532,549,566,596,667,694,703,712,727,744,806],{"basePath":255,"description":262,"displayName":264,"installMethods":319,"rationale":320,"selectedPaths":321,"source":327,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[322,325],{"path":323,"priority":324},".claude-plugin/marketplace.json","mandatory",{"path":326,"priority":324},"README.md","rule",{"basePath":255,"description":251,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":327,"sourceLanguage":18,"type":256},"document-skills",{"claudeCode":242},"inline plugin source from marketplace.json at /",[333],{"path":326,"priority":324},{"basePath":255,"description":335,"displayName":336,"installMethods":337,"rationale":331,"selectedPaths":338,"source":327,"sourceLanguage":18,"type":256},"Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling","example-skills",{"claudeCode":242},[339],{"path":326,"priority":324},{"basePath":255,"description":341,"displayName":292,"installMethods":342,"rationale":331,"selectedPaths":343,"source":327,"sourceLanguage":18,"type":256},"Claude API and SDK documentation skill for building LLM-powered applications",{"claudeCode":242},[344],{"path":326,"priority":324},{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":327,"sourceLanguage":18,"type":244},"skills/algorithmic-art","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.","algorithmic-art",{"claudeCode":12},"SKILL.md frontmatter at skills/algorithmic-art/SKILL.md",[352,354,357,360],{"path":353,"priority":324},"SKILL.md",{"path":355,"priority":356},"LICENSE.txt","high",{"path":358,"priority":359},"templates/generator_template.js","low",{"path":361,"priority":359},"templates/viewer.html",{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":327,"sourceLanguage":18,"type":244},"skills/brand-guidelines","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.","brand-guidelines",{"claudeCode":12},"SKILL.md frontmatter at skills/brand-guidelines/SKILL.md",[369,370],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":372,"description":373,"displayName":374,"installMethods":375,"rationale":376,"selectedPaths":377,"source":327,"sourceLanguage":18,"type":244},"skills/canvas-design","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.","canvas-design",{"claudeCode":12},"SKILL.md frontmatter at skills/canvas-design/SKILL.md",[378,379],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":381,"description":382,"displayName":292,"installMethods":383,"rationale":384,"selectedPaths":385,"source":327,"sourceLanguage":18,"type":244},"skills/claude-api","Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.",{"claudeCode":12},"SKILL.md frontmatter at skills/claude-api/SKILL.md",[386,387],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":327,"sourceLanguage":18,"type":244},"skills/doc-coauthoring","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.","doc-coauthoring",{"claudeCode":12},"SKILL.md frontmatter at skills/doc-coauthoring/SKILL.md",[395],{"path":353,"priority":324},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":327,"sourceLanguage":18,"type":244},"skills/docx","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.","docx",{"claudeCode":12},"SKILL.md frontmatter at skills/docx/SKILL.md",[403,404,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521],{"path":353,"priority":324},{"path":355,"priority":356},{"path":406,"priority":359},"scripts/__init__.py",{"path":408,"priority":359},"scripts/accept_changes.py",{"path":410,"priority":359},"scripts/comment.py",{"path":412,"priority":359},"scripts/office/helpers/__init__.py",{"path":414,"priority":359},"scripts/office/helpers/merge_runs.py",{"path":416,"priority":359},"scripts/office/helpers/simplify_redlines.py",{"path":418,"priority":359},"scripts/office/pack.py",{"path":420,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":422,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":424,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":426,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":428,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":430,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":432,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":434,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":436,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":438,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":440,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":442,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":444,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":446,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":448,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":450,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":452,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":454,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":456,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":458,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":460,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":462,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":464,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":466,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":468,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":470,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":472,"priority":359},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":474,"priority":359},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":476,"priority":359},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":478,"priority":359},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":480,"priority":359},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":482,"priority":359},"scripts/office/schemas/mce/mc.xsd",{"path":484,"priority":359},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":486,"priority":359},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":488,"priority":359},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":490,"priority":359},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":492,"priority":359},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":494,"priority":359},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":496,"priority":359},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":498,"priority":359},"scripts/office/soffice.py",{"path":500,"priority":359},"scripts/office/unpack.py",{"path":502,"priority":359},"scripts/office/validate.py",{"path":504,"priority":359},"scripts/office/validators/__init__.py",{"path":506,"priority":359},"scripts/office/validators/base.py",{"path":508,"priority":359},"scripts/office/validators/docx.py",{"path":510,"priority":359},"scripts/office/validators/pptx.py",{"path":512,"priority":359},"scripts/office/validators/redlining.py",{"path":514,"priority":359},"scripts/templates/comments.xml",{"path":516,"priority":359},"scripts/templates/commentsExtended.xml",{"path":518,"priority":359},"scripts/templates/commentsExtensible.xml",{"path":520,"priority":359},"scripts/templates/commentsIds.xml",{"path":522,"priority":359},"scripts/templates/people.xml",{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":327,"sourceLanguage":18,"type":244},"skills/frontend-design","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.","frontend-design",{"claudeCode":12},"SKILL.md frontmatter at skills/frontend-design/SKILL.md",[530,531],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":327,"sourceLanguage":18,"type":244},"skills/internal-comms","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).","internal-comms",{"claudeCode":12},"SKILL.md frontmatter at skills/internal-comms/SKILL.md",[539,540,541,543,545,547],{"path":353,"priority":324},{"path":355,"priority":356},{"path":542,"priority":359},"examples/3p-updates.md",{"path":544,"priority":359},"examples/company-newsletter.md",{"path":546,"priority":359},"examples/faq-answers.md",{"path":548,"priority":359},"examples/general-comms.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":327,"sourceLanguage":18,"type":244},"skills/mcp-builder","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).","mcp-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-builder/SKILL.md",[556,557,558,560,562,564],{"path":353,"priority":324},{"path":355,"priority":356},{"path":559,"priority":359},"scripts/connections.py",{"path":561,"priority":359},"scripts/evaluation.py",{"path":563,"priority":359},"scripts/example_evaluation.xml",{"path":565,"priority":359},"scripts/requirements.txt",{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":327,"sourceLanguage":18,"type":244},"skills/pdf","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.","pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/pdf/SKILL.md",[573,574,575,578,580,582,584,586,588,590,592,594],{"path":353,"priority":324},{"path":355,"priority":356},{"path":576,"priority":577},"forms.md","medium",{"path":579,"priority":577},"reference.md",{"path":581,"priority":359},"scripts/check_bounding_boxes.py",{"path":583,"priority":359},"scripts/check_fillable_fields.py",{"path":585,"priority":359},"scripts/convert_pdf_to_images.py",{"path":587,"priority":359},"scripts/create_validation_image.py",{"path":589,"priority":359},"scripts/extract_form_field_info.py",{"path":591,"priority":359},"scripts/extract_form_structure.py",{"path":593,"priority":359},"scripts/fill_fillable_fields.py",{"path":595,"priority":359},"scripts/fill_pdf_form_with_annotations.py",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":327,"sourceLanguage":18,"type":244},"skills/pptx","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.","pptx",{"claudeCode":12},"SKILL.md frontmatter at skills/pptx/SKILL.md",[603,604,605,607,609,610,612,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665],{"path":353,"priority":324},{"path":355,"priority":356},{"path":606,"priority":577},"editing.md",{"path":608,"priority":577},"pptxgenjs.md",{"path":406,"priority":359},{"path":611,"priority":359},"scripts/add_slide.py",{"path":613,"priority":359},"scripts/clean.py",{"path":412,"priority":359},{"path":414,"priority":359},{"path":416,"priority":359},{"path":418,"priority":359},{"path":420,"priority":359},{"path":422,"priority":359},{"path":424,"priority":359},{"path":426,"priority":359},{"path":428,"priority":359},{"path":430,"priority":359},{"path":432,"priority":359},{"path":434,"priority":359},{"path":436,"priority":359},{"path":438,"priority":359},{"path":440,"priority":359},{"path":442,"priority":359},{"path":444,"priority":359},{"path":446,"priority":359},{"path":448,"priority":359},{"path":450,"priority":359},{"path":452,"priority":359},{"path":454,"priority":359},{"path":456,"priority":359},{"path":458,"priority":359},{"path":460,"priority":359},{"path":462,"priority":359},{"path":464,"priority":359},{"path":466,"priority":359},{"path":468,"priority":359},{"path":470,"priority":359},{"path":472,"priority":359},{"path":474,"priority":359},{"path":476,"priority":359},{"path":478,"priority":359},{"path":480,"priority":359},{"path":482,"priority":359},{"path":484,"priority":359},{"path":486,"priority":359},{"path":488,"priority":359},{"path":490,"priority":359},{"path":492,"priority":359},{"path":494,"priority":359},{"path":496,"priority":359},{"path":498,"priority":359},{"path":500,"priority":359},{"path":502,"priority":359},{"path":504,"priority":359},{"path":506,"priority":359},{"path":508,"priority":359},{"path":510,"priority":359},{"path":512,"priority":359},{"path":666,"priority":359},"scripts/thumbnail.py",{"basePath":240,"description":10,"displayName":243,"installMethods":668,"rationale":669,"selectedPaths":670,"source":327,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/skill-creator/SKILL.md",[671,672,673,675,677,678,680,682,684,686,688,690,692],{"path":353,"priority":324},{"path":355,"priority":356},{"path":674,"priority":359},"assets/eval_review.html",{"path":676,"priority":577},"references/schemas.md",{"path":406,"priority":359},{"path":679,"priority":359},"scripts/aggregate_benchmark.py",{"path":681,"priority":359},"scripts/generate_report.py",{"path":683,"priority":359},"scripts/improve_description.py",{"path":685,"priority":359},"scripts/package_skill.py",{"path":687,"priority":359},"scripts/quick_validate.py",{"path":689,"priority":359},"scripts/run_eval.py",{"path":691,"priority":359},"scripts/run_loop.py",{"path":693,"priority":359},"scripts/utils.py",{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":327,"sourceLanguage":18,"type":244},"skills/slack-gif-creator","Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like \"make me a GIF of X doing Y for Slack.\"","slack-gif-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/slack-gif-creator/SKILL.md",[701,702],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":327,"sourceLanguage":18,"type":244},"skills/theme-factory","Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.","theme-factory",{"claudeCode":12},"SKILL.md frontmatter at skills/theme-factory/SKILL.md",[710,711],{"path":353,"priority":324},{"path":355,"priority":356},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":327,"sourceLanguage":18,"type":244},"skills/web-artifacts-builder","Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.","web-artifacts-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/web-artifacts-builder/SKILL.md",[719,720,721,723,725],{"path":353,"priority":324},{"path":355,"priority":356},{"path":722,"priority":359},"scripts/bundle-artifact.sh",{"path":724,"priority":359},"scripts/init-artifact.sh",{"path":726,"priority":359},"scripts/shadcn-components.tar.gz",{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":327,"sourceLanguage":18,"type":244},"skills/webapp-testing","Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.","webapp-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/webapp-testing/SKILL.md",[734,735,736,738,740,742],{"path":353,"priority":324},{"path":355,"priority":356},{"path":737,"priority":359},"examples/console_logging.py",{"path":739,"priority":359},"examples/element_discovery.py",{"path":741,"priority":359},"examples/static_html_automation.py",{"path":743,"priority":359},"scripts/with_server.py",{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":327,"sourceLanguage":18,"type":244},"skills/xlsx","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.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at skills/xlsx/SKILL.md",[751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804],{"path":353,"priority":324},{"path":355,"priority":356},{"path":412,"priority":359},{"path":414,"priority":359},{"path":416,"priority":359},{"path":418,"priority":359},{"path":420,"priority":359},{"path":422,"priority":359},{"path":424,"priority":359},{"path":426,"priority":359},{"path":428,"priority":359},{"path":430,"priority":359},{"path":432,"priority":359},{"path":434,"priority":359},{"path":436,"priority":359},{"path":438,"priority":359},{"path":440,"priority":359},{"path":442,"priority":359},{"path":444,"priority":359},{"path":446,"priority":359},{"path":448,"priority":359},{"path":450,"priority":359},{"path":452,"priority":359},{"path":454,"priority":359},{"path":456,"priority":359},{"path":458,"priority":359},{"path":460,"priority":359},{"path":462,"priority":359},{"path":464,"priority":359},{"path":466,"priority":359},{"path":468,"priority":359},{"path":470,"priority":359},{"path":472,"priority":359},{"path":474,"priority":359},{"path":476,"priority":359},{"path":478,"priority":359},{"path":480,"priority":359},{"path":482,"priority":359},{"path":484,"priority":359},{"path":486,"priority":359},{"path":488,"priority":359},{"path":490,"priority":359},{"path":492,"priority":359},{"path":494,"priority":359},{"path":496,"priority":359},{"path":498,"priority":359},{"path":500,"priority":359},{"path":502,"priority":359},{"path":504,"priority":359},{"path":506,"priority":359},{"path":508,"priority":359},{"path":510,"priority":359},{"path":512,"priority":359},{"path":805,"priority":359},"scripts/recalc.py",{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":327,"sourceLanguage":814,"type":244},"template","Replace with description of the skill and when Claude should use it.","template-skill",{"claudeCode":12},"SKILL.md frontmatter at template/SKILL.md",[813],{"path":353,"priority":324},"fr",{"sources":816},[817],"manual",{"closedIssues90d":230,"description":819,"forks":231,"openIssues90d":232,"pushedAt":233,"readmeSize":228,"stars":234,"topics":820},"Public repository for Agent Skills",[821],"agent-skills",{"classifiedAt":823,"discoverAt":824,"extractAt":825,"githubAt":825,"updatedAt":823},1778675442937,1778675438038,1778675441020,[201,203,202,204,200],{"evaluatedAt":238,"extractAt":287,"updatedAt":238},[],[830,860,892,920,941,970],{"_creationTime":831,"_id":832,"community":833,"display":834,"identity":840,"providers":844,"relations":852,"tags":855,"workflow":856},1778696956947.3289,"k178wv979f7ak1vrv28fkjpabd86nmsp",{"reviewCount":8},{"description":835,"installMethods":836,"name":838,"sourceUrl":839},"Master-Skill für Rechtsteams, die Claude verwenden. Lädt die richtige Referenz für die Benutzerfrage (Konfiguration von Privilegien, MCP-Härtung, Verifizierung, lange Dokumente, Muster für Fachbereiche, Skill-Erstellung) und leitet an spezialisierte Starter-Skills weiter (NDA-Triage, Versionsvergleich, Besprechungszusammenfassung, Zitationsverifizierung, Status-Synthese). Wird automatisch aufgerufen, wenn der Benutzer juristische Arbeit, Verträge, Redlines, NDAs, Privilegien, Anwaltsgeheimnis, Gerichtsakten, Vernehmungen, regulatorische Compliance erwähnt oder fragt, wie Claude für eine Anwaltskanzlei oder ein internes Rechtsteam eingerichtet wird.",{"claudeCode":837},"sboghossian/master-claude-for-legal","Master Claude for Legal","https://github.com/sboghossian/master-claude-for-legal",{"basePath":255,"githubOwner":841,"githubRepo":842,"locale":843,"slug":842,"type":244},"sboghossian","master-claude-for-legal","de",{"evaluate":845,"extract":850},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":847,"targetMarket":205,"tier":206},100,[848,204,203,849,273],"legal","compliance",{"commitSha":277,"license":851},"MIT",{"repoId":853,"translatedFrom":854},"kd72fmh49vwat89ksfnb322tbh86nazp","k17c4m9c7dd4039yczkzej1wrs86n3pk",[203,849,273,848,204],{"evaluatedAt":857,"extractAt":858,"updatedAt":859},1778696937293,1778696923757,1778696956947,{"_creationTime":861,"_id":862,"community":863,"display":864,"identity":870,"providers":875,"relations":885,"tags":888,"workflow":889},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":865,"installMethods":866,"name":868,"sourceUrl":869},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":867},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":871,"githubOwner":872,"githubRepo":873,"locale":18,"slug":874,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":876,"extract":884},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":877,"targetMarket":205,"tier":206},[878,879,880,881,203,882,883],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":277,"license":851},{"parentExtensionId":886,"repoId":887},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[203,882,883,879,878,881,880],{"evaluatedAt":890,"extractAt":891,"updatedAt":890},1778699613343,1778699234184,{"_creationTime":893,"_id":894,"community":895,"display":896,"identity":902,"providers":904,"relations":912,"tags":915,"workflow":916},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":897,"installMethods":898,"name":900,"sourceUrl":901},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":899},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":255,"githubOwner":903,"githubRepo":900,"locale":843,"slug":900,"type":244},"zagmoai",{"evaluate":905,"extract":911},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":906,"targetMarket":205,"tier":206},[907,908,909,203,910],"google-docs","google-sheets","productivity","api-client",{"commitSha":277},{"repoId":913,"translatedFrom":914},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[910,203,907,908,909],{"evaluatedAt":917,"extractAt":918,"updatedAt":919},1778699485884,1778699468747,1778699508743,{"_creationTime":921,"_id":922,"community":923,"display":924,"identity":927,"providers":930,"relations":937,"tags":938,"workflow":939},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":925,"installMethods":926,"name":873,"sourceUrl":869},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":867},{"basePath":928,"githubOwner":872,"githubRepo":873,"locale":18,"slug":929,"type":244},"skills/ask","ask",{"evaluate":931,"extract":936},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":932,"targetMarket":205,"tier":206},[882,203,293,933,934,935],"prompting","code-review","artifact-generation",{"commitSha":277,"license":851},{"parentExtensionId":886,"repoId":887},[935,203,882,934,293,933],{"evaluatedAt":940,"extractAt":891,"updatedAt":940},1778699303045,{"_creationTime":942,"_id":943,"community":944,"display":945,"identity":951,"providers":955,"relations":962,"tags":965,"workflow":966},1778699368519.5344,"k17ab0jk30pqm4zejpk383w4dn86mj8t",{"reviewCount":8},{"description":946,"installMethods":947,"name":949,"sourceUrl":950},"Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.",{"claudeCode":948},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":952,"githubOwner":953,"githubRepo":242,"locale":843,"slug":954,"type":244},"skills/use-my-browser","xixu-me","use-my-browser",{"evaluate":956,"extract":961},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":957,"targetMarket":205,"tier":206},[958,959,203,960,297],"browser","debugging","ux",{"commitSha":277,"license":851},{"repoId":963,"translatedFrom":964},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[203,958,959,297,960],{"evaluatedAt":967,"extractAt":968,"updatedAt":969},1778699261239,1778699106670,1778699368519,{"_creationTime":971,"_id":972,"community":973,"display":974,"identity":980,"providers":983,"relations":992,"tags":996,"workflow":997},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":975,"installMethods":976,"name":978,"sourceUrl":979},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":977},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":981,"githubOwner":982,"githubRepo":978,"locale":843,"slug":978,"type":244},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":984,"extract":991},{"promptVersionExtension":193,"promptVersionScoring":194,"score":846,"tags":985,"targetMarket":205,"tier":206},[986,987,988,989,203,990,294],"twitter","x","api","data-retrieval","mcp",{"commitSha":277},{"parentExtensionId":993,"repoId":994,"translatedFrom":995},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[988,203,989,990,294,986,987],{"evaluatedAt":998,"extractAt":999,"updatedAt":1000},1778699230863,1778699170774,1778699276507]