Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill letta --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/letta/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Quick Reference
  3. Common Patterns
  4. Example Code Patterns
  5. Reference Files
  6. Working with This Skill
  7. For Beginners
  8. For Specific Features
  9. For Code Examples
  10. Resources
  11. references/
  12. scripts/
  13. assets/
  14. Notes
Ships with 1 file
  • metadata.json
Commands it runs
pip install letta-evals
uv pip install letta-evals
More from claude-skill-registry
All skills →
About this skill
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.

Keep going