Дмитрий af32dfcd92 docs(visualizations): rebuild hooks-skills-plugins-map for brain v1.0
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>
2026-05-11 12:59:30 +03:00

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 для деталей.

Документация

Prerequisites

  • git ≥2.x
  • jq ≥1.6
  • python3 ≥3.10
  • bash (Git Bash на Windows работает)
  • Optional: gh (для GitHub repo create), gitleaks (CI), claude CLI (для plugin install)
S
Description
No description provided
Readme 13 MiB
Languages
JavaScript 98.6%
Python 1.1%
Shell 0.3%