[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-shanraisshan-time-svg-creator-zh-CN":3,"guides-for-shanraisshan-time-svg-creator":376,"similar-k178fcd42jfyjav207v6hn2zh586ng5q-zh-CN":377},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":222,"parentExtension":244,"providers":245,"relations":251,"repo":254,"tags":372,"workflow":373},1778697410853.8096,"k178fcd42jfyjav207v6hn2zh586ng5q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"创建一个显示迪拜当前时间的SVG时间卡。将SVG写入agent-teams/output/dubai-time.svg，并更新agent-teams/output/output.md。",{"claudeCode":12},"shanraisshan/claude-code-best-practice","time-svg-creator","https://github.com/shanraisshan/claude-code-best-practice",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":220,"workflow":237},1778697410853.8098,"kn7f68989zza2jwh0jk797vg7h86m52z","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"tier":215,"useCases":216},[21,26,29,32,36,39,43,47,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了为迪拜当前时间创建SVG时间卡的问题，并指定了输出文件，直接满足了用户需求。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能独特地生成时间的SVG可视化效果并将其写入特定文件，这超出了基本LLM的功能。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能已完全实现，涵盖了创建时间卡的既定用例，并包含清晰的操作说明。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于为迪拜创建SVG时间卡并写入输出文件，遵循单一职责原则。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确地反映了SKILL.md文件中描述的技能功能。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能使用直接文件写入操作（`Write`），而不是通用的命令执行工具。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","所有必需的输入字段（`time`、`timezone`、`formatted`）在SKILL.md和示例中都有清晰的文档记录。",{"category":33,"check":48,"severity":49,"summary":50},"Tool naming","not_applicable","此检查不适用，因为该技能不直接公开面向用户的工具或命令；它通过代理调用进行操作。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","该技能的输入由提供的字段明确定义，其输出是特定的SVG和markdown文件。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","该项目包含一个MIT许可证文件，这是一个允许性的开源许可证。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","该存储库有最近的提交，表明其处于积极维护状态。",{"category":59,"check":63,"severity":49,"summary":64},"Dependency Management","该技能似乎不使用任何需要显式管理的第三方依赖项。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能不处理或暴露任何秘密。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能在提供的文件上操作并写入指定的文件，没有迹象表明它处理或执行不受信任的第三方代码。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能在运行时不获取外部内容，也不包含任何其他供应链攻击向量。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","该技能将文件写入指定的项目目录（`agent-teams/output/`）内，符合沙箱隔离要求。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","没有迹象表明存在已分离的进程或在拒绝工具调用周围的重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能的操作仅限于生成SVG和markdown文件，没有进行任何出站数据提交。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的文件没有隐藏的操纵技巧或可疑的Unicode字符。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","该技能不涉及混淆代码或运行时脚本获取。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能使用相对路径来输出文件，使其在不同的项目结构中具有可移植性。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","已关闭问题与未关闭问题的比例健康，表明维护者参与度良好。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","该存储库有最近的提交日期并包含CHANGELOG.md，表明其版本管理过程得到了维护。",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","输入参数已明确定义并直接使用，没有迹象表明需要除了直接使用之外的复杂模式验证。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","该技能的操作仅限于文件写入，不涉及破坏性原语。",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","该技能的指令很简单，并假定输入有效，没有需要特殊处理的复杂错误路径，超出了正常执行范围。",{"category":111,"check":115,"severity":49,"summary":116},"Logging","该技能不具有破坏性或进行出站调用，因此不需要本地审计日志。",{"category":118,"check":119,"severity":49,"summary":120},"Compliance","GDPR","该技能不处理任何个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该技能是位置无关的，并且基于提供的时间数据运行，使其具有全球适用性。",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","该技能依赖于标准文件操作和SVG生成，这些操作具有高度可移植性，并且不假定除基本代理功能之外的特定运行时。",{"category":44,"check":128,"severity":24,"summary":129},"README","README提供了存储库内容和目的的全面概述。",{"category":33,"check":131,"severity":49,"summary":132},"Tool surface size","这是一个单一的技能，不是工具的集合，因此此检查不适用。",{"category":40,"check":134,"severity":49,"summary":135},"Overlapping near-synonym tools","该技能不公开多个可被视为近同义词的工具。",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","所有宣传的功能，例如SVG和markdown生成，都在示例中得到实现和演示。",{"category":140,"check":141,"severity":49,"summary":142},"Install","Installation instruction","该技能已集成到代理环境中，不需要单独的安装过程。",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","该技能的指令是直接的，任何错误可能源于无效的输入数据，代理应处理或报告这些数据。",{"category":104,"check":148,"severity":49,"summary":149},"Pinned dependencies","没有使用需要固定的外部脚本依赖项。",{"category":33,"check":151,"severity":49,"summary":152},"Dry-run preview","该技能的操作主要是数据转换和文件写入，而不是一个可以从干运行预览中受益的状态更改操作。",{"category":154,"check":155,"severity":49,"summary":156},"Protocol","Idempotent retry & timeouts","该技能执行文件写入，不涉及需要幂等性或超时设置的网络调用或状态更改操作。",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","该技能不发送任何遥测数据。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","SKILL.md 清楚地定义了为迪拜创建SVG时间卡的用途，包括输入要求和输出文件位置。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁明了，有效地总结了该技能的核心能力。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 简洁明了，有效地将更深入的内容委托给参考和示例文件。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 有效地使用了 `reference.md` 和 `examples.md` 进行渐进式披露。",{"category":170,"check":174,"severity":49,"summary":175},"Forked exploration","此技能是一项直接的数据转换和文件写入任务，而不是一项探索性强的过程。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","`examples.md` 文件提供了清晰的端到端示例，包含输入、SVG输出和markdown输出。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","该技能通过直接使用提供的数据并记录输出路径来处理边缘情况，没有发现复杂的失败模式。",{"category":111,"check":183,"severity":49,"summary":184},"Tool Fallback","该技能不依赖于MCP服务器等外部工具，也没有备用机制。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该技能直接使用提供的数据和文件写入，假设环境功能正常；意外状态可能会自然导致执行停止。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能是独立的，不依赖于其他技能的加载或隐式交互。",1778697351943,"该技能生成一个迪拜的SVG时间卡和一个markdown摘要文件，并将它们写入指定的输出位置。",[195,196,197,198],"创建SVG时间卡","将SVG输出到指定文件","生成markdown摘要","更新markdown输出文件",[200,201,202],"显示迪拜以外地点的当前时间","重新计算时间或时区信息","与外部API进行时间数据交互","3.0.0","4.4.0","提供一个视觉上吸引人且信息丰富的迪拜SVG时间卡，可用于实时显示或文档记录。","所有检查均已通过，未发现重大问题。",100,"一个高质量的技能，用于生成带有全面文档和示例的SVG时间卡。",[210,211,212,213,214],"svg","time","dubai","utility","file-generation","verified",[217,218,219],"直观显示迪拜当前时间","自动化创建时间相关资源","将时间信息集成到项目文档中",{"codeQuality":221,"collectedAt":223,"documentation":224,"maintenance":227,"security":234,"testCoverage":236},{"hasLockfile":222},false,1778697339423,{"descriptionLength":225,"readmeSize":226},154,72705,{"closedIssues90d":228,"forks":229,"hasChangelog":230,"openIssues90d":231,"pushedAt":232,"stars":233},26,5288,true,3,1778690578000,52835,{"hasNpmPackage":222,"license":235,"smitheryVerified":222},"MIT",{"hasCi":222,"hasTests":222},{"updatedAt":238},1778697410853,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"agent-teams/.claude/skills/time-svg-creator","shanraisshan","claude-code-best-practice","skill",null,{"evaluate":246,"extract":249},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":247,"targetMarket":248,"tier":215},[210,211,212,213,214],"global",{"commitSha":250},"HEAD",{"repoId":252,"translatedFrom":253},"kd74710g49kxgwbfjxeb7s132d86myxr","k17f03gxccrgdxzsf4rbjwgb3s86mgkt",{"_creationTime":255,"_id":252,"identity":256,"providers":257,"workflow":368},1778697191149.7012,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":258,"discover":341,"github":344},{"commitSha":250,"extensions":259},[260,272,280,288,296,304,312,325,333],{"basePath":261,"description":262,"displayName":263,"installMethods":264,"rationale":265,"selectedPaths":266,"source":270,"sourceLanguage":271,"type":243},".claude/skills/agent-browser","Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.","agent-browser",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agent-browser/SKILL.md",[267],{"path":268,"priority":269},"SKILL.md","mandatory","rule","en",{"basePath":273,"description":274,"displayName":275,"installMethods":276,"rationale":277,"selectedPaths":278,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/presentation-structure","Knowledge about the presentation slide format, weight system, navigation, and section structure","presentation-structure",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-structure/SKILL.md",[279],{"path":268,"priority":269},{"basePath":281,"description":282,"displayName":283,"installMethods":284,"rationale":285,"selectedPaths":286,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/presentation-styling","Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation","presentation-styling",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-styling/SKILL.md",[287],{"path":268,"priority":269},{"basePath":289,"description":290,"displayName":291,"installMethods":292,"rationale":293,"selectedPaths":294,"source":270,"sourceLanguage":271,"type":243},".claude/skills/presentation/vibe-to-agentic-framework","The conceptual framework behind the presentation — what \"Vibe Coding to Agentic Engineering\" means, why the journey is structured the way it is, and how every slide fits the narrative arc","vibe-to-agentic-framework",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/vibe-to-agentic-framework/SKILL.md",[295],{"path":268,"priority":269},{"basePath":297,"description":298,"displayName":299,"installMethods":300,"rationale":301,"selectedPaths":302,"source":270,"sourceLanguage":271,"type":243},".claude/skills/time-skill","Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.","time-skill",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/time-skill/SKILL.md",[303],{"path":268,"priority":269},{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":270,"sourceLanguage":271,"type":243},".claude/skills/weather-fetcher","Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API","weather-fetcher",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-fetcher/SKILL.md",[311],{"path":268,"priority":269},{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":270,"sourceLanguage":271,"type":243},".claude/skills/weather-svg-creator","Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.","weather-svg-creator",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-svg-creator/SKILL.md",[319,320,323],{"path":268,"priority":269},{"path":321,"priority":322},"examples.md","medium",{"path":324,"priority":322},"reference.md",{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":270,"sourceLanguage":271,"type":243},"agent-teams/.claude/skills/time-fetcher","Instructions for fetching current Dubai time via bash command","time-fetcher",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-fetcher/SKILL.md",[332],{"path":268,"priority":269},{"basePath":240,"description":334,"displayName":13,"installMethods":335,"rationale":336,"selectedPaths":337,"source":270,"sourceLanguage":271,"type":243},"Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-svg-creator/SKILL.md",[338,339,340],{"path":268,"priority":269},{"path":321,"priority":322},{"path":324,"priority":322},{"sources":342},[343],"manual",{"closedIssues90d":228,"description":345,"forks":229,"homepage":346,"license":235,"openIssues90d":231,"pushedAt":232,"readmeSize":226,"stars":233,"topics":347},"from vibe coding to agentic engineering - practice makes claude perfect","https://linkedin.com/in/shanraisshan",[348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367],"claude-ai","claude-code","best-practices","claude","claude-code-best-practices","agentic-engineering","anthropic","claude-code-agents","claude-code-commands","claude-code-skills","vibe-coding","boris","agentic-ai","agentic-coding","agentic-workflow","ai","context-engineering","pakistan","pakistani-developer","ai-agents",{"classifiedAt":369,"discoverAt":370,"extractAt":371,"githubAt":371,"updatedAt":369},1778697205538,1778697191149,1778697202144,[212,214,210,211,213],{"evaluatedAt":374,"extractAt":375,"updatedAt":238},1778697352064,1778697205743,[],[378,395,416,438,468,499],{"_creationTime":379,"_id":380,"community":381,"display":382,"identity":384,"providers":385,"relations":391,"tags":392,"workflow":393},1778697205743.8958,"k17a1wa1fwjqf68n1ghcnjcn6186ngbk",{"reviewCount":8},{"description":327,"installMethods":383,"name":328,"sourceUrl":14},{"claudeCode":12},{"basePath":326,"githubOwner":241,"githubRepo":242,"locale":271,"slug":328,"type":243},{"evaluate":386,"extract":390},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":387,"targetMarket":248,"tier":215},[211,212,388,213,389],"bash","datetime",{"commitSha":250},{"repoId":252},[388,389,212,211,213],{"evaluatedAt":394,"extractAt":375,"updatedAt":394},1778697339084,{"_creationTime":396,"_id":397,"community":398,"display":399,"identity":402,"providers":403,"relations":410,"tags":412,"workflow":413},1778697398877.0908,"k17d45dbnjas14wv2s8ya9jabn86mjqr",{"reviewCount":8},{"description":400,"installMethods":401,"name":315,"sourceUrl":14},"创建一张显示迪拜当前温度的 SVG 天气卡片。将 SVG 写入 orchestration-workflow/weather.svg，并更新 orchestration-workflow/output.md。",{"claudeCode":12},{"basePath":313,"githubOwner":241,"githubRepo":242,"locale":18,"slug":315,"type":243},{"evaluate":404,"extract":409},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":405,"targetMarket":248,"tier":215},[210,406,407,214,408],"weather","templating","automation",{"commitSha":250},{"repoId":252,"translatedFrom":411},"k1770s2r3nf6pgfn28r4mzgqg986n2s9",[408,214,210,407,406],{"evaluatedAt":414,"extractAt":375,"updatedAt":415},1778697324930,1778697398877,{"_creationTime":417,"_id":418,"community":419,"display":420,"identity":423,"providers":424,"relations":432,"tags":434,"workflow":435},1778697386439.501,"k179v90bfyjbrwpbrmc3v6am7s86mk81",{"reviewCount":8},{"description":421,"installMethods":422,"name":299,"sourceUrl":14},"显示巴基斯坦标准时间（PKT，UTC+5）的当前时间。当用户询问当前时间、巴基斯坦时间或 PKT 时间时使用。",{"claudeCode":12},{"basePath":297,"githubOwner":241,"githubRepo":242,"locale":18,"slug":299,"type":243},{"evaluate":425,"extract":431},{"promptVersionExtension":203,"promptVersionScoring":204,"score":426,"tags":427,"targetMarket":248,"tier":215},95,[211,213,428,429,430],"date","timezone","pkt",{"commitSha":250},{"repoId":252,"translatedFrom":433},"k1721bsp2w9tz0zv0tmj4cbka586ngqh",[428,430,211,429,213],{"evaluatedAt":436,"extractAt":375,"updatedAt":437},1778697295812,1778697386439,{"_creationTime":439,"_id":440,"community":441,"display":442,"identity":448,"providers":452,"relations":459,"tags":463,"workflow":464},1778696876879.2397,"k178m626tpcxa8b3bekz8y0x9n86m9w1",{"reviewCount":8},{"description":443,"installMethods":444,"name":446,"sourceUrl":447},"保护 Claude Code 会话免受上下文溢出影响，通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。\n",{"claudeCode":445},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":449,"githubOwner":450,"githubRepo":451,"locale":18,"slug":446,"type":243},"plugin/skills/guard","Ruya-AI","cozempic",{"evaluate":453,"extract":458},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":454,"targetMarket":248,"tier":215},[455,456,349,457,213],"session-management","context-pruning","python",{"commitSha":250},{"parentExtensionId":460,"repoId":461,"translatedFrom":462},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm","k17ef0e0f693nd248cs3f63rys86ndy8",[349,456,457,455,213],{"evaluatedAt":465,"extractAt":466,"updatedAt":467},1778696790816,1778696712852,1778696876879,{"_creationTime":469,"_id":470,"community":471,"display":472,"identity":478,"providers":482,"relations":490,"tags":494,"workflow":495},1778692169246.0708,"k17arvxbbb89f5jhe1jpc4k29186m1b8",{"reviewCount":8},{"description":473,"installMethods":474,"name":476,"sourceUrl":477},"显示您使用的技能以及从未使用过的技能",{"claudeCode":475},"khendzel/skills-janitor","janitor-usage","https://github.com/khendzel/skills-janitor",{"basePath":479,"githubOwner":480,"githubRepo":481,"locale":18,"slug":476,"type":243},"skills/janitor-usage","khendzel","skills-janitor",{"evaluate":483,"extract":489},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":484,"targetMarket":248,"tier":215},[485,213,486,487,488],"maintenance","reporting","code-auditing","skill-management",{"commitSha":250},{"parentExtensionId":491,"repoId":492,"translatedFrom":493},"k173y287h96a0x42zvrvymzvgn86nq38","kd722xn3d2v8ze2vwgebvzgpv986mj48","k17f240pcgfjgtr4mkn4cwksf186m22y",[487,485,486,488,213],{"evaluatedAt":496,"extractAt":497,"updatedAt":498},1778692080786,1778691884319,1778692169246,{"_creationTime":500,"_id":501,"community":502,"display":503,"identity":509,"providers":513,"relations":521,"tags":525,"workflow":526},1778692140091.5134,"k17ep6q1ps0y79t0ewg73n21p586m5dp",{"reviewCount":8},{"description":504,"installMethods":505,"name":507,"sourceUrl":508},"caveman 模式、技能和命令的快速参考卡。一次性显示，不是持久模式。触发方式：/caveman-help、\"caveman help\"、\"what caveman commands\"、\"how do I use caveman\"。\n",{"claudeCode":506},"juliusbrussee/caveman","caveman-help","https://github.com/juliusbrussee/caveman",{"basePath":510,"githubOwner":511,"githubRepo":512,"locale":18,"slug":507,"type":243},"skills/caveman-help","juliusbrussee","caveman",{"evaluate":514,"extract":520},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":515,"targetMarket":248,"tier":215},[516,517,518,519,213],"help","reference","documentation","cheat-sheet",{"commitSha":250},{"parentExtensionId":522,"repoId":523,"translatedFrom":524},"k170g496f5ze5hv8xa2e7b91ex86mz9m","kd7890f0sfy0ymf1pakpx7vqch86nmew","k17f0mmqg0eejq9esy4t7hztmn86ntpe",[519,518,516,517,213],{"evaluatedAt":527,"extractAt":528,"updatedAt":529},1778691968065,1778691765524,1778692140091]