
My Brain Is Full Crew
Install and configure ten Obsidian-embedded Claude agents for capture, triage, search, linking, and wellness-oriented vault ops via natural chat.
Overview
My Brain Is Full Crew is an agent skill for the Build phase that installs ten Obsidian vault Claude agents for knowledge capture, search, and wellness workflows.
Install
npx skills add https://github.com/aradotso/trending-skills --skill my-brain-is-full-crewWhat is this skill?
- 10 specialized agents: Architect, Scribe, Sorter, Seeker, Connector, Librarian, and additional nutrition/wellness roles
- Natural-language activation through Claude Code inside Obsidian
- Per-agent system prompts, tool restrictions, and model assignment
- Vault onboarding: folder structure and second-brain setup via Architect
- Built for overwhelmed knowledge workers, not just productivity optimizers
- 10 specialized vault agents in the crew table
Adoption & trust: 960 installs on skills.sh; 31 GitHub stars; 0/3 security scanners passed (skills.sh audits).
What problem does it solve?
Your Obsidian vault is overflowing and you lack structured agents to capture, triage, search, and maintain notes without manual busywork.
Who is it for?
Solo builders and researchers on Obsidian + Claude Code who want a pre-built multi-agent crew for second-brain and wellness-adjacent note ops.
Skip if: Teams not using Obsidian, production SaaS monitoring, or coders who only need a single generic coding agent without vault lifecycle agents.
When should I use this skill?
set up my brain crew obsidian agents; install my brain is full crew; configure obsidian claude agents vault; initialize my brain crew vault.
What do I get? / Deliverables
Ten role-specific agents live in `.claude/` with triggers and restrictions so Claude Code can route everyday vault tasks to the right specialist after setup.
- Per-agent configs under vault `.claude/`
- Onboarded folder structure via Architect
- Runnable multi-agent chat routing
Recommended Skills
Journey fit
Primary value is one-time (or re-) installation of specialized agents under `.claude/` in your vault—agent tooling setup in Build. Each crew member is a constrained agent definition (prompt, tools, model)—not shipping a SaaS product or running production monitors.
How it compares
A pre-packaged multi-agent Obsidian setup skill—not an MCP server catalog entry or a codebase TDD workflow.
Common Questions / FAQ
Who is my-brain-is-full-crew for?
Individuals using Obsidian with Claude Code who want ten named agents (capture, triage, search, linking, maintenance) instead of one undifferentiated assistant.
When should I use my-brain-is-full-crew?
During Build agent-tooling when you first set up the vault crew, reconfigure agents, or initialize a second-brain structure—then daily via Claude chat for note and wellness tasks.
Is my-brain-is-full-crew safe to install?
It writes agent definitions under your vault; review the Security Audits panel on this Prism page and inspect `.claude/` prompts and tool permissions before syncing a sensitive vault.
SKILL.md
READMESKILL.md - My Brain Is Full Crew
# My Brain Is Full — Crew > Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection A crew of 10 AI agents embedded in your Obsidian vault that manage knowledge, nutrition, and mental wellness through natural conversation with Claude Code. Built by a PhD researcher for people who are drowning — not just optimizing. --- ## What It Does The Crew installs 10 specialized agents into your vault's `.claude/` directory. Each agent has its own system prompt, tool restrictions, and model assignment. You talk to Claude Code naturally; it activates the right agent automatically. | Agent | Role | |---|---| | **Architect** | Vault setup, onboarding, folder structure | | **Scribe** | Captures messy text into clean structured notes | | **Sorter** | Nightly inbox triage — routes notes to correct folders | | **Seeker** | Search and synthesis across your entire vault | | **Connector** | Discovers hidden links between notes | | **Librarian** | Weekly health checks, dedup, broken link repair | | **Transcriber** | Turns recordings/transcripts into structured meeting notes | | **Postman** | Bridges Gmail + Google Calendar with your vault | | **Food Coach** | Meal ideas, grocery lists, wellness motivation (opt-in) | | **Wellness Guide** | Active listening, grounding techniques, stress support (opt-in) | Agents communicate via a shared `Meta/agent-messages.md` message board inside your vault. --- ## Prerequisites - [Claude Code](https://claude.ai/code) with Pro, Max, or Team subscription - [Obsidian](https://obsidian.md) (free) - `git` and `bash` available in your terminal --- ## Installation ### 1. Create or open your Obsidian vault ```bash # Create a new vault directory (or use an existing one) mkdir ~/my-vault ``` Open Obsidian → Create New Vault → point it at `~/my-vault`. ### 2. Clone the repo inside your vault ```bash cd ~/my-vault git clone https://github.com/gnekt/My-Brain-Is-Full-Crew.git ``` ### 3. Run the installer ```bash cd My-Brain-Is-Full-Crew bash scripts/launchme.sh ``` The installer: - Asks 2–3 questions (language preference, which agents to enable) - Copies agents into `../.claude/agents/` (for Claude Code CLI) - Copies skills into `../.claude/skills/` (for Claude Code Desktop / Cowork) - Both formats installed automatically — no choice needed ### 4. Initialize your vault Open Claude Code **inside your vault folder** (not inside the repo subfolder): ```bash cd ~/my-vault claude # or open Claude Code Desktop pointed at this folder ``` Then say: ``` Initialize my vault ``` The Architect runs a friendly onboarding conversation covering: 1. Your name, language, role 2. Which agents to activate 3. Health agents setup (opt-in) 4. Gmail / Google Calendar integrations --- ## Vault Structure The Crew creates a hybrid PARA + Zettelkasten layout: ``` your-vault/ ├── 00-Inbox/ # Capture zone — everything lands here first ├── 01-Projects/ # Active projects with deadlines ├── 02-Areas/ # Ongoing responsibilities (including Health/) ├── 03-Resources/ # Reference material, guides ├── 04-Archive/ # Completed or historical content ├── 05-People/ # Personal CRM ├── 06-Meetings/ # Timestamped meeting notes ├── 07-Daily/ # Daily notes and journals ├── MOC/ # Maps of Content — thematic indexes ├── Templates/ # Obsidian note templates ├── Meta/ │ ├── agent-messages.md # Shared agent message board │ ├── user-profile.md # Your onbo