[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-convex-check-updates":3,"mdc--3e20v1-key":32,"related-repo-convex-check-updates":394,"related-org-convex-check-updates":498},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"check-updates","upgrade Convex component versions","Check the CURRENT Convex app's pinned components against the latest recommended versions and offer to upgrade them — e.g. the passkey auth component's new email-first sign-in. TRIGGER when the user runs \u002Fcheck-updates or $check-updates, asks 'are my components up to date', 'any updates', 'upgrade auth', 'upgrade my components', or wants the newest features after a quickstart. Applies each upgrade behind a build gate (verify-or-revert) with the user's consent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"convex","Convex","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fconvex.png","get-convex",[13,17,20],{"name":14,"slug":15,"type":16},"Maintenance","maintenance","tag",{"name":18,"slug":19,"type":16},"Configuration","configuration",{"name":9,"slug":8,"type":16},2,"https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fconvex-codex-plugin","2026-07-12T08:00:03.236862","Apache-2.0",0,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Codex plugin for the hosted Convex MCP server","https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fconvex-codex-plugin\u002Ftree\u002FHEAD\u002Fplugins\u002Fconvex\u002Fskills\u002Fcheck-updates","---\nname: check-updates\ndescription: \"Check the CURRENT Convex app's pinned components against the latest recommended versions and offer to upgrade them — e.g. the passkey auth component's new email-first sign-in. TRIGGER when the user runs \u002Fcheck-updates or $check-updates, asks 'are my components up to date', 'any updates', 'upgrade auth', 'upgrade my components', or wants the newest features after a quickstart. Applies each upgrade behind a build gate (verify-or-revert) with the user's consent.\"\nlicense: Apache-2.0\n---\n\n# Check + apply component updates\n\nRun from the app's project root (where `package.json` lives — the `convex-app\u002F`\nsubdir for a quickstart). Detect stale components against the anteater registry:\n\n```bash\ncurl -fsSL https:\u002F\u002Fbasic-anteater-667.convex.site\u002Fcheck-updates.mjs -o \u002Ftmp\u002Fcu.mjs && node \u002Ftmp\u002Fcu.mjs\n```\n\n- **`COMPONENTS_UP_TO_DATE`** → tell the user everything's current. Done.\n- **`COMPONENTS_STALE=\u003Cn>`** + a JSON array → for each entry, summarize for the user:\n  the component, `installed → current`, the `summary` (what's new), and whether it's\n  `breaking`. Then **ASK before changing anything** — \"Upgrade `\u003Cname>` to get\n  \u003Csummary>? [y\u002Fn]\". Never upgrade without an explicit yes.\n\nOn a yes, apply that entry's `migration`:\n1. **Install** the new ref (`migration.install`) with the project's package manager.\n2. **Apply `migration.steps` in order** — the call-site changes. Read the existing code\n   first; make the minimal change each step describes. Delegate any `convex\u002F` edits to\n   the `convex-expert` skill\u002Fsubagent.\n3. **GATE — verify or revert.** Run every command in `migration.gate` (e.g.\n   `pnpm exec tsc --noEmit`, `pnpm exec next build`). If ANY fails, **revert**\n   (`git checkout -- .`, or reinstall the old ref) and tell the user it didn't apply\n   cleanly — never leave the app half-migrated.\n4. **Smoke** — give the user the `migration.smoke` check to run (the runtime behavior the\n   build gate can't prove), e.g. register → sign out → sign in by the same email.\n\nRules:\n- **`breaking: true`** needs extra care: confirm explicitly, snapshot first (commit\u002Fbranch),\n  and if the steps aren't mechanical, ask the user rather than guessing.\n- **Don't auto-publish.** If the app is already live on `*.convex.app` \u002F a custom domain,\n  the upgrade only reaches the live site on re-publish — confirm before re-deploying\n  (no surprise downtime on a live domain).\n- One component at a time; gate each before the next.\n",{"data":33,"body":34},{"name":4,"description":6,"license":24},{"type":35,"children":36},"root",[37,46,69,129,207,220,343,348,388],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"check-apply-component-updates",[43],{"type":44,"value":45},"text","Check + apply component updates",{"type":38,"tag":47,"props":48,"children":49},"p",{},[50,52,59,61,67],{"type":44,"value":51},"Run from the app's project root (where ",{"type":38,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"package.json",{"type":44,"value":60}," lives — the ",{"type":38,"tag":53,"props":62,"children":64},{"className":63},[],[65],{"type":44,"value":66},"convex-app\u002F",{"type":44,"value":68},"\nsubdir for a quickstart). Detect stale components against the anteater registry:",{"type":38,"tag":70,"props":71,"children":76},"pre",{"className":72,"code":73,"language":74,"meta":75,"style":75},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -fsSL https:\u002F\u002Fbasic-anteater-667.convex.site\u002Fcheck-updates.mjs -o \u002Ftmp\u002Fcu.mjs && node \u002Ftmp\u002Fcu.mjs\n","bash","",[77],{"type":38,"tag":53,"props":78,"children":79},{"__ignoreMap":75},[80],{"type":38,"tag":81,"props":82,"children":85},"span",{"class":83,"line":84},"line",1,[86,92,98,103,108,113,119,124],{"type":38,"tag":81,"props":87,"children":89},{"style":88},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[90],{"type":44,"value":91},"curl",{"type":38,"tag":81,"props":93,"children":95},{"style":94},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[96],{"type":44,"value":97}," -fsSL",{"type":38,"tag":81,"props":99,"children":100},{"style":94},[101],{"type":44,"value":102}," https:\u002F\u002Fbasic-anteater-667.convex.site\u002Fcheck-updates.mjs",{"type":38,"tag":81,"props":104,"children":105},{"style":94},[106],{"type":44,"value":107}," -o",{"type":38,"tag":81,"props":109,"children":110},{"style":94},[111],{"type":44,"value":112}," \u002Ftmp\u002Fcu.mjs",{"type":38,"tag":81,"props":114,"children":116},{"style":115},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[117],{"type":44,"value":118}," &&",{"type":38,"tag":81,"props":120,"children":121},{"style":88},[122],{"type":44,"value":123}," node",{"type":38,"tag":81,"props":125,"children":126},{"style":94},[127],{"type":44,"value":128}," \u002Ftmp\u002Fcu.mjs\n",{"type":38,"tag":130,"props":131,"children":132},"ul",{},[133,149],{"type":38,"tag":134,"props":135,"children":136},"li",{},[137,147],{"type":38,"tag":138,"props":139,"children":140},"strong",{},[141],{"type":38,"tag":53,"props":142,"children":144},{"className":143},[],[145],{"type":44,"value":146},"COMPONENTS_UP_TO_DATE",{"type":44,"value":148}," → tell the user everything's current. Done.",{"type":38,"tag":134,"props":150,"children":151},{},[152,161,163,169,171,177,179,185,187,192,194,200,202],{"type":38,"tag":138,"props":153,"children":154},{},[155],{"type":38,"tag":53,"props":156,"children":158},{"className":157},[],[159],{"type":44,"value":160},"COMPONENTS_STALE=\u003Cn>",{"type":44,"value":162}," + a JSON array → for each entry, summarize for the user:\nthe component, ",{"type":38,"tag":53,"props":164,"children":166},{"className":165},[],[167],{"type":44,"value":168},"installed → current",{"type":44,"value":170},", the ",{"type":38,"tag":53,"props":172,"children":174},{"className":173},[],[175],{"type":44,"value":176},"summary",{"type":44,"value":178}," (what's new), and whether it's\n",{"type":38,"tag":53,"props":180,"children":182},{"className":181},[],[183],{"type":44,"value":184},"breaking",{"type":44,"value":186},". Then ",{"type":38,"tag":138,"props":188,"children":189},{},[190],{"type":44,"value":191},"ASK before changing anything",{"type":44,"value":193}," — \"Upgrade ",{"type":38,"tag":53,"props":195,"children":197},{"className":196},[],[198],{"type":44,"value":199},"\u003Cname>",{"type":44,"value":201}," to get\n",{"type":38,"tag":176,"props":203,"children":204},{},[205],{"type":44,"value":206},"? [y\u002Fn]\". Never upgrade without an explicit yes.\n",{"type":38,"tag":47,"props":208,"children":209},{},[210,212,218],{"type":44,"value":211},"On a yes, apply that entry's ",{"type":38,"tag":53,"props":213,"children":215},{"className":214},[],[216],{"type":44,"value":217},"migration",{"type":44,"value":219},":",{"type":38,"tag":221,"props":222,"children":223},"ol",{},[224,242,276,325],{"type":38,"tag":134,"props":225,"children":226},{},[227,232,234,240],{"type":38,"tag":138,"props":228,"children":229},{},[230],{"type":44,"value":231},"Install",{"type":44,"value":233}," the new ref (",{"type":38,"tag":53,"props":235,"children":237},{"className":236},[],[238],{"type":44,"value":239},"migration.install",{"type":44,"value":241},") with the project's package manager.",{"type":38,"tag":134,"props":243,"children":244},{},[245,258,260,266,268,274],{"type":38,"tag":138,"props":246,"children":247},{},[248,250,256],{"type":44,"value":249},"Apply ",{"type":38,"tag":53,"props":251,"children":253},{"className":252},[],[254],{"type":44,"value":255},"migration.steps",{"type":44,"value":257}," in order",{"type":44,"value":259}," — the call-site changes. Read the existing code\nfirst; make the minimal change each step describes. Delegate any ",{"type":38,"tag":53,"props":261,"children":263},{"className":262},[],[264],{"type":44,"value":265},"convex\u002F",{"type":44,"value":267}," edits to\nthe ",{"type":38,"tag":53,"props":269,"children":271},{"className":270},[],[272],{"type":44,"value":273},"convex-expert",{"type":44,"value":275}," skill\u002Fsubagent.",{"type":38,"tag":134,"props":277,"children":278},{},[279,284,286,292,294,300,302,308,310,315,317,323],{"type":38,"tag":138,"props":280,"children":281},{},[282],{"type":44,"value":283},"GATE — verify or revert.",{"type":44,"value":285}," Run every command in ",{"type":38,"tag":53,"props":287,"children":289},{"className":288},[],[290],{"type":44,"value":291},"migration.gate",{"type":44,"value":293}," (e.g.\n",{"type":38,"tag":53,"props":295,"children":297},{"className":296},[],[298],{"type":44,"value":299},"pnpm exec tsc --noEmit",{"type":44,"value":301},", ",{"type":38,"tag":53,"props":303,"children":305},{"className":304},[],[306],{"type":44,"value":307},"pnpm exec next build",{"type":44,"value":309},"). If ANY fails, ",{"type":38,"tag":138,"props":311,"children":312},{},[313],{"type":44,"value":314},"revert",{"type":44,"value":316},"\n(",{"type":38,"tag":53,"props":318,"children":320},{"className":319},[],[321],{"type":44,"value":322},"git checkout -- .",{"type":44,"value":324},", or reinstall the old ref) and tell the user it didn't apply\ncleanly — never leave the app half-migrated.",{"type":38,"tag":134,"props":326,"children":327},{},[328,333,335,341],{"type":38,"tag":138,"props":329,"children":330},{},[331],{"type":44,"value":332},"Smoke",{"type":44,"value":334}," — give the user the ",{"type":38,"tag":53,"props":336,"children":338},{"className":337},[],[339],{"type":44,"value":340},"migration.smoke",{"type":44,"value":342}," check to run (the runtime behavior the\nbuild gate can't prove), e.g. register → sign out → sign in by the same email.",{"type":38,"tag":47,"props":344,"children":345},{},[346],{"type":44,"value":347},"Rules:",{"type":38,"tag":130,"props":349,"children":350},{},[351,365,383],{"type":38,"tag":134,"props":352,"children":353},{},[354,363],{"type":38,"tag":138,"props":355,"children":356},{},[357],{"type":38,"tag":53,"props":358,"children":360},{"className":359},[],[361],{"type":44,"value":362},"breaking: true",{"type":44,"value":364}," needs extra care: confirm explicitly, snapshot first (commit\u002Fbranch),\nand if the steps aren't mechanical, ask the user rather than guessing.",{"type":38,"tag":134,"props":366,"children":367},{},[368,373,375,381],{"type":38,"tag":138,"props":369,"children":370},{},[371],{"type":44,"value":372},"Don't auto-publish.",{"type":44,"value":374}," If the app is already live on ",{"type":38,"tag":53,"props":376,"children":378},{"className":377},[],[379],{"type":44,"value":380},"*.convex.app",{"type":44,"value":382}," \u002F a custom domain,\nthe upgrade only reaches the live site on re-publish — confirm before re-deploying\n(no surprise downtime on a live domain).",{"type":38,"tag":134,"props":384,"children":385},{},[386],{"type":44,"value":387},"One component at a time; gate each before the next.",{"type":38,"tag":389,"props":390,"children":391},"style",{},[392],{"type":44,"value":393},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":395,"total":497},[396,410,429,445,462,468,483],{"slug":397,"name":397,"fn":398,"description":399,"org":400,"tags":401,"stars":21,"repoUrl":22,"updatedAt":409},"add","add capabilities to Convex applications","Add a capability to the CURRENT Convex + Next.js project — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs $add, or asks to add hosting\u002Fpublishing or any backend capability to an existing Convex app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[402,405,406],{"name":403,"slug":404,"type":16},"Backend","backend",{"name":9,"slug":8,"type":16},{"name":407,"slug":408,"type":16},"Next.js","next-js","2026-07-12T07:59:59.358004",{"slug":411,"name":411,"fn":412,"description":413,"org":414,"tags":415,"stars":21,"repoUrl":22,"updatedAt":428},"agent","build AI agents with Convex","Build an AI agent \u002F RAG feature on Convex (@convex-dev\u002Fagent: threads, tools, vector search). TRIGGER on an AI-agent\u002Fchatbot\u002FRAG request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[416,419,422,425],{"name":417,"slug":418,"type":16},"Agents","agents",{"name":420,"slug":421,"type":16},"Engineering","engineering",{"name":423,"slug":424,"type":16},"RAG","rag",{"name":426,"slug":427,"type":16},"Search","search","2026-07-12T08:00:01.921824",{"slug":430,"name":430,"fn":431,"description":432,"org":433,"tags":434,"stars":21,"repoUrl":22,"updatedAt":444},"auth","add authentication to Convex applications","Add sign-in (passkeys by default, OAuth\u002Fpassword optional) to the current Convex app, wired correctly incl. auth.config.ts. TRIGGER on a login\u002Fauth request for an existing app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[435,437,440,441],{"name":436,"slug":430,"type":16},"Auth",{"name":438,"slug":439,"type":16},"Authentication","authentication",{"name":9,"slug":8,"type":16},{"name":442,"slug":443,"type":16},"OAuth","oauth","2026-07-18T05:12:54.443056",{"slug":446,"name":446,"fn":447,"description":448,"org":449,"tags":450,"stars":21,"repoUrl":22,"updatedAt":461},"billing","integrate Stripe billing in Convex apps","Add Stripe billing to a Convex app via @convex-dev\u002Fstripe (checkout + auto-verified webhook + subscription gating). TRIGGER on a payments\u002Fbilling\u002Fsubscription request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[451,452,455,458],{"name":9,"slug":8,"type":16},{"name":453,"slug":454,"type":16},"Payments","payments",{"name":456,"slug":457,"type":16},"Stripe","stripe",{"name":459,"slug":460,"type":16},"Webhooks","webhooks","2026-07-12T08:00:08.123246",{"slug":4,"name":4,"fn":5,"description":6,"org":463,"tags":464,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[465,466,467],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":469,"name":469,"fn":470,"description":471,"org":472,"tags":473,"stars":21,"repoUrl":22,"updatedAt":482},"convex-authz","audit and harden Convex authorization","Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, and public queries leaking PII\u002Ffinancial data by a client-supplied id — the single largest real-defect cluster measured against generated Convex backends (44 of 214). Runs a deterministic scan for the 3 shapes, then applies the canonical requireIdentity\u002FrequireOwner pattern, then verifies with tsc. TRIGGER on 'secure my app', 'audit auth', 'add login', 'who can access this data', or an explicit 'audit my authz'. NOT always-on. SKIP when there is no convex\u002F directory.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[474,475,478,479],{"name":436,"slug":430,"type":16},{"name":476,"slug":477,"type":16},"Code Analysis","code-analysis",{"name":9,"slug":8,"type":16},{"name":480,"slug":481,"type":16},"Security","security","2026-07-12T08:00:04.516752",{"slug":273,"name":273,"fn":484,"description":485,"org":486,"tags":487,"stars":21,"repoUrl":22,"updatedAt":496},"develop Convex backend applications","Convex backend rules — consult this whenever writing or editing any code inside a convex\u002F directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex\u002F functions, so the code uses the object-form syntax, validators, indexes, and component patterns that generic models get wrong.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[488,489,490,493],{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},{"name":491,"slug":492,"type":16},"Database","database",{"name":494,"slug":495,"type":16},"TypeScript","typescript","2026-07-18T05:12:50.448833",19,{"items":499,"total":627},[500,511,526,540,557,574,587,593,600,607,614,620],{"slug":8,"name":8,"fn":501,"description":502,"org":503,"tags":504,"stars":508,"repoUrl":509,"updatedAt":510},"guide Convex project setup and usage","Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,506,507],{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},{"name":491,"slug":492,"type":16},34,"https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fagent-skills","2026-07-12T08:00:45.091281",{"slug":512,"name":512,"fn":513,"description":514,"org":515,"tags":516,"stars":508,"repoUrl":509,"updatedAt":525},"convex-create-component","build reusable Convex components","Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[517,520,523,524],{"name":518,"slug":519,"type":16},"API Development","api-development",{"name":521,"slug":522,"type":16},"Architecture","architecture",{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T08:00:39.428577",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":508,"repoUrl":509,"updatedAt":539},"convex-migration-helper","plan Convex schema and data migrations","Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev\u002Fmigrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[532,533,534,537],{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},{"name":535,"slug":536,"type":16},"Data Engineering","data-engineering",{"name":538,"slug":217,"type":16},"Migration","2026-07-12T08:00:51.27967",{"slug":541,"name":541,"fn":542,"description":543,"org":544,"tags":545,"stars":508,"repoUrl":509,"updatedAt":556},"convex-performance-audit","audit Convex application performance","Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[546,547,550,553],{"name":9,"slug":8,"type":16},{"name":548,"slug":549,"type":16},"Debugging","debugging",{"name":551,"slug":552,"type":16},"Monitoring","monitoring",{"name":554,"slug":555,"type":16},"Performance","performance","2026-07-12T08:00:50.02928",{"slug":558,"name":558,"fn":559,"description":560,"org":561,"tags":562,"stars":508,"repoUrl":509,"updatedAt":573},"convex-quickstart","initialize Convex in applications","Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[563,566,567,570],{"name":564,"slug":565,"type":16},"CLI","cli",{"name":9,"slug":8,"type":16},{"name":568,"slug":569,"type":16},"Frontend","frontend",{"name":571,"slug":572,"type":16},"Onboarding","onboarding","2026-07-12T08:00:43.436152",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":508,"repoUrl":509,"updatedAt":586},"convex-setup-auth","set up authentication and access control","Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[580,583,584,585],{"name":581,"slug":582,"type":16},"Access Control","access-control",{"name":436,"slug":430,"type":16},{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T08:00:48.652641",{"slug":397,"name":397,"fn":398,"description":399,"org":588,"tags":589,"stars":21,"repoUrl":22,"updatedAt":409},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[590,591,592],{"name":403,"slug":404,"type":16},{"name":9,"slug":8,"type":16},{"name":407,"slug":408,"type":16},{"slug":411,"name":411,"fn":412,"description":413,"org":594,"tags":595,"stars":21,"repoUrl":22,"updatedAt":428},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[596,597,598,599],{"name":417,"slug":418,"type":16},{"name":420,"slug":421,"type":16},{"name":423,"slug":424,"type":16},{"name":426,"slug":427,"type":16},{"slug":430,"name":430,"fn":431,"description":432,"org":601,"tags":602,"stars":21,"repoUrl":22,"updatedAt":444},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[603,604,605,606],{"name":436,"slug":430,"type":16},{"name":438,"slug":439,"type":16},{"name":9,"slug":8,"type":16},{"name":442,"slug":443,"type":16},{"slug":446,"name":446,"fn":447,"description":448,"org":608,"tags":609,"stars":21,"repoUrl":22,"updatedAt":461},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[610,611,612,613],{"name":9,"slug":8,"type":16},{"name":453,"slug":454,"type":16},{"name":456,"slug":457,"type":16},{"name":459,"slug":460,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":615,"tags":616,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[617,618,619],{"name":18,"slug":19,"type":16},{"name":9,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"slug":469,"name":469,"fn":470,"description":471,"org":621,"tags":622,"stars":21,"repoUrl":22,"updatedAt":482},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[623,624,625,626],{"name":436,"slug":430,"type":16},{"name":476,"slug":477,"type":16},{"name":9,"slug":8,"type":16},{"name":480,"slug":481,"type":16},26]