home / skills / letta-ai / letta-code

letta-ai/letta-code

The memory-first coding agent

13 skills
GitHub

Sponsored

initializing-memory

letta-ai/letta-code

1.7k
This skill helps initialize memory as a 15-25 file hierarchical structure under system/, guiding agents to organize memory for continuity.
searching-messages

letta-ai/letta-code

1.7k
This skill helps you recall and retrieve past messages to restore context across conversations and identify where topics were discussed.
migrating-memory

letta-ai/letta-code

1.7k
This skill migrates memory blocks from a source agent to the current agent using memfs, enabling inheritance and sharing of memory.
creating-skills

letta-ai/letta-code

1.7k
This skill guides you in designing effective Letta Code skills, including structure, references, and workflows for reliable extensions.
syncing-memory-filesystem

letta-ai/letta-code

1.7k
This skill helps you manage git-backed memory repos for memory-first coding agents, enabling versioned memory blocks, bidirectional sync, and automated
messaging-agents

letta-ai/letta-code

1.7k
This skill enables you to message other agents on the Letta server to query knowledge, coordinate tasks, and share information.
migrating-from-codex-and-claude-code

letta-ai/letta-code

1.7k
This skill helps you bootstrap agent memory by discovering and searching Claude Code and Codex histories to surface context.
adding-models

letta-ai/letta-code

1.7k
This skill guides you through adding a new LLM model to Letta Code, including model handles, configuration, and CI testing.
converting-mcps-to-skills

letta-ai/letta-code

1.7k
This skill helps you connect to MCP servers and convert them into reusable tools, accelerating repeated integrations.
working-in-parallel

letta-ai/letta-code

1.7k
This skill helps you work in parallel with other agents using git worktrees, keeping changes isolated while sharing the same repository history.
finding-agents

letta-ai/letta-code

1.7k
This skill helps you locate other agents on the same Letta server, enabling memory migration and targeted agent selection.
acquiring-skills

letta-ai/letta-code

1.7k
This skill helps you safely discover and install external skills from trusted sources to bootstrap capabilities.
defragmenting-memory

letta-ai/letta-code

1.7k
This skill decomposes and reorganizes memory blocks into focused, single-purpose components to improve clarity and reduce redundancy in memory-based AI