af32dfcd92a876f2d5bca70ca0ecbc6e1bc06d65
Adapt HTML visualization template under actual brain v1.0 state on 2026-05-11. Original copy from Liderra had stale context. Changes: - Hero block: date 2026-05-11, edition vIV, deconxt from Liderra («четыре MCP-сервера» added to counters) - §II Hierarchy: remove version suffixes (Pravila_raboty_Claude.md, Plugin_stack_rules.md) — brain templates have no versions - §VI Plugins: claude-md-management now "1 skill + 1 slash-command", ui-ux-pro-max stats actualized (67 styles, 161 palette, 57 fonts, 99 UX guidelines, 25 chart types) - §VII Skills: lede updated to "28 capabilities (27 skills + 1 slash-command)" - §VIII Filesystem: rebuilt to dual-source brain v1.0 model (user / brain source / project consumer) - §XI MCP servers (NEW): 4 servers — magic, playwright, github, semgrep - §XII Actions renumbered (was §XI) - §X Graph data: revise-claude-md labeled as command, legend label "Скил/команда (28)" - Footer meta: 2026-05-11, "brain v1.0 / 7 хуков / 4 плагина / 4 MCP / 28 capabilities" - manifest.json SHA-256 hash sync (both project-mode and brain-internal entries) Verified: HTML parses OK, JSON parses OK, hash matches manifest. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Claude Brain
Переиспользуемый «мозг Claude» — правила, хуки, плагины и MCP-серверы — для подключения к проектам.
Quick start
Установить мозг в новый или существующий consumer-проект
cd c:/моя/проекты/claude-brain
./scripts/install.sh --target=/path/to/my-project --version=brain-v1.0
Установить мозг в ~/.claude/ (user-level хуки + плагины + MCP)
cd c:/моя/проекты/claude-brain
./scripts/install.sh --target=$HOME/.claude --version=brain-v1.0
При первом запуске будет prompt для MAGIC_API_KEY (21st.dev). Используй --skip-secrets для CI.
Проверить целостность
./scripts/verify.sh --target=/path/to/my-project
Структура
См. CLAUDE.md для деталей.
Документация
- docs/architecture.md — архитектура brain'а
- docs/how-to-use-brain.md — workflow использования
- docs/how-to-experiment.md — песочница experiments/
- docs/secrets-and-tokens.md — управление секретами
- docs/consumer-projects.md — список known consumer projects
Prerequisites
git≥2.xjq≥1.6python3≥3.10bash(Git Bash на Windows работает)- Optional:
gh(для GitHub repo create),gitleaks(CI),claudeCLI (для plugin install)
Description
Languages
JavaScript
98.6%
Python
1.1%
Shell
0.3%