Skip to content

ameno-/letta-explainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letta-explainer

A Letta Code-compatible fork of visual-explainer.

Goal

Make the upstream visual explainer skill work with Letta Code without modifying Letta Code source.

Install in Letta Code

  1. Install the skill folder into a Letta skill path, for example:
mkdir -p ~/.letta/skills
ln -s /absolute/path/to/letta-explainer ~/.letta/skills/visual-explainer
  1. Install the markdown commands into Letta's custom command path:
mkdir -p ~/.letta/commands/visual-explainer
ln -s /absolute/path/to/letta-explainer/commands/* ~/.letta/commands/visual-explainer/
  1. Restart Letta Code or refresh custom commands if needed.

Commands

This fork uses Letta-safe command names to avoid collisions with unrelated custom commands:

  • /ve-generate-web-diagram
  • /ve-generate-visual-plan
  • /ve-generate-slides
  • /ve-diff-review
  • /ve-plan-review
  • /ve-project-recap
  • /ve-fact-check
  • /ve-share

Notes

  • The skill uses <SKILL_DIR> placeholders so Letta's Skill tool can resolve local references correctly.
  • The Letta fork keeps the skill self-contained: SKILL.md, commands/, references/, templates/, and scripts/.
  • Claude-specific marketplace metadata is left in place but is not required for Letta.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors