Дмитрий 19a1e94f15 feat(brain-plugins): install plugin-dev as meta plugin
Anthropic-verified plugin from claude-plugins-official marketplace (HEAD
00679aef889e). Installed in cache via cp from marketplace (Path 2,
manual-cp-from-marketplace). Routing.md bumped to v1.1: +§2.1 row, +§3.1
row for «plugin creation» task class, +§4.2 status update for #17.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 14:12:59 +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 16 MiB
Languages
JavaScript 98.7%
Python 1.1%
Shell 0.2%