🧠
DevOpsJavaScript

Brain Setup

by mindmuxai

Brain Setup is a DevOps skill for Claude Code, published by mindmuxai in brain.md.

506 stars47 forkson mindmuxai/brain.mdAdded 2026/08/26+4% in starsRepository updated 2026/08/21
agent-memoryai-agentsclaude-codeclicodexcoding-agentscontext-engineeringdeveloper-toolsknowledge-managementllmmarkdownproject-brainproject-memory
Install in seconds
Install Brain Setup
Copy Brain Setup into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mindmuxai/brain.md/tree/main/skills/brain-setup ~/.claude/skills/brain-setup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mindmuxai/brain.md.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/brain-setup/SKILL.md in mindmuxai/brain.md
Installs to
~/.claude/skills/brain-setup
Collection
One of 4 skills cataloged from this repository
Category
DevOps798 skills

What Brain Setup does

Brain Setup bootstraps the Open Project Brain Standard into a project by creating BRAIN.md, scaffolding the brain data directory, and wiring CLAUDE.md and AGENTS.md. Use it when initializing a project memory setup or adding optional hooks.

Brain Setup is cataloged under DevOps on DirSkills. Brain Setup comes from a repository tagged agent-memory, ai-agents, claude-code, cli and codex.

Documentation

README

brain-setup

This skill bootstraps a project into the Open Project Brain Standard: it drops in the protocol entry point and the brain/ skeleton so the brain-page and brain-ingest skills (and the brain CLI) have something to work with. It is idempotent — safe to run again on an already-initialized project.

Preferred one-shot path: from the project root run:

node <brain-page-bundle>/bin/brain.mjs init

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Brain Setup

  • What else does mindmuxai publish alongside Brain Setup?

    Brain Setup is one of 4 skills that DirSkills catalogs from mindmuxai/brain.md, the repository it ships in. Its siblings there include Brain Bootstrap, Brain Ingest and Brain Page. Each one is a separate skill with its own page in this directory, installs the same way Brain Setup does, and is maintained by mindmuxai in that same repository. The rest of the collection is listed on the mindmuxai/brain.md page.

  • How does Brain Setup compare to other DevOps skills?

    Brain Setup ranks #708 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Brain Setup against them. Open each page to compare what they document and how they install.