A Letta Code-compatible fork of visual-explainer.
Make the upstream visual explainer skill work with Letta Code without modifying Letta Code source.
- 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- 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/- Restart Letta Code or refresh custom commands if needed.
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
- The skill uses
<SKILL_DIR>placeholders so Letta'sSkilltool can resolve local references correctly. - The Letta fork keeps the skill self-contained:
SKILL.md,commands/,references/,templates/, andscripts/. - Claude-specific marketplace metadata is left in place but is not required for Letta.