🧠
AI EngineeringJavaScript

Brain Page

by mindmuxai

Brain Page is an AI Engineering 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 Page
Copy Brain Page 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-page ~/.claude/skills/brain-page

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-page/SKILL.md in mindmuxai/brain.md
Installs to
~/.claude/skills/brain-page
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2451 skills

What Brain Page does

Brain Page defines how to read and write a project brain through the bundled brain CLI. Use it when creating, updating, or reading brain pages and root pages; never hand-edit brain files.

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

Documentation

README

brain-page

This skill is the operating manual for working with a project's brain under the Open Project Brain Standard. The protocol overview lives in the project's root BRAIN.md; here we expand the category taxonomy and the exact command for every operation.

The model is simple: everything goes through the brain CLI.

  • Read = brain read subcommands (brain-dir / list-pages / read-page <id> / read-root <slug>) — location-independent, no need to know where the brain lives.
  • Write = brain write subcommands. Every mutation (create / update / append / archive / tag / root-page rewrite / reindex) is correct-by-construction, so frontmatter can never be mis-shaped and a compiled_truth rewrite can never silently skip its timeline entry.

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

Frequently asked about Brain Page

  • What else does mindmuxai publish alongside Brain Page?

    Brain Page 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 Setup. Each one is a separate skill with its own page in this directory, installs the same way Brain Page 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 Page compare to other AI Engineering skills?

    Brain Page ranks #2174 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Page against them. Open each page to compare what they document and how they install.