CtrlK
BlogDocsLog inGet started
Tessl Logo

letta-code

github.com/letta-ai/letta-code

SkillAddedReview
syncing-memory-filesystem

src/skills/builtin/syncing-memory-filesystem/SKILL.md

Manage git-backed memory repos. Load this skill when working with git-backed agent memory, setting up remote memory repos, resolving sync conflicts, or managing memory via git workflows.

68

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, and local runtime settings. Use when the user asks how this agent or conversation is configured, or asks you to change how you behave or how the harness runs you.

75

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.

72

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

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.

67

letta-guide

src/skills/builtin/letta-guide/SKILL.md

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.

70

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.

56

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

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

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.

70

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.

72

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

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

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.

70

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

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.

75

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

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.

Invalid
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

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 the model configuration. Covers models.json configuration, CI test matrix, and handle validation.

70