From open-brain
Bootstrap your Open Brain from connected tools and Claude's memory. Zero-input onboarding — discovers your connectors, pulls meta-knowledge, and saves it automatically.
npx claudepluginhub flippyhead/radar --plugin open-brainThis skill uses the workspace's default tool permissions.
Bootstrap your Open Brain by automatically discovering what tools you have connected and extracting durable meta-knowledge from them.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Bootstrap your Open Brain by automatically discovering what tools you have connected and extracting durable meta-knowledge from them.
The Open Brain connector must be available. If mcp__ai-brain__capture_thought and mcp__ai-brain__search_thoughts MCP tools are not available, stop and tell the user to connect Open Brain first.
Call mcp__ai-brain__get_stats to see if the brain already has content.
Enumerate available MCP tools by checking what's loaded in this session. Look for these patterns:
| Connector | Tool patterns to look for | What it tells us |
|---|---|---|
email_search, outlook_email_search, gmail_* | Communication patterns, key contacts | |
| Calendar | calendar_*, google_calendar_*, outlook_calendar_* | Meeting rhythm, team structure |
| ClickUp | clickup_*, get_task, search_tasks | Projects, responsibilities |
| GitHub | GitHub MCP tools or gh CLI available | Repos, collaborators |
| Slack | slack_*, send_message, search_messages | Team context, channels |
| Linear | linear_* | Projects, issue tracking |
| Jira | jira_* | Projects, issue tracking |
Report which connectors were found: "I found connections to: [list]. I'll use these to learn about your work."
If no connectors beyond Open Brain are available, skip to Step 4 (Claude Memory) and then Step 5 (Fallback Questions).
For each available connector, extract durable meta-knowledge — not transient task data.
For email/communication tools:
For calendar:
For project management (ClickUp/Linear/Jira):
For GitHub:
For Slack:
Compile findings into structured notes organized by: role signals, key people, active projects, work patterns.
Check for existing knowledge Claude has about this user:
~/.claude/CLAUDE.md if it exists — this contains user-stated preferences and instructions~/.claude/projects/*/memory/ — these contain stored memories from previous sessionsOrganize findings into: people, projects, preferences, decisions, recurring topics.
If no connectors beyond Open Brain were discovered in Step 2, ask these 3-4 quick questions:
Use the answers as the basis for Step 6 instead of connector data.
Consolidate all sources into focused brain thoughts. Before saving each thought, call mcp__ai-brain__search_thoughts with the topic to check for duplicates.
Thoughts to create:
About me — Role, responsibilities, what I work on, communication style, tools I use. Format: "About me: [role] at [company if known]. Responsibilities: [list]. Primary tools: [list]. Communication style: [preferences from CLAUDE.md or inferred]."
My team — Key people, their roles, how we work together. Format: "My team: [Person] ([role]) — [relationship/how we work together]. [repeat for each key person]."
Active projects — Current focus areas with context. Format: "Active projects: [Project 1] — [what it is, my role in it]. [Project 2] — [description]. Priority order: [if determinable]."
Work patterns — Meeting rhythm, schedule patterns, preferences. Format: "Work patterns: [recurring meetings]. Typical schedule: [if determinable]. Preferences: [from CLAUDE.md or inferred]."
Save each via mcp__ai-brain__capture_thought.
Additionally: If enough signal exists to identify project priorities, create a pinned goal list via mcp__ai-brain__create_list with the top projects, then call mcp__ai-brain__update_list to pin it.
Show the user a summary of what was captured: