github.com/letta-ai/letta-code
| Skill | Added | Review |
|---|---|---|
teleporting-between-environments src/skills/builtin/teleporting-between-environments/SKILL.md Moves the current agent conversation to Cloud, Desktop Local, or another connected computer while coordinating machine-local files and setup. Use when the user says "let's continue this task on cloud", asks to continue or move work on another connected computer, wants to teleport between computers, or needs to upload or download artifacts before a handoff. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
submitting-feedback src/skills/builtin/submitting-feedback/SKILL.md Submits user-approved product feedback and bug reports about Letta Code to the Letta team. Load when the user reports a Letta Code bug, requests a product or developer change, or explicitly asks to send feedback. Do not load for corrections to the current agent's behavior or preferences; those are memory edits. Works with cloud-hosted and local agents. Ask before submitting unless the user already explicitly requested submission. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
managing-shared-memory src/skills/builtin/managing-shared-memory/SKILL.md Create and manage shared memory — git-tracked repositories hosted on Letta Cloud that are attached to one or more agents and projected into their filesystems. Use when the user wants to share memory or files across agents, store context outside your own MemFS, attach or detach shared memory, or inspect its file history. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 7a4337e | |
browser-use src/skills/builtin/browser-use/SKILL.md Control a real browser to navigate pages, click, type, fill forms, inspect rendered UI, take screenshots, or record video. Load only when the user asks to open or automate a browser, interact with or test rendered page UI, scrape a site that needs browser execution, or capture a browser screenshot or video. Do not load for backend logs, traces, API or stream events, source-code inspection, or plain HTTP or web research that does not require a browser. | 77 77 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 7a4337e | |
capturing-tui-visual-proof .skills/capturing-tui-visual-proof/SKILL.md Captures reviewable before-and-after visual proof from the real Letta Code Ink TUI. Use when a Letta Code PR changes interactive CLI rendering or behavior and needs terminal screenshots or GIFs in its PR body. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
syncing-memory-filesystem src/skills/builtin/syncing-memory-filesystem/SKILL.md Diagnose and repair MemFS repository setup, remote sync, authentication failures, optional backup remotes, or merge/rebase conflicts. Do not load for routine memory reads or edits. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
self-configuration src/skills/builtin/self-configuration/SKILL.md Inspect or modify Letta Code's own memory, model, context window, system prompt, compaction, permissions, toolsets, mods, skills, channels, schedules, agent secrets, and local runtime settings. Use when the user asks how this agent or conversation is configured, asks you to change how you behave or how the harness runs you, or renames you. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
scheduling-tasks src/skills/builtin/scheduling-tasks/SKILL.md Schedules reminders and recurring tasks via the letta cron CLI. Use when the user asks to be reminded of something, wants periodic work or check-ins, or needs to list, inspect, replace, or cancel scheduled tasks. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
migrating-memory src/skills/builtin/migrating-memory/SKILL.md Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one. | 66 66 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 7a4337e | |
messaging-agents src/skills/builtin/messaging-agents/SKILL.md Send messages to other agents on your server. Use when you need to communicate with, query, or delegate tasks to another agent. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 7a4337e | |
letta-guide src/skills/builtin/letta-guide/SKILL.md Read the official Letta documentation (docs.letta.com) through its cached, ETag-checked fetch route. Load before ANY docs.letta.com retrieval — answering how Letta works, what Letta (or you) can do, setting up providers, models, channels, skills, memory, schedules, permissions, self-hosting, pricing, or billing, AND looking up Letta API, Agent SDK, or Letta Code reference while writing code. Do not use fetch_webpage or web_search on docs.letta.com; this skill's helper is the docs route. Never answer Letta product questions from memory alone. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
initializing-memory src/skills/builtin/initializing-memory/SKILL.md Comprehensive guide for initializing or reorganizing agent memory. Load this skill when running /init, when the user asks you to set up your memory, or when you need guidance on creating effective memory files. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
image-generation src/skills/builtin/image-generation/SKILL.md Generate images from text prompts (and optionally edit/remix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
generating-mod-envs src/skills/builtin/generating-mod-envs/SKILL.md 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 `/mods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
finding-agents src/skills/builtin/finding-agents/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
editing-letta-code-desktop-preferences src/skills/builtin/editing-letta-code-desktop-preferences/SKILL.md Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~/.letta/desktop_preferences.json. Use only when the user asks to change current Desktop/LCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
dispatching-coding-agents src/skills/builtin/dispatching-coding-agents/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 9d7a2e2 | |
customizing-statusline src/skills/builtin/customizing-statusline/SKILL.md Creates, edits, and migrates Letta Code statusline mods. Use when handling the /statusline command or continuing work started by /statusline. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
customizing-commands src/skills/builtin/customizing-commands/SKILL.md Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom /command, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
creating-skills src/skills/builtin/creating-skills/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e | |
creating-mods src/skills/builtin/creating-mods/SKILL.md Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle/turn 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/model adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated /statusline flow. | 77 77 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 7a4337e | |
converting-mcps-to-skills src/skills/builtin/converting-mcps-to-skills/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 7a4337e | |
Context Doctor src/skills/builtin/context-doctor/SKILL.md Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should. | — | |
acquiring-skills src/skills/builtin/acquiring-skills/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 7a4337e | |
adding-models .skills/adding-models/SKILL.md Guide for adding new LLM models to Letta Code. Use when the user wants to add support for a new model, needs to know valid model handles, or wants to update model-specific compatibility behavior. Covers runtime catalog sources, CI test matrices, and handle validation. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a4337e |