[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-letta-guide":3,"mdc--lv9s7g-key":40,"related-org-letta-letta-guide":492,"related-repo-letta-letta-guide":649},{"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":35,"sourceUrl":38,"mdContent":39},"letta-guide","answer questions about Letta configuration","Answer questions about Letta itself from the official documentation. Use whenever the user asks how Letta works, what Letta (or you) can do, or how to set up or configure providers, models, channels, skills, memory, schedules, permissions, self-hosting, pricing, or billing — any \"how do I…\" or \"can Letta…\" question about the Letta product. Fetch the docs before answering; never answer Letta product questions from memory alone.",{"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,20],{"name":14,"slug":15,"type":16},"Documentation","documentation","tag",{"name":18,"slug":19,"type":16},"AI","ai",{"name":21,"slug":22,"type":16},"Agents","agents",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-23T06:05:34.625242",null,329,[29,19,30,31,32,8,33,34],"agent-memory","claude","codex","continual-learning","memgpt","stateful-agents",{"repoUrl":24,"stars":23,"forks":27,"topics":36,"description":37},[29,19,30,31,32,8,33,34],"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\u002Fletta-guide","---\nname: letta-guide\ndescription: Answer questions about Letta itself from the official documentation. Use whenever the user asks how Letta works, what Letta (or you) can do, or how to set up or configure providers, models, channels, skills, memory, schedules, permissions, self-hosting, pricing, or billing — any \"how do I…\" or \"can Letta…\" question about the Letta product. Fetch the docs before answering; never answer Letta product questions from memory alone.\n---\n\n# Letta Guide\n\nYou are running inside Letta, but your training data about Letta's commands,\nflags, settings, UI, pricing, and providers is out of date. Users lose trust\nfastest when an agent confidently invents product details. This skill defines\nhow to answer questions about Letta correctly.\n\n## Source route (in order)\n\n1. **Self-inspection first for questions about THIS agent.** \"What model are\n   you using?\", \"what tools do you have?\", \"what's in your memory?\" are\n   questions about the running session, not the docs. Load the\n   `self-configuration` skill for model or settings questions and use its\n   backend-aware active configuration report. Use the system prompt, agent\n   info, tool schemas, and MemFS for the other live facts. Do not infer active\n   state from recent\u002Fdefault preference lists, and do not fetch docs for these.\n2. **Fetch the docs index directly.** For product questions, run:\n\n   ```bash\n   node \u003CSKILL_DIR>\u002Fscripts\u002Ffetch-letta-docs.mjs\n   ```\n\n   The helper retrieves `https:\u002F\u002Fdocs.letta.com\u002Fllms.txt` from the docs host,\n   verifies its ETag against the body, and prints the paths to a current local\n   copy and heading outline. Read the outline, then read the relevant index\n   lines to pick the best page URL.\n3. **Fetch the specific page directly.** Pass the exact canonical URL from the\n   index back to the same helper, for example:\n\n   ```bash\n   node \u003CSKILL_DIR>\u002Fscripts\u002Ffetch-letta-docs.mjs \\\n     --docs-url \"https:\u002F\u002Fdocs.letta.com\u002Fconfiguration\u002Fmodels\u002Findex.md\"\n   ```\n\n   Read the returned docs path before running the helper for another URL. The\n   helper uses native HTTPS with a curl fallback; do not use `fetch_webpage`\n   for the normal docs route because its upstream content cache may be stale.\n   Cite the public doc URL so the user can go deeper.\n4. **If direct retrieval fails**, use `fetch_webpage` only as a fallback with a\n   fresh query parameter on the same official docs URL. Disclose that the\n   fallback may be stale. If that also fails, say the docs are unreachable,\n   give your best answer, and clearly mark it as possibly out of date with a\n   link to https:\u002F\u002Fdocs.letta.com. Never silently fall back to memory.\n\n## Hard rules\n\n- **Never invent CLI commands, flags, slash commands, settings keys, config\n  file shapes, or UI paths.** If something is not in the fetched docs and you\n  cannot verify it locally (`letta --help`, `\u002Fhelp`, reading the actual\n  config file), say you are not sure or that it does not exist — do not\n  guess a plausible-sounding name.\n- **Distinguish surfaces.** The CLI, the desktop app, the web app\n  (chat.letta.com), and the API\u002FSDK have different affordances. Answer for\n  the surface the user is actually on; say when a feature lives on a\n  different surface.\n- **Always fetch, never recall**, for anything volatile: pricing, rate\n  limits, data policies, the provider\u002Fmodel catalog, channel setup steps,\n  and integration instructions.\n- **If the feature genuinely doesn't exist**, say so and point the user to\n  https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code\u002Fissues to request it.\n\n## Support escalation\n\nWhen the docs don't resolve the user's problem — setup issues you can't\ndebug, account\u002Fbilling questions, suspected bugs, or anything needing a\nhuman — point them to the right channel:\n\n- **Discord** (https:\u002F\u002Fdiscord.gg\u002Fletta): the primary support community,\n  very active — best for setup help, troubleshooting, and quick questions.\n  It's also where users can chat with **Ezra**, Letta's support agent.\n- **GitHub issues** (https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code\u002Fissues): bug\n  reports and feature requests.\n\nIf the user reports errors, timeouts, or things suddenly not working, check\n**https:\u002F\u002Fstatus.letta.com** for an active incident before debugging — and\nhave the user check it too.\n\nOffer these proactively when you've hit the end of what the docs cover,\nrather than leaving the user stuck.\n\n## Caching\n\nThe helper owns the cache. It uses the first writable temporary directory from\n`TMPDIR`, `TEMP`, `TMP`, `\u002Fprivate\u002Ftmp`, or `\u002Ftmp`, and accepts `--cache-dir`\nwhen an explicit location is needed. Every invocation checks the live ETag and\nreuses the local document only when its body hash still matches. Do not create\nor manage a second cache yourself.\n\n",{"data":41,"body":42},{"name":4,"description":6},{"type":43,"children":44},"root",[45,53,59,66,280,286,354,360,365,409,425,430,436,486],{"type":46,"tag":47,"props":48,"children":49},"element","h1",{"id":4},[50],{"type":51,"value":52},"text","Letta Guide",{"type":46,"tag":54,"props":55,"children":56},"p",{},[57],{"type":51,"value":58},"You are running inside Letta, but your training data about Letta's commands,\nflags, settings, UI, pricing, and providers is out of date. Users lose trust\nfastest when an agent confidently invents product details. This skill defines\nhow to answer questions about Letta correctly.",{"type":46,"tag":60,"props":61,"children":63},"h2",{"id":62},"source-route-in-order",[64],{"type":51,"value":65},"Source route (in order)",{"type":46,"tag":67,"props":68,"children":69},"ol",{},[70,91,166,253],{"type":46,"tag":71,"props":72,"children":73},"li",{},[74,80,82,89],{"type":46,"tag":75,"props":76,"children":77},"strong",{},[78],{"type":51,"value":79},"Self-inspection first for questions about THIS agent.",{"type":51,"value":81}," \"What model are\nyou using?\", \"what tools do you have?\", \"what's in your memory?\" are\nquestions about the running session, not the docs. Load the\n",{"type":46,"tag":83,"props":84,"children":86},"code",{"className":85},[],[87],{"type":51,"value":88},"self-configuration",{"type":51,"value":90}," skill for model or settings questions and use its\nbackend-aware active configuration report. Use the system prompt, agent\ninfo, tool schemas, and MemFS for the other live facts. Do not infer active\nstate from recent\u002Fdefault preference lists, and do not fetch docs for these.",{"type":46,"tag":71,"props":92,"children":93},{},[94,99,101,152,156,158,164],{"type":46,"tag":75,"props":95,"children":96},{},[97],{"type":51,"value":98},"Fetch the docs index directly.",{"type":51,"value":100}," For product questions, run:",{"type":46,"tag":102,"props":103,"children":108},"pre",{"className":104,"code":105,"language":106,"meta":107,"style":107},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","node \u003CSKILL_DIR>\u002Fscripts\u002Ffetch-letta-docs.mjs\n","bash","",[109],{"type":46,"tag":83,"props":110,"children":111},{"__ignoreMap":107},[112],{"type":46,"tag":113,"props":114,"children":117},"span",{"class":115,"line":116},"line",1,[118,124,130,136,142,147],{"type":46,"tag":113,"props":119,"children":121},{"style":120},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[122],{"type":51,"value":123},"node",{"type":46,"tag":113,"props":125,"children":127},{"style":126},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[128],{"type":51,"value":129}," \u003C",{"type":46,"tag":113,"props":131,"children":133},{"style":132},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[134],{"type":51,"value":135},"SKILL_DI",{"type":46,"tag":113,"props":137,"children":139},{"style":138},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[140],{"type":51,"value":141},"R",{"type":46,"tag":113,"props":143,"children":144},{"style":126},[145],{"type":51,"value":146},">",{"type":46,"tag":113,"props":148,"children":149},{"style":132},[150],{"type":51,"value":151},"\u002Fscripts\u002Ffetch-letta-docs.mjs\n",{"type":46,"tag":153,"props":154,"children":155},"br",{},[],{"type":51,"value":157},"The helper retrieves ",{"type":46,"tag":83,"props":159,"children":161},{"className":160},[],[162],{"type":51,"value":163},"https:\u002F\u002Fdocs.letta.com\u002Fllms.txt",{"type":51,"value":165}," from the docs host,\nverifies its ETag against the body, and prints the paths to a current local\ncopy and heading outline. Read the outline, then read the relevant index\nlines to pick the best page URL.",{"type":46,"tag":71,"props":167,"children":168},{},[169,174,176,240,243,245,251],{"type":46,"tag":75,"props":170,"children":171},{},[172],{"type":51,"value":173},"Fetch the specific page directly.",{"type":51,"value":175}," Pass the exact canonical URL from the\nindex back to the same helper, for example:",{"type":46,"tag":102,"props":177,"children":179},{"className":104,"code":178,"language":106,"meta":107,"style":107},"node \u003CSKILL_DIR>\u002Fscripts\u002Ffetch-letta-docs.mjs \\\n  --docs-url \"https:\u002F\u002Fdocs.letta.com\u002Fconfiguration\u002Fmodels\u002Findex.md\"\n",[180],{"type":46,"tag":83,"props":181,"children":182},{"__ignoreMap":107},[183,216],{"type":46,"tag":113,"props":184,"children":185},{"class":115,"line":116},[186,190,194,198,202,206,211],{"type":46,"tag":113,"props":187,"children":188},{"style":120},[189],{"type":51,"value":123},{"type":46,"tag":113,"props":191,"children":192},{"style":126},[193],{"type":51,"value":129},{"type":46,"tag":113,"props":195,"children":196},{"style":132},[197],{"type":51,"value":135},{"type":46,"tag":113,"props":199,"children":200},{"style":138},[201],{"type":51,"value":141},{"type":46,"tag":113,"props":203,"children":204},{"style":126},[205],{"type":51,"value":146},{"type":46,"tag":113,"props":207,"children":208},{"style":132},[209],{"type":51,"value":210},"\u002Fscripts\u002Ffetch-letta-docs.mjs",{"type":46,"tag":113,"props":212,"children":213},{"style":138},[214],{"type":51,"value":215}," \\\n",{"type":46,"tag":113,"props":217,"children":219},{"class":115,"line":218},2,[220,225,230,235],{"type":46,"tag":113,"props":221,"children":222},{"style":132},[223],{"type":51,"value":224},"  --docs-url",{"type":46,"tag":113,"props":226,"children":227},{"style":126},[228],{"type":51,"value":229}," \"",{"type":46,"tag":113,"props":231,"children":232},{"style":132},[233],{"type":51,"value":234},"https:\u002F\u002Fdocs.letta.com\u002Fconfiguration\u002Fmodels\u002Findex.md",{"type":46,"tag":113,"props":236,"children":237},{"style":126},[238],{"type":51,"value":239},"\"\n",{"type":46,"tag":153,"props":241,"children":242},{},[],{"type":51,"value":244},"Read the returned docs path before running the helper for another URL. The\nhelper uses native HTTPS with a curl fallback; do not use ",{"type":46,"tag":83,"props":246,"children":248},{"className":247},[],[249],{"type":51,"value":250},"fetch_webpage",{"type":51,"value":252},"\nfor the normal docs route because its upstream content cache may be stale.\nCite the public doc URL so the user can go deeper.",{"type":46,"tag":71,"props":254,"children":255},{},[256,261,263,268,270,278],{"type":46,"tag":75,"props":257,"children":258},{},[259],{"type":51,"value":260},"If direct retrieval fails",{"type":51,"value":262},", use ",{"type":46,"tag":83,"props":264,"children":266},{"className":265},[],[267],{"type":51,"value":250},{"type":51,"value":269}," only as a fallback with a\nfresh query parameter on the same official docs URL. Disclose that the\nfallback may be stale. If that also fails, say the docs are unreachable,\ngive your best answer, and clearly mark it as possibly out of date with a\nlink to ",{"type":46,"tag":271,"props":272,"children":276},"a",{"href":273,"rel":274},"https:\u002F\u002Fdocs.letta.com",[275],"nofollow",[277],{"type":51,"value":273},{"type":51,"value":279},". Never silently fall back to memory.",{"type":46,"tag":60,"props":281,"children":283},{"id":282},"hard-rules",[284],{"type":51,"value":285},"Hard rules",{"type":46,"tag":287,"props":288,"children":289},"ul",{},[290,316,326,336],{"type":46,"tag":71,"props":291,"children":292},{},[293,298,300,306,308,314],{"type":46,"tag":75,"props":294,"children":295},{},[296],{"type":51,"value":297},"Never invent CLI commands, flags, slash commands, settings keys, config\nfile shapes, or UI paths.",{"type":51,"value":299}," If something is not in the fetched docs and you\ncannot verify it locally (",{"type":46,"tag":83,"props":301,"children":303},{"className":302},[],[304],{"type":51,"value":305},"letta --help",{"type":51,"value":307},", ",{"type":46,"tag":83,"props":309,"children":311},{"className":310},[],[312],{"type":51,"value":313},"\u002Fhelp",{"type":51,"value":315},", reading the actual\nconfig file), say you are not sure or that it does not exist — do not\nguess a plausible-sounding name.",{"type":46,"tag":71,"props":317,"children":318},{},[319,324],{"type":46,"tag":75,"props":320,"children":321},{},[322],{"type":51,"value":323},"Distinguish surfaces.",{"type":51,"value":325}," The CLI, the desktop app, the web app\n(chat.letta.com), and the API\u002FSDK have different affordances. Answer for\nthe surface the user is actually on; say when a feature lives on a\ndifferent surface.",{"type":46,"tag":71,"props":327,"children":328},{},[329,334],{"type":46,"tag":75,"props":330,"children":331},{},[332],{"type":51,"value":333},"Always fetch, never recall",{"type":51,"value":335},", for anything volatile: pricing, rate\nlimits, data policies, the provider\u002Fmodel catalog, channel setup steps,\nand integration instructions.",{"type":46,"tag":71,"props":337,"children":338},{},[339,344,346,352],{"type":46,"tag":75,"props":340,"children":341},{},[342],{"type":51,"value":343},"If the feature genuinely doesn't exist",{"type":51,"value":345},", say so and point the user to\n",{"type":46,"tag":271,"props":347,"children":350},{"href":348,"rel":349},"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code\u002Fissues",[275],[351],{"type":51,"value":348},{"type":51,"value":353}," to request it.",{"type":46,"tag":60,"props":355,"children":357},{"id":356},"support-escalation",[358],{"type":51,"value":359},"Support escalation",{"type":46,"tag":54,"props":361,"children":362},{},[363],{"type":51,"value":364},"When the docs don't resolve the user's problem — setup issues you can't\ndebug, account\u002Fbilling questions, suspected bugs, or anything needing a\nhuman — point them to the right channel:",{"type":46,"tag":287,"props":366,"children":367},{},[368,393],{"type":46,"tag":71,"props":369,"children":370},{},[371,376,378,384,386,391],{"type":46,"tag":75,"props":372,"children":373},{},[374],{"type":51,"value":375},"Discord",{"type":51,"value":377}," (",{"type":46,"tag":271,"props":379,"children":382},{"href":380,"rel":381},"https:\u002F\u002Fdiscord.gg\u002Fletta",[275],[383],{"type":51,"value":380},{"type":51,"value":385},"): the primary support community,\nvery active — best for setup help, troubleshooting, and quick questions.\nIt's also where users can chat with ",{"type":46,"tag":75,"props":387,"children":388},{},[389],{"type":51,"value":390},"Ezra",{"type":51,"value":392},", Letta's support agent.",{"type":46,"tag":71,"props":394,"children":395},{},[396,401,402,407],{"type":46,"tag":75,"props":397,"children":398},{},[399],{"type":51,"value":400},"GitHub issues",{"type":51,"value":377},{"type":46,"tag":271,"props":403,"children":405},{"href":348,"rel":404},[275],[406],{"type":51,"value":348},{"type":51,"value":408},"): bug\nreports and feature requests.",{"type":46,"tag":54,"props":410,"children":411},{},[412,414,423],{"type":51,"value":413},"If the user reports errors, timeouts, or things suddenly not working, check\n",{"type":46,"tag":75,"props":415,"children":416},{},[417],{"type":46,"tag":271,"props":418,"children":421},{"href":419,"rel":420},"https:\u002F\u002Fstatus.letta.com",[275],[422],{"type":51,"value":419},{"type":51,"value":424}," for an active incident before debugging — and\nhave the user check it too.",{"type":46,"tag":54,"props":426,"children":427},{},[428],{"type":51,"value":429},"Offer these proactively when you've hit the end of what the docs cover,\nrather than leaving the user stuck.",{"type":46,"tag":60,"props":431,"children":433},{"id":432},"caching",[434],{"type":51,"value":435},"Caching",{"type":46,"tag":54,"props":437,"children":438},{},[439,441,447,448,454,455,461,462,468,470,476,478,484],{"type":51,"value":440},"The helper owns the cache. It uses the first writable temporary directory from\n",{"type":46,"tag":83,"props":442,"children":444},{"className":443},[],[445],{"type":51,"value":446},"TMPDIR",{"type":51,"value":307},{"type":46,"tag":83,"props":449,"children":451},{"className":450},[],[452],{"type":51,"value":453},"TEMP",{"type":51,"value":307},{"type":46,"tag":83,"props":456,"children":458},{"className":457},[],[459],{"type":51,"value":460},"TMP",{"type":51,"value":307},{"type":46,"tag":83,"props":463,"children":465},{"className":464},[],[466],{"type":51,"value":467},"\u002Fprivate\u002Ftmp",{"type":51,"value":469},", or ",{"type":46,"tag":83,"props":471,"children":473},{"className":472},[],[474],{"type":51,"value":475},"\u002Ftmp",{"type":51,"value":477},", and accepts ",{"type":46,"tag":83,"props":479,"children":481},{"className":480},[],[482],{"type":51,"value":483},"--cache-dir",{"type":51,"value":485},"\nwhen an explicit location is needed. Every invocation checks the live ETag and\nreuses the local document only when its body hash still matches. Do not create\nor manage a second cache yourself.",{"type":46,"tag":487,"props":488,"children":489},"style",{},[490],{"type":51,"value":491},"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":493,"total":648},[494,508,523,535,547,559,571,582,594,610,621,633],{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":23,"repoUrl":24,"updatedAt":507},"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},[500,501,504],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},"Automation","automation",{"name":505,"slug":506,"type":16},"GitHub","github","2026-07-13T06:22:58.45767",{"slug":509,"name":510,"fn":511,"description":512,"org":513,"tags":514,"stars":23,"repoUrl":24,"updatedAt":522},"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},[515,516,519],{"name":21,"slug":22,"type":16},{"name":517,"slug":518,"type":16},"AI Context","ai-context",{"name":520,"slug":521,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":23,"repoUrl":24,"updatedAt":534},"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},[529,530,531],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":532,"slug":533,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":23,"repoUrl":24,"updatedAt":546},"creating-mods","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},[541,542,543],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":544,"slug":545,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":548,"name":548,"fn":549,"description":550,"org":551,"tags":552,"stars":23,"repoUrl":24,"updatedAt":558},"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},[553,554,555],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":556,"slug":557,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":560,"name":560,"fn":561,"description":562,"org":563,"tags":564,"stars":23,"repoUrl":24,"updatedAt":570},"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},[565,566,567],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":568,"slug":569,"type":16},"CLI","cli","2026-07-13T06:23:18.266798",{"slug":572,"name":572,"fn":573,"description":574,"org":575,"tags":576,"stars":23,"repoUrl":24,"updatedAt":581},"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},[577,578],{"name":568,"slug":569,"type":16},{"name":579,"slug":580,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":583,"name":583,"fn":584,"description":585,"org":586,"tags":587,"stars":23,"repoUrl":24,"updatedAt":593},"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},[588,589,590],{"name":21,"slug":22,"type":16},{"name":544,"slug":545,"type":16},{"name":591,"slug":592,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":595,"name":595,"fn":596,"description":597,"org":598,"tags":599,"stars":23,"repoUrl":24,"updatedAt":609},"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},[600,603,606],{"name":601,"slug":602,"type":16},"Configuration","configuration",{"name":604,"slug":605,"type":16},"Desktop","desktop",{"name":607,"slug":608,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":611,"name":611,"fn":612,"description":613,"org":614,"tags":615,"stars":23,"repoUrl":24,"updatedAt":620},"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},[616,617],{"name":21,"slug":22,"type":16},{"name":618,"slug":619,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":23,"repoUrl":24,"updatedAt":632},"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},[627,628,631],{"name":21,"slug":22,"type":16},{"name":629,"slug":630,"type":16},"AI Infrastructure","ai-infrastructure",{"name":601,"slug":602,"type":16},"2026-07-13T06:23:08.838181",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":23,"repoUrl":24,"updatedAt":647},"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},[639,642,645],{"name":640,"slug":641,"type":16},"Creative","creative",{"name":643,"slug":644,"type":16},"Graphics","graphics",{"name":646,"slug":634,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":650,"total":692},[651,657,663,669,675,681,687],{"slug":495,"name":495,"fn":496,"description":497,"org":652,"tags":653,"stars":23,"repoUrl":24,"updatedAt":507},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[654,655,656],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":505,"slug":506,"type":16},{"slug":509,"name":510,"fn":511,"description":512,"org":658,"tags":659,"stars":23,"repoUrl":24,"updatedAt":522},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[660,661,662],{"name":21,"slug":22,"type":16},{"name":517,"slug":518,"type":16},{"name":520,"slug":521,"type":16},{"slug":524,"name":524,"fn":525,"description":526,"org":664,"tags":665,"stars":23,"repoUrl":24,"updatedAt":534},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[666,667,668],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":532,"slug":533,"type":16},{"slug":536,"name":536,"fn":537,"description":538,"org":670,"tags":671,"stars":23,"repoUrl":24,"updatedAt":546},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[672,673,674],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":544,"slug":545,"type":16},{"slug":548,"name":548,"fn":549,"description":550,"org":676,"tags":677,"stars":23,"repoUrl":24,"updatedAt":558},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[678,679,680],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":556,"slug":557,"type":16},{"slug":560,"name":560,"fn":561,"description":562,"org":682,"tags":683,"stars":23,"repoUrl":24,"updatedAt":570},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[684,685,686],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},{"name":568,"slug":569,"type":16},{"slug":572,"name":572,"fn":573,"description":574,"org":688,"tags":689,"stars":23,"repoUrl":24,"updatedAt":581},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[690,691],{"name":568,"slug":569,"type":16},{"name":579,"slug":580,"type":16},19]