·adding-models
</>

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.

46Installs·1Trend·@letta-ai

Installation

$npx skills add https://github.com/letta-ai/letta-code --skill adding-models

How to Install adding-models

Quickly install adding-models AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/letta-ai/letta-code --skill adding-models
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: letta-ai/letta-code.

SKILL.md

View raw

This skill guides you through adding a new LLM model to Letta Code.

To include the model in automated testing, add it to .github/workflows/ci.yml:

This is handled by isGeminiModel() and isOpenAIModel() in src/tools/manager.ts. You typically don't need to modify this unless adding a new provider.

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. Source: letta-ai/letta-code.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/letta-ai/letta-code --skill adding-models
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from letta-ai/letta-code

Quick answers

What is 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. Source: letta-ai/letta-code.

How do I install adding-models?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/letta-ai/letta-code --skill adding-models Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/letta-ai/letta-code

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06

Related Skills

None