[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-customizing-statusline":3,"mdc--t8l4gn-key":38,"related-org-letta-customizing-statusline":503,"related-repo-letta-customizing-statusline":655},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":33,"sourceUrl":36,"mdContent":37},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17],{"name":14,"slug":15,"type":16},"CLI","cli","tag",{"name":18,"slug":19,"type":16},"Engineering","engineering",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:23:27.465985",null,329,[26,27,28,29,30,8,31,32],"agent-memory","ai","claude","codex","continual-learning","memgpt","stateful-agents",{"repoUrl":21,"stars":20,"forks":24,"topics":34,"description":35},[26,27,28,29,30,8,31,32],"Stateful agents that are like people, with memory, identity, and the ability to learn and adapt","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code\u002Ftree\u002FHEAD\u002Fsrc\u002Fskills\u002Fbuiltin\u002Fcustomizing-statusline","---\nname: customizing-statusline\ndescription: Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.\n---\n\n# Customizing Statusline\n\nUse this skill to create or update the global Letta Code statusline mod:\n\n```text\n~\u002F.letta\u002Fmods\u002Fstatusline.tsx\n```\n\nThe statusline is a panel registered at `order: 0` — the primary line just below the input. It overrides the built-in `agent · model` line. Host UI can still temporarily preempt it for safety confirmations and transient hints.\n\n## Statusline ownership model\n\n```text\nsafety preemption\nelse transient host hint\nelse order-0 statusline panel\nelse built-in default statusline\n```\n\nThe order-0 panel owns the whole primary row. It renders text (not React) and owns its own layout via the `row`\u002F`columns` helpers.\n\n## Workflow\n\n1. Check whether `~\u002F.letta\u002Fmods\u002Fstatusline.tsx` exists.\n2. If it exists, read it before editing and preserve unrelated code.\n3. If it does not exist, synthesize a focused starter for the user's request.\n4. If the user asks to migrate, import a `.sh` file, or match a shell prompt, read `references\u002Fmigration.md`.\n5. If API details or concrete patterns are needed, read `references\u002Fapi.md` and `references\u002Fexamples.md`.\n6. If the request combines statusline work with commands, tools, events, other panels, or stateful mod behavior, also use `creating-mods` and its `references\u002Farchitecture.md`.\n7. Guard panel work with `letta.capabilities.ui.panels` when writing new files.\n8. Edit `~\u002F.letta\u002Fmods\u002Fstatusline.tsx`.\n9. Summarize the absolute file path changed and tell the user to run `\u002Freload` unless the command can reload automatically.\n\n## Bare `\u002Fstatusline` behavior\n\nIf the user ran `\u002Fstatusline` without a specific request:\n\n- If a custom statusline file exists, summarize what it appears to do and ask what they want to change.\n- If no custom file exists, explain that Letta is using the built-in default statusline and offer focused next steps:\n  1. start from a simple `agent · model` statusline\n  2. add project info like git branch, worktree, or PR\n  3. migrate an existing legacy statusline `.sh` file\n  4. match shell prompt \u002F PS1\n  5. describe a custom statusline in their own words\n\nKeep this conversational. Do not build a menu UI unless the product command explicitly asks for one.\n\n## Rules\n\n- Global-only for now. Do not create project mods.\n- Keep the mod single-file for MVP.\n- Do not assume extra npm packages are available.\n- Do not use relative multi-file imports yet.\n- Keep `render` synchronous and side-effect-free. Do not shell, fetch, await, or read files inside render.\n- Do async work in setup code, intervals, or subscriptions, store the result in a closure variable, then call `panel.update()` to re-render.\n- Register the statusline at `order: 0`. Compose left\u002Fright with `row(left, right, width)`; color with `chalk`.\n- Guard panel work with `letta.capabilities.ui.panels` in new files.\n- Return a disposer that clears timers\u002Fsubscriptions and calls `panel.close()`.\n- Preserve existing mod code unless the user asks to reset.\n\n## Useful references\n\n- `references\u002Fapi.md` - panel API, render context, lifecycle rules\n- `references\u002Fexamples.md` - common statusline patterns\n- `references\u002Fmigration.md` - legacy command `.sh` and PS1 migration\n",{"data":39,"body":40},{"name":4,"description":6},{"type":41,"children":42},"root",[43,51,57,70,91,98,107,128,134,260,274,286,342,347,353,457,463],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Customizing Statusline",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Use this skill to create or update the global Letta Code statusline mod:",{"type":44,"tag":58,"props":59,"children":64},"pre",{"className":60,"code":62,"language":49,"meta":63},[61],"language-text","~\u002F.letta\u002Fmods\u002Fstatusline.tsx\n","",[65],{"type":44,"tag":66,"props":67,"children":68},"code",{"__ignoreMap":63},[69],{"type":49,"value":62},{"type":44,"tag":52,"props":71,"children":72},{},[73,75,81,83,89],{"type":49,"value":74},"The statusline is a panel registered at ",{"type":44,"tag":66,"props":76,"children":78},{"className":77},[],[79],{"type":49,"value":80},"order: 0",{"type":49,"value":82}," — the primary line just below the input. It overrides the built-in ",{"type":44,"tag":66,"props":84,"children":86},{"className":85},[],[87],{"type":49,"value":88},"agent · model",{"type":49,"value":90}," line. Host UI can still temporarily preempt it for safety confirmations and transient hints.",{"type":44,"tag":92,"props":93,"children":95},"h2",{"id":94},"statusline-ownership-model",[96],{"type":49,"value":97},"Statusline ownership model",{"type":44,"tag":58,"props":99,"children":102},{"className":100,"code":101,"language":49,"meta":63},[61],"safety preemption\nelse transient host hint\nelse order-0 statusline panel\nelse built-in default statusline\n",[103],{"type":44,"tag":66,"props":104,"children":105},{"__ignoreMap":63},[106],{"type":49,"value":101},{"type":44,"tag":52,"props":108,"children":109},{},[110,112,118,120,126],{"type":49,"value":111},"The order-0 panel owns the whole primary row. It renders text (not React) and owns its own layout via the ",{"type":44,"tag":66,"props":113,"children":115},{"className":114},[],[116],{"type":49,"value":117},"row",{"type":49,"value":119},"\u002F",{"type":44,"tag":66,"props":121,"children":123},{"className":122},[],[124],{"type":49,"value":125},"columns",{"type":49,"value":127}," helpers.",{"type":44,"tag":92,"props":129,"children":131},{"id":130},"workflow",[132],{"type":49,"value":133},"Workflow",{"type":44,"tag":135,"props":136,"children":137},"ol",{},[138,152,157,162,183,203,223,236,247],{"type":44,"tag":139,"props":140,"children":141},"li",{},[142,144,150],{"type":49,"value":143},"Check whether ",{"type":44,"tag":66,"props":145,"children":147},{"className":146},[],[148],{"type":49,"value":149},"~\u002F.letta\u002Fmods\u002Fstatusline.tsx",{"type":49,"value":151}," exists.",{"type":44,"tag":139,"props":153,"children":154},{},[155],{"type":49,"value":156},"If it exists, read it before editing and preserve unrelated code.",{"type":44,"tag":139,"props":158,"children":159},{},[160],{"type":49,"value":161},"If it does not exist, synthesize a focused starter for the user's request.",{"type":44,"tag":139,"props":163,"children":164},{},[165,167,173,175,181],{"type":49,"value":166},"If the user asks to migrate, import a ",{"type":44,"tag":66,"props":168,"children":170},{"className":169},[],[171],{"type":49,"value":172},".sh",{"type":49,"value":174}," file, or match a shell prompt, read ",{"type":44,"tag":66,"props":176,"children":178},{"className":177},[],[179],{"type":49,"value":180},"references\u002Fmigration.md",{"type":49,"value":182},".",{"type":44,"tag":139,"props":184,"children":185},{},[186,188,194,196,202],{"type":49,"value":187},"If API details or concrete patterns are needed, read ",{"type":44,"tag":66,"props":189,"children":191},{"className":190},[],[192],{"type":49,"value":193},"references\u002Fapi.md",{"type":49,"value":195}," and ",{"type":44,"tag":66,"props":197,"children":199},{"className":198},[],[200],{"type":49,"value":201},"references\u002Fexamples.md",{"type":49,"value":182},{"type":44,"tag":139,"props":204,"children":205},{},[206,208,214,216,222],{"type":49,"value":207},"If the request combines statusline work with commands, tools, events, other panels, or stateful mod behavior, also use ",{"type":44,"tag":66,"props":209,"children":211},{"className":210},[],[212],{"type":49,"value":213},"creating-mods",{"type":49,"value":215}," and its ",{"type":44,"tag":66,"props":217,"children":219},{"className":218},[],[220],{"type":49,"value":221},"references\u002Farchitecture.md",{"type":49,"value":182},{"type":44,"tag":139,"props":224,"children":225},{},[226,228,234],{"type":49,"value":227},"Guard panel work with ",{"type":44,"tag":66,"props":229,"children":231},{"className":230},[],[232],{"type":49,"value":233},"letta.capabilities.ui.panels",{"type":49,"value":235}," when writing new files.",{"type":44,"tag":139,"props":237,"children":238},{},[239,241,246],{"type":49,"value":240},"Edit ",{"type":44,"tag":66,"props":242,"children":244},{"className":243},[],[245],{"type":49,"value":149},{"type":49,"value":182},{"type":44,"tag":139,"props":248,"children":249},{},[250,252,258],{"type":49,"value":251},"Summarize the absolute file path changed and tell the user to run ",{"type":44,"tag":66,"props":253,"children":255},{"className":254},[],[256],{"type":49,"value":257},"\u002Freload",{"type":49,"value":259}," unless the command can reload automatically.",{"type":44,"tag":92,"props":261,"children":263},{"id":262},"bare-statusline-behavior",[264,266,272],{"type":49,"value":265},"Bare ",{"type":44,"tag":66,"props":267,"children":269},{"className":268},[],[270],{"type":49,"value":271},"\u002Fstatusline",{"type":49,"value":273}," behavior",{"type":44,"tag":52,"props":275,"children":276},{},[277,279,284],{"type":49,"value":278},"If the user ran ",{"type":44,"tag":66,"props":280,"children":282},{"className":281},[],[283],{"type":49,"value":271},{"type":49,"value":285}," without a specific request:",{"type":44,"tag":287,"props":288,"children":289},"ul",{},[290,295],{"type":44,"tag":139,"props":291,"children":292},{},[293],{"type":49,"value":294},"If a custom statusline file exists, summarize what it appears to do and ask what they want to change.",{"type":44,"tag":139,"props":296,"children":297},{},[298,300],{"type":49,"value":299},"If no custom file exists, explain that Letta is using the built-in default statusline and offer focused next steps:\n",{"type":44,"tag":135,"props":301,"children":302},{},[303,315,320,332,337],{"type":44,"tag":139,"props":304,"children":305},{},[306,308,313],{"type":49,"value":307},"start from a simple ",{"type":44,"tag":66,"props":309,"children":311},{"className":310},[],[312],{"type":49,"value":88},{"type":49,"value":314}," statusline",{"type":44,"tag":139,"props":316,"children":317},{},[318],{"type":49,"value":319},"add project info like git branch, worktree, or PR",{"type":44,"tag":139,"props":321,"children":322},{},[323,325,330],{"type":49,"value":324},"migrate an existing legacy statusline ",{"type":44,"tag":66,"props":326,"children":328},{"className":327},[],[329],{"type":49,"value":172},{"type":49,"value":331}," file",{"type":44,"tag":139,"props":333,"children":334},{},[335],{"type":49,"value":336},"match shell prompt \u002F PS1",{"type":44,"tag":139,"props":338,"children":339},{},[340],{"type":49,"value":341},"describe a custom statusline in their own words",{"type":44,"tag":52,"props":343,"children":344},{},[345],{"type":49,"value":346},"Keep this conversational. Do not build a menu UI unless the product command explicitly asks for one.",{"type":44,"tag":92,"props":348,"children":350},{"id":349},"rules",[351],{"type":49,"value":352},"Rules",{"type":44,"tag":287,"props":354,"children":355},{},[356,361,366,371,376,389,402,429,440,452],{"type":44,"tag":139,"props":357,"children":358},{},[359],{"type":49,"value":360},"Global-only for now. Do not create project mods.",{"type":44,"tag":139,"props":362,"children":363},{},[364],{"type":49,"value":365},"Keep the mod single-file for MVP.",{"type":44,"tag":139,"props":367,"children":368},{},[369],{"type":49,"value":370},"Do not assume extra npm packages are available.",{"type":44,"tag":139,"props":372,"children":373},{},[374],{"type":49,"value":375},"Do not use relative multi-file imports yet.",{"type":44,"tag":139,"props":377,"children":378},{},[379,381,387],{"type":49,"value":380},"Keep ",{"type":44,"tag":66,"props":382,"children":384},{"className":383},[],[385],{"type":49,"value":386},"render",{"type":49,"value":388}," synchronous and side-effect-free. Do not shell, fetch, await, or read files inside render.",{"type":44,"tag":139,"props":390,"children":391},{},[392,394,400],{"type":49,"value":393},"Do async work in setup code, intervals, or subscriptions, store the result in a closure variable, then call ",{"type":44,"tag":66,"props":395,"children":397},{"className":396},[],[398],{"type":49,"value":399},"panel.update()",{"type":49,"value":401}," to re-render.",{"type":44,"tag":139,"props":403,"children":404},{},[405,407,412,414,420,422,428],{"type":49,"value":406},"Register the statusline at ",{"type":44,"tag":66,"props":408,"children":410},{"className":409},[],[411],{"type":49,"value":80},{"type":49,"value":413},". Compose left\u002Fright with ",{"type":44,"tag":66,"props":415,"children":417},{"className":416},[],[418],{"type":49,"value":419},"row(left, right, width)",{"type":49,"value":421},"; color with ",{"type":44,"tag":66,"props":423,"children":425},{"className":424},[],[426],{"type":49,"value":427},"chalk",{"type":49,"value":182},{"type":44,"tag":139,"props":430,"children":431},{},[432,433,438],{"type":49,"value":227},{"type":44,"tag":66,"props":434,"children":436},{"className":435},[],[437],{"type":49,"value":233},{"type":49,"value":439}," in new files.",{"type":44,"tag":139,"props":441,"children":442},{},[443,445,451],{"type":49,"value":444},"Return a disposer that clears timers\u002Fsubscriptions and calls ",{"type":44,"tag":66,"props":446,"children":448},{"className":447},[],[449],{"type":49,"value":450},"panel.close()",{"type":49,"value":182},{"type":44,"tag":139,"props":453,"children":454},{},[455],{"type":49,"value":456},"Preserve existing mod code unless the user asks to reset.",{"type":44,"tag":92,"props":458,"children":460},{"id":459},"useful-references",[461],{"type":49,"value":462},"Useful references",{"type":44,"tag":287,"props":464,"children":465},{},[466,476,486],{"type":44,"tag":139,"props":467,"children":468},{},[469,474],{"type":44,"tag":66,"props":470,"children":472},{"className":471},[],[473],{"type":49,"value":193},{"type":49,"value":475}," - panel API, render context, lifecycle rules",{"type":44,"tag":139,"props":477,"children":478},{},[479,484],{"type":44,"tag":66,"props":480,"children":482},{"className":481},[],[483],{"type":49,"value":201},{"type":49,"value":485}," - common statusline patterns",{"type":44,"tag":139,"props":487,"children":488},{},[489,494,496,501],{"type":44,"tag":66,"props":490,"children":492},{"className":491},[],[493],{"type":49,"value":180},{"type":49,"value":495}," - legacy command ",{"type":44,"tag":66,"props":497,"children":499},{"className":498},[],[500],{"type":49,"value":172},{"type":49,"value":502}," and PS1 migration",{"items":504,"total":654},[505,521,536,548,559,573,583,588,600,616,627,639],{"slug":506,"name":506,"fn":507,"description":508,"org":509,"tags":510,"stars":20,"repoUrl":21,"updatedAt":520},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[511,514,517],{"name":512,"slug":513,"type":16},"Agents","agents",{"name":515,"slug":516,"type":16},"Automation","automation",{"name":518,"slug":519,"type":16},"GitHub","github","2026-07-13T06:22:58.45767",{"slug":522,"name":523,"fn":524,"description":525,"org":526,"tags":527,"stars":20,"repoUrl":21,"updatedAt":535},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[528,529,532],{"name":512,"slug":513,"type":16},{"name":530,"slug":531,"type":16},"AI Context","ai-context",{"name":533,"slug":534,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":537,"name":537,"fn":538,"description":539,"org":540,"tags":541,"stars":20,"repoUrl":21,"updatedAt":547},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[542,543,544],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":545,"slug":546,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":213,"name":213,"fn":549,"description":550,"org":551,"tags":552,"stars":20,"repoUrl":21,"updatedAt":558},"create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[553,554,555],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":556,"slug":557,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":560,"name":560,"fn":561,"description":562,"org":563,"tags":564,"stars":20,"repoUrl":21,"updatedAt":572},"creating-skills","create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[565,566,569],{"name":512,"slug":513,"type":16},{"name":567,"slug":568,"type":16},"Documentation","documentation",{"name":570,"slug":571,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":20,"repoUrl":21,"updatedAt":582},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[579,580,581],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":14,"slug":15,"type":16},"2026-07-13T06:23:18.266798",{"slug":4,"name":4,"fn":5,"description":6,"org":584,"tags":585,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[586,587],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":20,"repoUrl":21,"updatedAt":599},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[594,595,596],{"name":512,"slug":513,"type":16},{"name":556,"slug":557,"type":16},{"name":597,"slug":598,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":601,"name":601,"fn":602,"description":603,"org":604,"tags":605,"stars":20,"repoUrl":21,"updatedAt":615},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[606,609,612],{"name":607,"slug":608,"type":16},"Configuration","configuration",{"name":610,"slug":611,"type":16},"Desktop","desktop",{"name":613,"slug":614,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":617,"name":617,"fn":618,"description":619,"org":620,"tags":621,"stars":20,"repoUrl":21,"updatedAt":626},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[622,623],{"name":512,"slug":513,"type":16},{"name":624,"slug":625,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":20,"repoUrl":21,"updatedAt":638},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[633,634,637],{"name":512,"slug":513,"type":16},{"name":635,"slug":636,"type":16},"AI Infrastructure","ai-infrastructure",{"name":607,"slug":608,"type":16},"2026-07-13T06:23:08.838181",{"slug":640,"name":640,"fn":641,"description":642,"org":643,"tags":644,"stars":20,"repoUrl":21,"updatedAt":653},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[645,648,651],{"name":646,"slug":647,"type":16},"Creative","creative",{"name":649,"slug":650,"type":16},"Graphics","graphics",{"name":652,"slug":640,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":656,"total":698},[657,663,669,675,681,687,693],{"slug":506,"name":506,"fn":507,"description":508,"org":658,"tags":659,"stars":20,"repoUrl":21,"updatedAt":520},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[660,661,662],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":518,"slug":519,"type":16},{"slug":522,"name":523,"fn":524,"description":525,"org":664,"tags":665,"stars":20,"repoUrl":21,"updatedAt":535},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[666,667,668],{"name":512,"slug":513,"type":16},{"name":530,"slug":531,"type":16},{"name":533,"slug":534,"type":16},{"slug":537,"name":537,"fn":538,"description":539,"org":670,"tags":671,"stars":20,"repoUrl":21,"updatedAt":547},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[672,673,674],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":545,"slug":546,"type":16},{"slug":213,"name":213,"fn":549,"description":550,"org":676,"tags":677,"stars":20,"repoUrl":21,"updatedAt":558},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[678,679,680],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":556,"slug":557,"type":16},{"slug":560,"name":560,"fn":561,"description":562,"org":682,"tags":683,"stars":20,"repoUrl":21,"updatedAt":572},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[684,685,686],{"name":512,"slug":513,"type":16},{"name":567,"slug":568,"type":16},{"name":570,"slug":571,"type":16},{"slug":574,"name":574,"fn":575,"description":576,"org":688,"tags":689,"stars":20,"repoUrl":21,"updatedAt":582},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[690,691,692],{"name":512,"slug":513,"type":16},{"name":515,"slug":516,"type":16},{"name":14,"slug":15,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":694,"tags":695,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[696,697],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},19]