b58f29d23c02fdea6463bdd49590c7d3198957d7
Foundation step for brain v2 — establish canonical structure for skills and rules. Adds two new meta-plugins to brain stack: - skill-creator@claude-plugins-official (Anthropic verified) - claude-code-setup@claude-plugins-official (Anthropic verified) Phase 0 deliverables: - preliminary.md: frontmatter conventions diff (Anthropic vs Obra), brain v1 inventory (0 custom skills, 17 inherited from 4 plugins), initial canonical decision before install - final.md: post-install findings, divergences from preliminary, recommender output (manually applied on brain repo only — Liderra scope excluded per user instruction), audit of 17 inherited skills Key findings: - Anthropic skill-creator and Obra writing-skills are DIFFERENT philosophies (scientific vs disciplinarian), not just complementary. Decision: structure from Anthropic + testing from Obra, scoped by skill type - `tools:` frontmatter field is OPTIONAL even in Anthropic canonical - skill-creator advocates "pushy" descriptions against undertriggering (opposite to Obra's "Use when only" rule) - Anthropic explicit anti-pattern: «If you find yourself writing ALWAYS or NEVER in all caps — yellow flag, reframe and explain reasoning» - ui-ux-pro-max uses LEGACY skill.json format (others use SKILL.md) — brain v2 must support both schemas Recommender external validation added 2 new candidates to shortlist: plugin-dev (Anthropic) and hookify (Anthropic) — both high-ROI for brain as plugin distributor. Install method: Path 2 (manual git clone) — Claude CLI not installed on machine, VSCode extension doesn't support /plugin install. Settings.json and installed_plugins.json manually updated outside repo (in ~/.claude/). 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%