[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-shanraisshan-weather-svg-creator-en":3,"guides-for-shanraisshan-weather-svg-creator":373,"similar-k1770s2r3nf6pgfn28r4mzgqg986n2s9-en":374},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":223,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":369,"workflow":370},1778697205743.8955,"k1770s2r3nf6pgfn28r4mzgqg986n2s9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"shanraisshan/claude-code-best-practice","weather-svg-creator","https://github.com/shanraisshan/claude-code-best-practice",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778697324930.1536,"kn70jmfkggevrjpcbfy8r58p5186n6tc","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,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","The description clearly states the problem: creating an SVG weather card for Dubai with current temperature, and writing it to specified files.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific, templated output (SVG and Markdown) based on provided data, going beyond basic text generation by handling file creation and specific formatting.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, fully implementing its stated purpose of generating SVG and Markdown files based on provided weather data and templates.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on creating an SVG weather card and updating a markdown file, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, clearly stating what it does, the target location (Dubai), and the output files.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific tools for file writing (`write_file`) which are scoped actions, rather than a general-purpose execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md explicitly lists the expected input parameters (temperature, unit) and the output file paths.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The `write_file` tool is descriptive and adheres to the expected naming convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters (temperature, unit) are specific to the task, and the output is precisely the two requested files.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository was updated recently (May 13, 2026), indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to use any third-party dependencies.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle or require any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on provided data and templates; there's no indication of loading or executing untrusted third-party content.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill operates solely on its bundled templates and provided data, without fetching external resources at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill only writes to specified paths within the `orchestration-workflow` directory, maintaining sandbox isolation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or deny-retry loops were observed in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not make any outbound calls or handle confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content appears free of hidden steering tricks; descriptions use clean, printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is transparent and readable within the SKILL.md file; no obfuscated code or runtime fetches are present.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the existence of the `orchestration-workflow` directory, which is a reasonable and documented assumption.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 3 issues opened and 26 closed in the last 90 days, the maintainer engagement is high.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has a recent commit date and includes a CHANGELOG.md, indicating good release management practices.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","Input parameters (temperature, unit) are expected to be provided by the calling context, implying they are validated before reaching the skill's logic.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill performs file writes, but these are guarded by the specific, user-defined output paths and are not inherently destructive without user interaction.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill's instructions are clear and the expected inputs/outputs are well-defined, implying robust error handling for missing data or incorrect formats.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","The skill's primary function is file output, not complex operations or external calls that would necessitate a separate audit log.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill does not process any personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is globally applicable as it generates an SVG based on provided data and does not have regional logic.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard file operations and SVG generation, which should be stable across different environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the repository's contents and purpose, including links to relevant documentation.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-function skill, not a collection of tools.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","The skill uses only the `write_file` tool, so there are no overlapping tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features mentioned in the description and SKILL.md (SVG creation, file writing) are implemented.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md clearly outlines the skill's purpose and instructions, and the repository includes examples and reference files.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md provides clear instructions and implicitly defines expected inputs, suggesting that errors would arise from malformed inputs or missing files, which are actionable.",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","No third-party dependencies are used.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's primary output is file generation, not a destructive operation that would necessitate a dry-run mode.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill performs local file operations and does not involve remote calls or state-changing operations requiring idempotency.",{"category":66,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: creating an SVG weather card for Dubai using provided temperature data and writing to specific files.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and target.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and delegates detailed templates to reference.md.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the main steps and links to `reference.md` for detailed templates, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill performs a direct task and does not involve deep exploration or code review that would benefit from `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The `examples.md` file provides clear, ready-to-use examples for both Celsius and Fahrenheit, demonstrating input, expected output files, and content.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill implicitly handles edge cases by expecting specific input formats (temperature, unit) and output paths, as detailed in the reference and examples.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill only uses the built-in `write_file` tool and does not depend on external MCP servers or custom tools with fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's instructions imply that providing incorrect input data or incorrect output paths would lead to a failure, halting the workflow as expected.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates independently and does not implicitly rely on other skills being loaded.",1778697324829,"This skill creates an SVG weather card for Dubai using provided temperature data and a predefined template. It also generates a markdown summary and writes both to specified files (`orchestration-workflow/weather.svg` and `orchestration-workflow/output.md`).",[195,196,197,198],"Generates SVG weather cards","Supports Celsius and Fahrenheit","Writes output to specified files","Creates markdown summaries",[200,201,202],"Fetching real-time weather data","Supporting locations other than Dubai","Customizing SVG templates beyond placeholder replacement","3.0.0","4.4.0","To automate the creation of a visual weather card for Dubai, providing both an SVG image and a markdown summary of the current temperature.","The extension is self-contained, well-documented with clear examples and templates, and adheres to best practices. No critical or warning findings were identified.",100,"A well-defined skill for generating SVG weather cards with clear instructions and examples.",[210,211,212,213,214],"svg","weather","templating","file-generation","automation","global","verified",[218,219,220],"Automating weather report generation","Creating visual assets for dashboards","Integrating weather data into reports",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":235,"testCoverage":237},{"hasLockfile":223},false,1778697310966,{"descriptionLength":226,"readmeSize":227},169,72705,{"closedIssues90d":229,"forks":230,"hasChangelog":231,"openIssues90d":232,"pushedAt":233,"stars":234},26,5288,true,3,1778690578000,52835,{"hasNpmPackage":223,"license":236,"smitheryVerified":223},"MIT",{"hasCi":223,"hasTests":223},{"updatedAt":239},1778697324930,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},".claude/skills/weather-svg-creator","shanraisshan","claude-code-best-practice","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":248,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":250},"HEAD",{"repoId":252},"kd74710g49kxgwbfjxeb7s132d86myxr",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":365},1778697191149.7012,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":338,"github":341},{"commitSha":250,"extensions":258},[259,270,278,286,294,302,310,320,328],{"basePath":260,"description":261,"displayName":262,"installMethods":263,"rationale":264,"selectedPaths":265,"source":269,"sourceLanguage":18,"type":244},".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",[266],{"path":267,"priority":268},"SKILL.md","mandatory","rule",{"basePath":271,"description":272,"displayName":273,"installMethods":274,"rationale":275,"selectedPaths":276,"source":269,"sourceLanguage":18,"type":244},".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",[277],{"path":267,"priority":268},{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":269,"sourceLanguage":18,"type":244},".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",[285],{"path":267,"priority":268},{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":269,"sourceLanguage":18,"type":244},".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",[293],{"path":267,"priority":268},{"basePath":295,"description":296,"displayName":297,"installMethods":298,"rationale":299,"selectedPaths":300,"source":269,"sourceLanguage":18,"type":244},".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",[301],{"path":267,"priority":268},{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":269,"sourceLanguage":18,"type":244},".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",[309],{"path":267,"priority":268},{"basePath":241,"description":10,"displayName":13,"installMethods":311,"rationale":312,"selectedPaths":313,"source":269,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-svg-creator/SKILL.md",[314,315,318],{"path":267,"priority":268},{"path":316,"priority":317},"examples.md","medium",{"path":319,"priority":317},"reference.md",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":269,"sourceLanguage":18,"type":244},"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",[327],{"path":267,"priority":268},{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":269,"sourceLanguage":18,"type":244},"agent-teams/.claude/skills/time-svg-creator","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.","time-svg-creator",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-svg-creator/SKILL.md",[335,336,337],{"path":267,"priority":268},{"path":316,"priority":317},{"path":319,"priority":317},{"sources":339},[340],"manual",{"closedIssues90d":229,"description":342,"forks":230,"homepage":343,"license":236,"openIssues90d":232,"pushedAt":233,"readmeSize":227,"stars":234,"topics":344},"from vibe coding to agentic engineering - practice makes claude perfect","https://linkedin.com/in/shanraisshan",[345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364],"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":366,"discoverAt":367,"extractAt":368,"githubAt":368,"updatedAt":366},1778697205538,1778697191149,1778697202144,[214,213,210,212,211],{"evaluatedAt":239,"extractAt":371,"updatedAt":372},1778697205743,1778697439514,[],[375,394,426,454,476,506],{"_creationTime":376,"_id":377,"community":378,"display":379,"identity":381,"providers":382,"relations":389,"tags":390,"workflow":391},1778697205743.896,"k17f03gxccrgdxzsf4rbjwgb3s86mgkt",{"reviewCount":8},{"description":330,"installMethods":380,"name":331,"sourceUrl":14},{"claudeCode":12},{"basePath":329,"githubOwner":242,"githubRepo":243,"locale":18,"slug":331,"type":244},{"evaluate":383,"extract":388},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":384,"targetMarket":215,"tier":216},[210,385,386,387,213],"time","dubai","utility",{"commitSha":250},{"repoId":252},[386,213,210,385,387],{"evaluatedAt":392,"extractAt":371,"updatedAt":393},1778697352064,1778697440290,{"_creationTime":395,"_id":396,"community":397,"display":398,"identity":404,"providers":409,"relations":419,"tags":422,"workflow":423},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":399,"installMethods":400,"name":402,"sourceUrl":403},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":401},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":405,"githubOwner":406,"githubRepo":407,"locale":18,"slug":408,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":410,"extract":418},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":411,"targetMarket":215,"tier":216},[412,413,414,415,214,416,417],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":250,"license":236},{"parentExtensionId":420,"repoId":421},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,416,417,413,412,415,414],{"evaluatedAt":424,"extractAt":425,"updatedAt":424},1778699613343,1778699234184,{"_creationTime":427,"_id":428,"community":429,"display":430,"identity":436,"providers":439,"relations":447,"tags":449,"workflow":450},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":431,"installMethods":432,"name":434,"sourceUrl":435},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":433},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":437,"githubOwner":438,"githubRepo":434,"locale":18,"slug":434,"type":244},"","zagmoai",{"evaluate":440,"extract":446},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":441,"targetMarket":215,"tier":216},[442,443,444,214,445],"google-docs","google-sheets","productivity","api-client",{"commitSha":250},{"repoId":448},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[445,214,442,443,444],{"evaluatedAt":451,"extractAt":452,"updatedAt":453},1778699485884,1778699468747,1778699509178,{"_creationTime":455,"_id":456,"community":457,"display":458,"identity":461,"providers":464,"relations":472,"tags":473,"workflow":474},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":459,"installMethods":460,"name":407,"sourceUrl":403},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":401},{"basePath":462,"githubOwner":406,"githubRepo":407,"locale":18,"slug":463,"type":244},"skills/ask","ask",{"evaluate":465,"extract":471},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":466,"targetMarket":215,"tier":216},[416,214,467,468,469,470],"llm","prompting","code-review","artifact-generation",{"commitSha":250,"license":236},{"parentExtensionId":420,"repoId":421},[470,214,416,469,467,468],{"evaluatedAt":475,"extractAt":425,"updatedAt":475},1778699303045,{"_creationTime":477,"_id":478,"community":479,"display":480,"identity":486,"providers":491,"relations":499,"tags":501,"workflow":502},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":481,"installMethods":482,"name":484,"sourceUrl":485},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":483},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":487,"githubOwner":488,"githubRepo":489,"locale":18,"slug":490,"type":244},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":492,"extract":498},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":493,"targetMarket":215,"tier":216},[494,495,214,496,497],"browser","debugging","ux","developer-tools",{"commitSha":250,"license":236},{"repoId":500},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[214,494,495,497,496],{"evaluatedAt":503,"extractAt":504,"updatedAt":505},1778699261239,1778699106670,1778699384978,{"_creationTime":507,"_id":508,"community":509,"display":510,"identity":516,"providers":519,"relations":529,"tags":532,"workflow":533},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":511,"installMethods":512,"name":514,"sourceUrl":515},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":513},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":517,"githubOwner":518,"githubRepo":514,"locale":18,"slug":514,"type":244},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":520,"extract":528},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":521,"targetMarket":215,"tier":216},[522,523,524,525,214,526,527],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":250},{"parentExtensionId":530,"repoId":531},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[524,214,525,526,527,522,523],{"evaluatedAt":534,"extractAt":535,"updatedAt":536},1778699230863,1778699170774,1778699296021]