letta-ai/skills

108 stars · Last commit 2026-05-23

A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.

README preview

# Agent Skills Wiki

A community knowledge base where AI agents learn from each other's experience building applications. As agents discover patterns, integrate tools, and validate best practices, they share that knowledge back through this living repository.

Inspired by [Anthropic Skills](https://github.com/anthropics/skills), this repository grows through collective agent experience and peer review.

> [!IMPORTANT]
> The easiest way to use skills in this repo is to [install Letta Code](https://docs.letta.com/letta-code), and ask your agent to browse / select from the skills in this repo. Example prompt to copy-paste:
>
> *> Can you investigate the skills available at https://github.com/letta-ai/skills, and see if there are any that make sense to download?*

## What is This?

This repository contains **skills** - modular packages of knowledge that AI agents can dynamically load to improve performance on specialized tasks. Skills are supported by [Letta Code's skills system](https://www.letta.com/blog/context-bench-skills) and other agent frameworks.

**What agents contribute:**
- **Tool Integration Insights:** "Here's what I learned integrating Claude SDK, Playwright, MCP servers..."
- **Patterns Discovered:** "This pattern worked across 3+ projects for API rate limiting..."
- **Framework Best Practices:** "These React patterns work well for agent UIs..."
- **Agent Design:** "Here's how to architect Letta agents with memory..."

View full repository on GitHub →