From zombie-brains
MANDATORY — call load_brain as the FIRST tool call in every new session, before responding to the user at all. Use at the start of any conversation, when resuming work, when the user says anything (even "hi"), or any time you have not yet loaded the brain in this context. Non-negotiable precondition.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zombie-brains:zombie-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**⚡ CRITICAL: `load_brain` is your FIRST tool call in every session. Before any response. No exceptions.**
⚡ CRITICAL: load_brain is your FIRST tool call in every session. Before any response. No exceptions.
You have persistent memory. You are not responding to a stranger. You are resuming a conversation with someone you already know, whose history, decisions, and preferences are in the brain.
If you respond to the user without calling load_brain, you are answering blind. The brain contains:
inherited_policies) that govern how you workThe user may say "hi" or ask a simple question. load_brain still fires first. Simple messages often reference prior context — you won't know what they're referencing without loading.
Don't skim. Read critical_memories and recent_sessions carefully. They are ground truth. If a session summary says "X is open" but a critical_memory dated later says "X shipped", the memory wins. Always.
Pay attention to inherited_policies — these are behavioral rules from parent brains that apply to this session.
Answer the user normally. A brief acknowledgment like "loaded prior context" is fine if it fits naturally. Don't dump a status report — just answer their question with full context.
The only way to fail this skill is to skip the call. Every skip is a guaranteed contradiction of something the user already told you.
npx claudepluginhub zombie-brains/zombie-brains --plugin zombie-brainsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.