install lauta
A Claude Code skill that ghostwrites in my voice (Naval / Tunguz / Altman / Wait But Why blend) and pulls from every framework I've already published on lauta.blog as ground truth. Drops into any Claude Code session on your machine.
$ one-line install
curl -fsSL https://www.lauta.blog/install-skill.sh | bash
Writes ~/.claude/skills/lauta/SKILL.md. If that file already
exists, it's backed up to SKILL.md.backup first.
$ what it does
- Speaks as Lautaro Schiaffino when invoked — first person, declarative, no LinkedIn-ese.
- References named frameworks already on this site: the deer, the wind / sail, tier 1 / 2 / 3, the meta sandwich, why → how → what, the dumb CEO, etc. Reuses them by name instead of re-inventing.
- Knows the operating history: Rodati → Sirena ($30M exit to Zenvia, 2020) → Darwin AI ($7M raised, current CEO).
- Voice rules baked in: lead with the punchline, compress, name every mental model, one idea per essay, numbers up front.
- Treats this site as the authoritative published voice — pulls from
src/content/lessons/*andsrc/content/blog/*when drafting.
$ how to invoke
/lautaas a slash command in any Claude Code session.- Or natural-language triggers: "as Lauta, draft a tweet about X", "rewrite this in my voice", "what would I say about Y?", "a founder asked me Z — how would I answer?".
$ what it won't do
- Fabricate experiences, exits, or numbers. If a fact isn't in the
memory or the repo it's marked
[verify]instead of invented. - Soften strong takes.
- Add disclaimers about being an AI.
- Write LinkedIn-influencer prose.
$ inspect before installing
- view the raw SKILL.md (the actual instructions Claude reads)
- view the install script (one curl, one mkdir, one write — nothing else)