Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

letta-code

letta-code 收录了来自 letta-ai 的 18 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
18
Stars
2.8k
更新
2026-06-19
Forks
309
职业覆盖
8 个职业分类 · 已分类 94%
仓库浏览

这个仓库中的 skills

creating-mods
未分类

Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle/turn events, scoped conversation helpers, panels, status values, 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.

2026-06-19
customizing-statusline
软件开发工程师

Creates, edits, and migrates Letta Code statusline mods. Use when handling the /statusline command or continuing work started by /statusline.

2026-06-16
image-generation
软件开发工程师

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.

2026-06-15
modifying-the-harness
软件开发工程师

Modify the Letta Code harness, such as permission rules, lifecycle hooks, tool availability, model/context settings, schedules, and deterministic runtime configuration.

2026-06-11
customizing-commands
软件开发工程师

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.

2026-06-10
editing-letta-code-desktop-preferences
软件开发工程师

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.

2026-06-10
creating-skills
其他计算机职业软件开发工程师

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.

2026-06-08
converting-mcps-to-skills
软件开发工程师

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.

2026-06-08
acquiring-skills
软件开发工程师

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.

2026-06-05
dispatching-coding-agents
软件开发工程师

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.

2026-06-02
initializing-memory
数据库管理员

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.

2026-05-21
migrating-memory
数据库管理员

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.

2026-05-09
context-doctor
计算机系统分析师软件开发工程师

Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.

2026-04-25
messaging-agents
网络与计算机系统管理员

Send messages to other agents on your server. Use when you need to communicate with, query, or delegate tasks to another agent.

2026-04-24
syncing-memory-filesystem
网络与计算机系统管理员

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.

2026-04-23
scheduling-tasks
接待员和信息文员

Schedules reminders and recurring tasks via the letta cron CLI. Use when the user asks to be reminded of something, wants periodic messages, or needs to manage scheduled tasks.

2026-04-21
finding-agents
计算机用户支持专员网络与计算机系统管理员

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.

2026-01-31
adding-models
软件开发工程师计算机与信息研究科学家

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.

2025-12-22