letta
Letta framework for building stateful AI agents with long-term memory. Use for AI agent development, memory management, tool integration, and multi-agent systems.
npx skills add majiayu000/claude-skill-registry --skill letta --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Letta Skill Comprehensive assistance with letta development, generated from official documentation. ## When to Use This Skill This skill should be triggered when: - Working with letta - Asking about letta features or APIs - Implementing letta solutions - Debugging letta code - Learning letta best practices ## Quick Reference ### Common Patterns *Quick reference patterns will be added as you use the skill.* ### Example Code Patterns **Example 1** (bash): ```bash pip install letta-evals ``` **Example 2** (bash): ```bash uv pip install letta-evals ``` **Example 3** (python): ```python import requests url = "https://api.letta.com/v1/mcp-servers/mcp_server_id" headers = {"Authorization": "Bearer <token>"} response = requests.delete(url, headers=headers) print(response.json()) ``` **Example 4** (python): ```python from letta_client import Letta client = Letta( project="YOUR_PROJECT", token="YOUR_TOKEN", ) client.groups.delete( group_id="group-123e4567-e89b-42d3-8456-426614174000", ) ``` ## Reference Files This skill includes comprehensive documentation in `references/`: - **agents.md** - Agents documentation - **api_sdk.md** - Api Sdk documentation - **blocks.md** - Blocks documentatio
- When to Use This Skill
- Quick Reference
- Common Patterns
- Example Code Patterns
- Reference Files
- Working with This Skill
- For Beginners
- For Specific Features
- For Code Examples
- Resources
- references/
- scripts/
- assets/
- Notes
pip install letta-evals uv pip install letta-evals
What does the letta skill do?
Letta framework for building stateful AI agents with long-term memory. Use for AI agent development, memory management, tool integration, and multi-agent systems.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill letta --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
