Scira Mcp Chat
A minimalistic MCP client with a good feature set.
Think Like Sama
>-
Think Like Thdxr
>-
Think Like Karpathy
>-
Think Like A Design Engineer
>-
Draft X Post
>-
Think Like Rauchg
>-
Think Like A Staff Engineer
>-
Think Like Dok2001
>-
Pr Discipline
>-
Think Like Garrytan
>-
Think Like Theo
>-
Think Like Leerob
>-
Think Like Shadcn
>-
Think Like Elonmusk
>-
Think Like Zaid
>-
Think Like Naval
>-
Think Like Dillon Mulroy
>-
Commit Discipline
>-
Think First Principles
Rebuild a decision from what must be true instead of from precedent. Recover the real objective, label every assumption, compute the theoretical floor and compare the current system against it, delete before optimizing, then propose the cheapest test that would settle the remaining doubt. Use this whenever the user is choosing an architecture, sizing a system, cutting cost or latency, questioning…
No Scripted Editing
Never edit tracked files by running a script. Banned are sed -i, perl -pi, python or node or bun one-liners and heredocs that write files, awk rewrites, and shell redirects onto source, because each one lands a change with no reviewable diff, fails silently when its pattern misses, and reports success either way. Use the file editing tools instead, which show the change and refuse when the target…