[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-figma":3,"mdc--bdam3n-key":36,"related-org-letta-figma":242,"related-repo-letta-figma":403},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"figma","fetch and translate Figma design assets","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"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,22],{"name":14,"slug":15,"type":16},"MCP","mcp","tag",{"name":18,"slug":19,"type":16},"Frontend","frontend",{"name":21,"slug":4,"type":16},"Figma",{"name":23,"slug":24,"type":16},"Design","design",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-16T06:02:17.995222",null,20,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills\u002Ftree\u002FHEAD\u002Ftools\u002Ffigma","---\nname: figma\ndescription: Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.\n---\n\n# Figma MCP\n\nUse the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see `references\u002Ffigma-mcp-config.md`.\n\n## Figma MCP Integration Rules\nThese rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.\n\n### Required flow (do not skip)\n1. Run get_design_context first to fetch the structured representation for the exact node(s).\n2. If the response is too large or truncated, run get_metadata to get the high-level node map and then re-fetch only the required node(s) with get_design_context.\n3. Run get_screenshot for a visual reference of the node variant being implemented.\n4. Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation.\n5. Translate the output (usually React + Tailwind) into this project's conventions, styles and framework. Reuse the project's color tokens, components, and typography wherever possible.\n6. Validate against Figma for 1:1 look and behavior before marking complete.\n\n### Implementation rules\n- Treat the Figma MCP output (React + Tailwind) as a representation of design and behavior, not as final code style.\n- Replace Tailwind utility classes with the project's preferred utilities\u002Fdesign-system tokens when applicable.\n- Reuse existing components (e.g., buttons, inputs, typography, icon wrappers) instead of duplicating functionality.\n- Use the project's color system, typography scale, and spacing tokens consistently.\n- Respect existing routing, state management, and data-fetch patterns already adopted in the repo.\n- Strive for 1:1 visual parity with the Figma design. When conflicts arise, prefer design-system tokens and adjust spacing or sizes minimally to match visuals.\n- Validate the final UI against the Figma screenshot for both look and behavior.\n\n### Asset handling\n- The Figma MCP Server provides an assets endpoint which can serve image and SVG assets.\n- IMPORTANT: If the Figma MCP Server returns a localhost source for an image or an SVG, use that image or SVG source directly.\n- IMPORTANT: DO NOT import\u002Fadd new icon packages, all the assets should be in the Figma payload.\n- IMPORTANT: do NOT use or create placeholders if a localhost source is provided.\n\n### Link-based prompting\n- The server is link-based: copy the Figma frame\u002Flayer link and give that URL to the MCP client when asking for implementation help.\n- The client cannot browse the URL but extracts the node ID from the link; always ensure the link points to the exact node\u002Fvariant you want.\n\n## References\n- `references\u002Ffigma-mcp-config.md` — setup, verification, troubleshooting, and link-based usage reminders.\n- `references\u002Ffigma-tools-and-prompts.md` — tool catalog and prompt patterns for selecting frameworks\u002Fcomponents and fetching metadata.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,65,72,77,84,119,125,164,170,193,199,212,218],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"figma-mcp",[47],{"type":48,"value":49},"text","Figma MCP",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63],{"type":48,"value":55},"Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"references\u002Ffigma-mcp-config.md",{"type":48,"value":64},".",{"type":42,"tag":66,"props":67,"children":69},"h2",{"id":68},"figma-mcp-integration-rules",[70],{"type":48,"value":71},"Figma MCP Integration Rules",{"type":42,"tag":51,"props":73,"children":74},{},[75],{"type":48,"value":76},"These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.",{"type":42,"tag":78,"props":79,"children":81},"h3",{"id":80},"required-flow-do-not-skip",[82],{"type":48,"value":83},"Required flow (do not skip)",{"type":42,"tag":85,"props":86,"children":87},"ol",{},[88,94,99,104,109,114],{"type":42,"tag":89,"props":90,"children":91},"li",{},[92],{"type":48,"value":93},"Run get_design_context first to fetch the structured representation for the exact node(s).",{"type":42,"tag":89,"props":95,"children":96},{},[97],{"type":48,"value":98},"If the response is too large or truncated, run get_metadata to get the high-level node map and then re-fetch only the required node(s) with get_design_context.",{"type":42,"tag":89,"props":100,"children":101},{},[102],{"type":48,"value":103},"Run get_screenshot for a visual reference of the node variant being implemented.",{"type":42,"tag":89,"props":105,"children":106},{},[107],{"type":48,"value":108},"Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation.",{"type":42,"tag":89,"props":110,"children":111},{},[112],{"type":48,"value":113},"Translate the output (usually React + Tailwind) into this project's conventions, styles and framework. Reuse the project's color tokens, components, and typography wherever possible.",{"type":42,"tag":89,"props":115,"children":116},{},[117],{"type":48,"value":118},"Validate against Figma for 1:1 look and behavior before marking complete.",{"type":42,"tag":78,"props":120,"children":122},{"id":121},"implementation-rules",[123],{"type":48,"value":124},"Implementation rules",{"type":42,"tag":126,"props":127,"children":128},"ul",{},[129,134,139,144,149,154,159],{"type":42,"tag":89,"props":130,"children":131},{},[132],{"type":48,"value":133},"Treat the Figma MCP output (React + Tailwind) as a representation of design and behavior, not as final code style.",{"type":42,"tag":89,"props":135,"children":136},{},[137],{"type":48,"value":138},"Replace Tailwind utility classes with the project's preferred utilities\u002Fdesign-system tokens when applicable.",{"type":42,"tag":89,"props":140,"children":141},{},[142],{"type":48,"value":143},"Reuse existing components (e.g., buttons, inputs, typography, icon wrappers) instead of duplicating functionality.",{"type":42,"tag":89,"props":145,"children":146},{},[147],{"type":48,"value":148},"Use the project's color system, typography scale, and spacing tokens consistently.",{"type":42,"tag":89,"props":150,"children":151},{},[152],{"type":48,"value":153},"Respect existing routing, state management, and data-fetch patterns already adopted in the repo.",{"type":42,"tag":89,"props":155,"children":156},{},[157],{"type":48,"value":158},"Strive for 1:1 visual parity with the Figma design. When conflicts arise, prefer design-system tokens and adjust spacing or sizes minimally to match visuals.",{"type":42,"tag":89,"props":160,"children":161},{},[162],{"type":48,"value":163},"Validate the final UI against the Figma screenshot for both look and behavior.",{"type":42,"tag":78,"props":165,"children":167},{"id":166},"asset-handling",[168],{"type":48,"value":169},"Asset handling",{"type":42,"tag":126,"props":171,"children":172},{},[173,178,183,188],{"type":42,"tag":89,"props":174,"children":175},{},[176],{"type":48,"value":177},"The Figma MCP Server provides an assets endpoint which can serve image and SVG assets.",{"type":42,"tag":89,"props":179,"children":180},{},[181],{"type":48,"value":182},"IMPORTANT: If the Figma MCP Server returns a localhost source for an image or an SVG, use that image or SVG source directly.",{"type":42,"tag":89,"props":184,"children":185},{},[186],{"type":48,"value":187},"IMPORTANT: DO NOT import\u002Fadd new icon packages, all the assets should be in the Figma payload.",{"type":42,"tag":89,"props":189,"children":190},{},[191],{"type":48,"value":192},"IMPORTANT: do NOT use or create placeholders if a localhost source is provided.",{"type":42,"tag":78,"props":194,"children":196},{"id":195},"link-based-prompting",[197],{"type":48,"value":198},"Link-based prompting",{"type":42,"tag":126,"props":200,"children":201},{},[202,207],{"type":42,"tag":89,"props":203,"children":204},{},[205],{"type":48,"value":206},"The server is link-based: copy the Figma frame\u002Flayer link and give that URL to the MCP client when asking for implementation help.",{"type":42,"tag":89,"props":208,"children":209},{},[210],{"type":48,"value":211},"The client cannot browse the URL but extracts the node ID from the link; always ensure the link points to the exact node\u002Fvariant you want.",{"type":42,"tag":66,"props":213,"children":215},{"id":214},"references",[216],{"type":48,"value":217},"References",{"type":42,"tag":126,"props":219,"children":220},{},[221,231],{"type":42,"tag":89,"props":222,"children":223},{},[224,229],{"type":42,"tag":57,"props":225,"children":227},{"className":226},[],[228],{"type":48,"value":62},{"type":48,"value":230}," — setup, verification, troubleshooting, and link-based usage reminders.",{"type":42,"tag":89,"props":232,"children":233},{},[234,240],{"type":42,"tag":57,"props":235,"children":237},{"className":236},[],[238],{"type":48,"value":239},"references\u002Ffigma-tools-and-prompts.md",{"type":48,"value":241}," — tool catalog and prompt patterns for selecting frameworks\u002Fcomponents and fetching metadata.",{"items":243,"total":402},[244,262,277,287,299,313,325,336,348,364,375,387],{"slug":245,"name":245,"fn":246,"description":247,"org":248,"tags":249,"stars":259,"repoUrl":260,"updatedAt":261},"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},[250,253,256],{"name":251,"slug":252,"type":16},"Agents","agents",{"name":254,"slug":255,"type":16},"Automation","automation",{"name":257,"slug":258,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":263,"name":264,"fn":265,"description":266,"org":267,"tags":268,"stars":259,"repoUrl":260,"updatedAt":276},"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},[269,270,273],{"name":251,"slug":252,"type":16},{"name":271,"slug":272,"type":16},"AI Context","ai-context",{"name":274,"slug":275,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":278,"name":278,"fn":279,"description":280,"org":281,"tags":282,"stars":259,"repoUrl":260,"updatedAt":286},"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},[283,284,285],{"name":251,"slug":252,"type":16},{"name":254,"slug":255,"type":16},{"name":14,"slug":15,"type":16},"2026-07-13T06:23:37.646079",{"slug":288,"name":288,"fn":289,"description":290,"org":291,"tags":292,"stars":259,"repoUrl":260,"updatedAt":298},"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},[293,294,295],{"name":251,"slug":252,"type":16},{"name":254,"slug":255,"type":16},{"name":296,"slug":297,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":300,"name":300,"fn":301,"description":302,"org":303,"tags":304,"stars":259,"repoUrl":260,"updatedAt":312},"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},[305,306,309],{"name":251,"slug":252,"type":16},{"name":307,"slug":308,"type":16},"Documentation","documentation",{"name":310,"slug":311,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":314,"name":314,"fn":315,"description":316,"org":317,"tags":318,"stars":259,"repoUrl":260,"updatedAt":324},"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},[319,320,321],{"name":251,"slug":252,"type":16},{"name":254,"slug":255,"type":16},{"name":322,"slug":323,"type":16},"CLI","cli","2026-07-13T06:23:18.266798",{"slug":326,"name":326,"fn":327,"description":328,"org":329,"tags":330,"stars":259,"repoUrl":260,"updatedAt":335},"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},[331,332],{"name":322,"slug":323,"type":16},{"name":333,"slug":334,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":337,"name":337,"fn":338,"description":339,"org":340,"tags":341,"stars":259,"repoUrl":260,"updatedAt":347},"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},[342,343,344],{"name":251,"slug":252,"type":16},{"name":296,"slug":297,"type":16},{"name":345,"slug":346,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":349,"name":349,"fn":350,"description":351,"org":352,"tags":353,"stars":259,"repoUrl":260,"updatedAt":363},"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},[354,357,360],{"name":355,"slug":356,"type":16},"Configuration","configuration",{"name":358,"slug":359,"type":16},"Desktop","desktop",{"name":361,"slug":362,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":365,"name":365,"fn":366,"description":367,"org":368,"tags":369,"stars":259,"repoUrl":260,"updatedAt":374},"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},[370,371],{"name":251,"slug":252,"type":16},{"name":372,"slug":373,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":376,"name":376,"fn":377,"description":378,"org":379,"tags":380,"stars":259,"repoUrl":260,"updatedAt":386},"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},[381,382,385],{"name":251,"slug":252,"type":16},{"name":383,"slug":384,"type":16},"AI Infrastructure","ai-infrastructure",{"name":355,"slug":356,"type":16},"2026-07-13T06:23:08.838181",{"slug":388,"name":388,"fn":389,"description":390,"org":391,"tags":392,"stars":259,"repoUrl":260,"updatedAt":401},"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},[393,396,399],{"name":394,"slug":395,"type":16},"Creative","creative",{"name":397,"slug":398,"type":16},"Graphics","graphics",{"name":400,"slug":388,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":404,"total":516},[405,419,434,453,466,487,497],{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":25,"repoUrl":26,"updatedAt":418},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[411,414,415],{"name":412,"slug":413,"type":16},"Authentication","authentication",{"name":322,"slug":323,"type":16},{"name":416,"slug":417,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":420,"name":420,"fn":421,"description":422,"org":423,"tags":424,"stars":25,"repoUrl":26,"updatedAt":433},"agent-slack","automate Slack messaging and workflows","Slack automation CLI — read\u002Fsend\u002Fsearch messages, browse threads and channels, manage channels, download attachments, look up users, and run workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[425,426,427,430],{"name":254,"slug":255,"type":16},{"name":322,"slug":323,"type":16},{"name":428,"slug":429,"type":16},"Messaging","messaging",{"name":431,"slug":432,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":25,"repoUrl":26,"updatedAt":452},"ai-news","fetch and summarize AI news","Fetch and summarize recent AI news from curated RSS feeds (Hugging Face, VentureBeat, The Verge, OpenAI, Anthropic, DeepMind, etc.) and YouTube channels (Yannic Kilcher, Two Minute Papers, AI Explained, etc.). Also fetches full transcripts for specific YouTube videos. Use when the user asks about recent AI news, what's happened in AI lately, summaries of AI research or product announcements, or wants a digest of what's going on in the AI space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[440,443,446,449],{"name":441,"slug":442,"type":16},"Communications","communications",{"name":444,"slug":445,"type":16},"LLM","llm",{"name":447,"slug":448,"type":16},"Research","research",{"name":450,"slug":451,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":454,"name":454,"fn":455,"description":456,"org":457,"tags":458,"stars":25,"repoUrl":26,"updatedAt":465},"creating-letta-code-channels","build and debug Letta Code channels","Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~\u002F.letta\u002Fchannels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[459,460,463,464],{"name":251,"slug":252,"type":16},{"name":461,"slug":462,"type":16},"API Development","api-development",{"name":428,"slug":429,"type":16},{"name":431,"slug":432,"type":16},"2026-07-13T06:25:55.843495",{"slug":467,"name":467,"fn":468,"description":469,"org":470,"tags":471,"stars":25,"repoUrl":26,"updatedAt":486},"datadog","query Datadog observability data","Query Datadog observability data (logs, metrics, monitors, dashboards, hosts) via direct API. Use when investigating production issues, checking monitors, searching logs, or accessing Datadog data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[472,474,477,480,483],{"name":473,"slug":467,"type":16},"Datadog",{"name":475,"slug":476,"type":16},"Logs","logs",{"name":478,"slug":479,"type":16},"Metrics","metrics",{"name":481,"slug":482,"type":16},"Monitoring","monitoring",{"name":484,"slug":485,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":488,"name":488,"fn":489,"description":490,"org":491,"tags":492,"stars":25,"repoUrl":26,"updatedAt":496},"discord","automate Discord server and channel tasks","Discord automation CLI — send\u002Fread\u002Fsearch messages, manage channels and servers, react, create threads, pin messages, and look up users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[493,494,495],{"name":254,"slug":255,"type":16},{"name":322,"slug":323,"type":16},{"name":428,"slug":429,"type":16},"2026-07-13T06:24:26.62387",{"slug":498,"name":498,"fn":499,"description":500,"org":501,"tags":502,"stars":25,"repoUrl":26,"updatedAt":515},"doc","create and edit Word documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[503,506,509,512],{"name":504,"slug":505,"type":16},"Documents","documents",{"name":507,"slug":508,"type":16},"DOCX","docx",{"name":510,"slug":511,"type":16},"Office","office",{"name":513,"slug":514,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]