[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-mem0-context-loader":3,"mdc-ttgsl-key":46,"related-org-mem0-context-loader":350,"related-repo-mem0-context-loader":496},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":41,"sourceUrl":44,"mdContent":45},"context-loader","load project context from Mem0","Searches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"mem0","Mem0","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmem0.png","mem0ai",[13,17,20],{"name":14,"slug":15,"type":16},"Context","context","tag",{"name":18,"slug":19,"type":16},"Memory","memory",{"name":21,"slug":22,"type":16},"Agents","agents",60691,"https:\u002F\u002Fgithub.com\u002Fmem0ai\u002Fmem0","2026-07-13T06:13:15.682218",null,7066,[22,29,30,31,32,33,34,35,36,19,37,38,39,40],"ai","ai-agents","application","chatbots","chatgpt","genai","llm","long-term-memory","memory-management","python","rag","state-management",{"repoUrl":24,"stars":23,"forks":27,"topics":42,"description":43},[22,29,30,31,32,33,34,35,36,19,37,38,39,40],"Universal memory layer for AI Agents","https:\u002F\u002Fgithub.com\u002Fmem0ai\u002Fmem0\u002Ftree\u002FHEAD\u002Fintegrations\u002Fmem0-plugin\u002Fskills\u002Fcontext-loader","---\nname: context-loader\ndescription: Searches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.\n---\n\n# Context Loader\n\nPre-fetches relevant memories to prime context before working on a task.\n\n## When to use\n\n- Session start (invoke manually or auto-triggered by skill description matching)\n- User starts work on a specific feature or file set\n- Complex multi-step task begins\n- User says \"what do we know about X\" or \"context for X\"\n\n## Steps\n\n1. **Extract topics** from current message\u002Ftask. Identify: file paths, module names, feature areas, error patterns.\n\n2. **Run 2-4 parallel `search_memories` calls** with different angles:\n\n   | Query angle | Filter | Purpose |\n   |---|---|---|\n   | Feature\u002Fmodule name | `{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"decision\"}}]}` | Architecture decisions |\n   | File paths mentioned | `{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"convention\"}}]}` | Coding patterns |\n   | Error keywords (if any) | `{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"anti_pattern\"}}]}` | Known pitfalls |\n   | Broad project context | `{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}]}` | Catch-all |\n\n3. **Deduplicate** results by memory ID across all search responses.\n\n4. **Output compact context block** (max 10 memories):\n\n```\ncontext-loader: loaded \u003CN> memories for \"\u003Ctask summary>\"\n  - [decision] \u003Ccontent> [mem0:\u003Cshort_id>]\n  - [convention] \u003Ccontent> [mem0:\u003Cshort_id>]\n  - [anti_pattern] \u003Ccontent> [mem0:\u003Cshort_id>]\n```\n\n5. If **zero results**: output nothing. Don't announce empty context.\n\n## Constraints\n\n- **Read-only** — never modify or delete memories\n- **Max 10 memories** returned (most relevant only)\n- **Silent on empty** — only surfaces findings if relevant context exists\n- Skip memories already visible in current session context\n",{"data":47,"body":48},{"name":4,"description":6},{"type":49,"children":50},"root",[51,59,65,72,97,103,278,290,306,312],{"type":52,"tag":53,"props":54,"children":55},"element","h1",{"id":4},[56],{"type":57,"value":58},"text","Context Loader",{"type":52,"tag":60,"props":61,"children":62},"p",{},[63],{"type":57,"value":64},"Pre-fetches relevant memories to prime context before working on a task.",{"type":52,"tag":66,"props":67,"children":69},"h2",{"id":68},"when-to-use",[70],{"type":57,"value":71},"When to use",{"type":52,"tag":73,"props":74,"children":75},"ul",{},[76,82,87,92],{"type":52,"tag":77,"props":78,"children":79},"li",{},[80],{"type":57,"value":81},"Session start (invoke manually or auto-triggered by skill description matching)",{"type":52,"tag":77,"props":83,"children":84},{},[85],{"type":57,"value":86},"User starts work on a specific feature or file set",{"type":52,"tag":77,"props":88,"children":89},{},[90],{"type":57,"value":91},"Complex multi-step task begins",{"type":52,"tag":77,"props":93,"children":94},{},[95],{"type":57,"value":96},"User says \"what do we know about X\" or \"context for X\"",{"type":52,"tag":66,"props":98,"children":100},{"id":99},"steps",[101],{"type":57,"value":102},"Steps",{"type":52,"tag":104,"props":105,"children":106},"ol",{},[107,118,258,268],{"type":52,"tag":77,"props":108,"children":109},{},[110,116],{"type":52,"tag":111,"props":112,"children":113},"strong",{},[114],{"type":57,"value":115},"Extract topics",{"type":57,"value":117}," from current message\u002Ftask. Identify: file paths, module names, feature areas, error patterns.",{"type":52,"tag":77,"props":119,"children":120},{},[121,135,137],{"type":52,"tag":111,"props":122,"children":123},{},[124,126,133],{"type":57,"value":125},"Run 2-4 parallel ",{"type":52,"tag":127,"props":128,"children":130},"code",{"className":129},[],[131],{"type":57,"value":132},"search_memories",{"type":57,"value":134}," calls",{"type":57,"value":136}," with different angles:",{"type":52,"tag":138,"props":139,"children":140},"table",{},[141,165],{"type":52,"tag":142,"props":143,"children":144},"thead",{},[145],{"type":52,"tag":146,"props":147,"children":148},"tr",{},[149,155,160],{"type":52,"tag":150,"props":151,"children":152},"th",{},[153],{"type":57,"value":154},"Query angle",{"type":52,"tag":150,"props":156,"children":157},{},[158],{"type":57,"value":159},"Filter",{"type":52,"tag":150,"props":161,"children":162},{},[163],{"type":57,"value":164},"Purpose",{"type":52,"tag":166,"props":167,"children":168},"tbody",{},[169,192,214,236],{"type":52,"tag":146,"props":170,"children":171},{},[172,178,187],{"type":52,"tag":173,"props":174,"children":175},"td",{},[176],{"type":57,"value":177},"Feature\u002Fmodule name",{"type":52,"tag":173,"props":179,"children":180},{},[181],{"type":52,"tag":127,"props":182,"children":184},{"className":183},[],[185],{"type":57,"value":186},"{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"decision\"}}]}",{"type":52,"tag":173,"props":188,"children":189},{},[190],{"type":57,"value":191},"Architecture decisions",{"type":52,"tag":146,"props":193,"children":194},{},[195,200,209],{"type":52,"tag":173,"props":196,"children":197},{},[198],{"type":57,"value":199},"File paths mentioned",{"type":52,"tag":173,"props":201,"children":202},{},[203],{"type":52,"tag":127,"props":204,"children":206},{"className":205},[],[207],{"type":57,"value":208},"{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"convention\"}}]}",{"type":52,"tag":173,"props":210,"children":211},{},[212],{"type":57,"value":213},"Coding patterns",{"type":52,"tag":146,"props":215,"children":216},{},[217,222,231],{"type":52,"tag":173,"props":218,"children":219},{},[220],{"type":57,"value":221},"Error keywords (if any)",{"type":52,"tag":173,"props":223,"children":224},{},[225],{"type":52,"tag":127,"props":226,"children":228},{"className":227},[],[229],{"type":57,"value":230},"{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}, {\"metadata\": {\"type\": \"anti_pattern\"}}]}",{"type":52,"tag":173,"props":232,"children":233},{},[234],{"type":57,"value":235},"Known pitfalls",{"type":52,"tag":146,"props":237,"children":238},{},[239,244,253],{"type":52,"tag":173,"props":240,"children":241},{},[242],{"type":57,"value":243},"Broad project context",{"type":52,"tag":173,"props":245,"children":246},{},[247],{"type":52,"tag":127,"props":248,"children":250},{"className":249},[],[251],{"type":57,"value":252},"{\"AND\": [{\"user_id\": \"\u003Cid>\"}, {\"app_id\": \"\u003Cpid>\"}]}",{"type":52,"tag":173,"props":254,"children":255},{},[256],{"type":57,"value":257},"Catch-all",{"type":52,"tag":77,"props":259,"children":260},{},[261,266],{"type":52,"tag":111,"props":262,"children":263},{},[264],{"type":57,"value":265},"Deduplicate",{"type":57,"value":267}," results by memory ID across all search responses.",{"type":52,"tag":77,"props":269,"children":270},{},[271,276],{"type":52,"tag":111,"props":272,"children":273},{},[274],{"type":57,"value":275},"Output compact context block",{"type":57,"value":277}," (max 10 memories):",{"type":52,"tag":279,"props":280,"children":284},"pre",{"className":281,"code":283,"language":57},[282],"language-text","context-loader: loaded \u003CN> memories for \"\u003Ctask summary>\"\n  - [decision] \u003Ccontent> [mem0:\u003Cshort_id>]\n  - [convention] \u003Ccontent> [mem0:\u003Cshort_id>]\n  - [anti_pattern] \u003Ccontent> [mem0:\u003Cshort_id>]\n",[285],{"type":52,"tag":127,"props":286,"children":288},{"__ignoreMap":287},"",[289],{"type":57,"value":283},{"type":52,"tag":104,"props":291,"children":293},{"start":292},5,[294],{"type":52,"tag":77,"props":295,"children":296},{},[297,299,304],{"type":57,"value":298},"If ",{"type":52,"tag":111,"props":300,"children":301},{},[302],{"type":57,"value":303},"zero results",{"type":57,"value":305},": output nothing. Don't announce empty context.",{"type":52,"tag":66,"props":307,"children":309},{"id":308},"constraints",[310],{"type":57,"value":311},"Constraints",{"type":52,"tag":73,"props":313,"children":314},{},[315,325,335,345],{"type":52,"tag":77,"props":316,"children":317},{},[318,323],{"type":52,"tag":111,"props":319,"children":320},{},[321],{"type":57,"value":322},"Read-only",{"type":57,"value":324}," — never modify or delete memories",{"type":52,"tag":77,"props":326,"children":327},{},[328,333],{"type":52,"tag":111,"props":329,"children":330},{},[331],{"type":57,"value":332},"Max 10 memories",{"type":57,"value":334}," returned (most relevant only)",{"type":52,"tag":77,"props":336,"children":337},{},[338,343],{"type":52,"tag":111,"props":339,"children":340},{},[341],{"type":57,"value":342},"Silent on empty",{"type":57,"value":344}," — only surfaces findings if relevant context exists",{"type":52,"tag":77,"props":346,"children":347},{},[348],{"type":57,"value":349},"Skip memories already visible in current session context",{"items":351,"total":495},[352,358,370,384,398,412,424,433,444,458,470,480],{"slug":4,"name":4,"fn":5,"description":6,"org":353,"tags":354,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[355,356,357],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"slug":359,"name":359,"fn":360,"description":361,"org":362,"tags":363,"stars":23,"repoUrl":24,"updatedAt":369},"dream","consolidate and prune stored memories","Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries. Use when memory count is high, search results feel noisy or repetitive, or periodic cleanup is needed to maintain memory quality.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[364,365,368],{"name":21,"slug":22,"type":16},{"name":366,"slug":367,"type":16},"Data Cleaning","data-cleaning",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:54.000421",{"slug":371,"name":371,"fn":372,"description":373,"org":374,"tags":375,"stars":23,"repoUrl":24,"updatedAt":383},"export","export project memories to Markdown files","Exports all project memories to a portable Markdown file for backup or migration. Use when backing up memories, migrating to another project, sharing memory state with teammates, or archiving before cleanup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[376,379,380],{"name":377,"slug":378,"type":16},"Backup","backup",{"name":18,"slug":19,"type":16},{"name":381,"slug":382,"type":16},"Migration","migration","2026-07-13T06:13:05.091831",{"slug":385,"name":385,"fn":386,"description":387,"org":388,"tags":389,"stars":23,"repoUrl":24,"updatedAt":397},"forget","delete outdated or incorrect memories","Deletes memories by search query or memory ID with confirmation before removal. Use when removing outdated decisions, incorrect memories, sensitive data, or cleaning up after experiments. Also handles undo of recent additions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[390,393,394],{"name":391,"slug":392,"type":16},"Maintenance","maintenance",{"name":18,"slug":19,"type":16},{"name":395,"slug":396,"type":16},"Privacy","privacy","2026-07-13T06:13:00.862899",{"slug":399,"name":399,"fn":400,"description":401,"org":402,"tags":403,"stars":23,"repoUrl":24,"updatedAt":411},"health","diagnose Mem0 connectivity and health","Diagnoses mem0 connectivity, API key validity, and memory read\u002Fwrite functionality. Use when memory operations fail, searches return empty, add_memory errors occur, MCP connection drops, or to verify the plugin is working correctly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[404,407,408],{"name":405,"slug":406,"type":16},"Debugging","debugging",{"name":18,"slug":19,"type":16},{"name":409,"slug":410,"type":16},"Monitoring","monitoring","2026-07-13T06:13:06.569475",{"slug":413,"name":413,"fn":414,"description":415,"org":416,"tags":417,"stars":23,"repoUrl":24,"updatedAt":423},"import","import project memories from Markdown files","Imports memories from an exported Markdown file or MEMORY.md into the current project. Use when migrating from another project, restoring from backup, importing Claude Code native MEMORY.md content, or setting up a new project with existing knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[418,421,422],{"name":419,"slug":420,"type":16},"Markdown","markdown",{"name":18,"slug":19,"type":16},{"name":381,"slug":382,"type":16},"2026-07-13T06:12:59.389494",{"slug":425,"name":425,"fn":426,"description":427,"org":428,"tags":429,"stars":23,"repoUrl":24,"updatedAt":432},"list-projects","list projects with stored memories","Lists all projects with stored memories for the current user, showing memory counts and last activity dates. Use when checking which projects have memories, comparing memory distribution across repos, or finding a specific project scope.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[430,431],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:13:27.80043",{"slug":8,"name":8,"fn":434,"description":435,"org":436,"tags":437,"stars":23,"repoUrl":24,"updatedAt":443},"add persistent memory to AI applications","Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions \"mem0\", \"MemoryClient\", \"memory layer\", \"remember user preferences\", \"persistent context\", \"personalization\", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python SDK (mem0ai), TypeScript SDK (mem0ai), and framework integrations (LangChain, CrewAI, OpenAI Agents SDK, Pipecat, LlamaIndex, AutoGen, LangGraph). Also covers the open-source self-hosted Memory class. This is the DEFAULT mem0 skill for ambiguous queries. DO NOT TRIGGER when: user asks about CLI commands, terminal usage, or shell scripts (use mem0-cli), or Vercel AI SDK \u002F @mem0\u002Fvercel-ai-provider \u002F createMem0 (use mem0-vercel-ai-sdk).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[438,439,442],{"name":21,"slug":22,"type":16},{"name":440,"slug":441,"type":16},"AI Infrastructure","ai-infrastructure",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:42.552904",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":23,"repoUrl":24,"updatedAt":457},"mem0-cli","manage Mem0 memory via command line","Mem0 CLI -- the command-line interface for mem0 memory operations. TRIGGER when: user mentions \"mem0 cli\", \"mem0 command line\", \"@mem0\u002Fcli\", \"mem0-cli\", \"pip install mem0-cli\", \"npm install -g @mem0\u002Fcli\", or is running mem0 commands in a terminal\u002Fshell (mem0 add, mem0 search, mem0 list, mem0 get, mem0 init, mem0 config, mem0 import). Also triggers when query includes CLI flags like --user-id, --output, --json, --agent, or describes bash\u002Fzsh\u002Fterminal\u002Fshell usage. DO NOT TRIGGER when: user asks about programmatic SDK integration in Python\u002FTS code (use mem0 skill), or Vercel AI SDK provider (use mem0-vercel-ai-sdk skill).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[450,453,456],{"name":451,"slug":452,"type":16},"Automation","automation",{"name":454,"slug":455,"type":16},"CLI","cli",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:48.46494",{"slug":459,"name":459,"fn":460,"description":461,"org":462,"tags":463,"stars":23,"repoUrl":24,"updatedAt":469},"mem0-integrate","integrate Mem0 into repositories","Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus `.mem0-integration\u002F` artifacts consumed by the paired verification skill. TRIGGER when: user says \"integrate mem0\", \"add mem0 to this repo\", \"wire mem0 into \u003Crepo>\", or asks how to add memory to an existing project. DO NOT TRIGGER when: the user wants general SDK usage (use skill:mem0), CLI usage (use skill:mem0-cli), or Vercel AI SDK (use skill:mem0-vercel-ai-sdk). After success, invoke skill:mem0-test-integration to verify in the same workspace (loose coupling).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[464,465,468],{"name":21,"slug":22,"type":16},{"name":466,"slug":467,"type":16},"API Development","api-development",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:46.60755",{"slug":471,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":23,"repoUrl":24,"updatedAt":479},"mem0-oss-to-platform","migrate Mem0 projects to platform","Plan and then execute a migration of a project from the mem0 open-source \u002F self-hosted SDK (the local `Memory` class) to the mem0 Platform \u002F hosted \u002F managed SDK (the `MemoryClient` class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS\u002Fself-hosted to the hosted API — e.g. \"migrate my mem0 setup to the platform\", \"switch from self-hosted mem0 to MemoryClient\", \"use my mem0 API key instead of a local Qdrant\", \"move mem0 to the cloud\u002Fhosted\u002Fmanaged service\", or \"replace my local mem0 vector store + embedder config with the platform\". Applies to Python (`from mem0 import Memory` → `from mem0 import MemoryClient`) and TypeScript\u002FJavaScript (`import { Memory } from \"mem0ai\u002Foss\"` → `import MemoryClient from \"mem0ai\"`). Trigger even when the user doesn't say the word \"migrate\" but clearly wants their existing mem0 integration to run against the hosted platform. It first produces a reviewable migration plan, then executes it after the developer approves. Strictly scoped to the mem0 integration — it does not refactor, restructure, or \"improve\" any unrelated code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[476,477,478],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":381,"slug":382,"type":16},"2026-07-13T06:12:43.848266",{"slug":481,"name":481,"fn":482,"description":483,"org":484,"tags":485,"stars":23,"repoUrl":24,"updatedAt":494},"mem0-test-integration","verify Mem0 integration tests","Verify a Mem0 integration produced by \u002Fmem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run \u002Fmem0-integrate and says \"verify\", \"test the integration\", \"run \u002Fmem0-test-integration\", or when a .mem0-integration\u002F directory exists and tests have not been run yet on the current branch. DO NOT TRIGGER when: the user wants to run general project tests (defer to the repo's native test command), or when no prior \u002Fmem0-integrate run exists in the current branch (ask them to run \u002Fmem0-integrate first). This skill ONLY catches compile and runtime bugs by design. Logical integration errors — wrong data stored, wrong time retrieved, wrong user scoping — are on the human reviewer.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[486,487,488,491],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":489,"slug":490,"type":16},"QA","qa",{"name":492,"slug":493,"type":16},"Testing","testing","2026-07-13T06:12:50.669701",23,{"items":497,"total":495},[498,504,510,516,522,528,534],{"slug":4,"name":4,"fn":5,"description":6,"org":499,"tags":500,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[501,502,503],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"slug":359,"name":359,"fn":360,"description":361,"org":505,"tags":506,"stars":23,"repoUrl":24,"updatedAt":369},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[507,508,509],{"name":21,"slug":22,"type":16},{"name":366,"slug":367,"type":16},{"name":18,"slug":19,"type":16},{"slug":371,"name":371,"fn":372,"description":373,"org":511,"tags":512,"stars":23,"repoUrl":24,"updatedAt":383},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[513,514,515],{"name":377,"slug":378,"type":16},{"name":18,"slug":19,"type":16},{"name":381,"slug":382,"type":16},{"slug":385,"name":385,"fn":386,"description":387,"org":517,"tags":518,"stars":23,"repoUrl":24,"updatedAt":397},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[519,520,521],{"name":391,"slug":392,"type":16},{"name":18,"slug":19,"type":16},{"name":395,"slug":396,"type":16},{"slug":399,"name":399,"fn":400,"description":401,"org":523,"tags":524,"stars":23,"repoUrl":24,"updatedAt":411},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[525,526,527],{"name":405,"slug":406,"type":16},{"name":18,"slug":19,"type":16},{"name":409,"slug":410,"type":16},{"slug":413,"name":413,"fn":414,"description":415,"org":529,"tags":530,"stars":23,"repoUrl":24,"updatedAt":423},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[531,532,533],{"name":419,"slug":420,"type":16},{"name":18,"slug":19,"type":16},{"name":381,"slug":382,"type":16},{"slug":425,"name":425,"fn":426,"description":427,"org":535,"tags":536,"stars":23,"repoUrl":24,"updatedAt":432},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[537,538],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16}]