build-team
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Process meeting notes or transcript to extract decisions, commitments, and insights. Use when user shares transcript or says \"capture this meeting\", \"here are my notes from the call\". See also: `meeting-prep` for pre-call briefings; `follow-up-draft` for post-meeting emails.
$ npx -y skills add kbanc85/claudia --skill capture-meeting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/capture-meetingContext preview
The summary Claude sees to decide when to auto-load this skill.
Process meeting notes or transcript to extract decisions, commitments, and insights. Use when user shares transcript or says \"capture this meeting\", \"here are my notes from the call\". See also: `meeting-prep` for pre-call briefings; `follow-up-draft` for post-meeting emails.
name: capture-meeting description: "Process meeting notes or transcript to extract decisions, commitments, and insights. Use when user shares transcript or says \"capture this meeting\", \"here are my notes from the call\". See also: `meeting-prep` for pre-call briefings; `follow-up-draft` for post-meeting emails." effort-level: medium
Process meeting notes or transcript to extract decisions, commitments, and insights.
User provides one of:
**Always file the raw transcript/notes FIRST.** This is not optional. Source preservation creates provenance: every extracted fact can trace back to where it came from.
Call the `memory_file` MCP tool with:
The file is automatically routed to the right folder:
**Even for brief notes:** If the user shared more than a few sentences, file it. Better to have it than wish you did.
**Preferred: Dispatch Document Processor for extraction.** Instead of composing memory operations manually (which takes 2+ minutes of thinking time), dispatch the Document Processor agent (Haiku) with the transcript content and `extraction_type: "memory_operations"`. The agent returns ready-to-store operations in ~10-20 seconds.
**Agent pipeline workflow:**
1. Dispatch Document Processor (Haiku) with: - The full transcript text - extraction_type: "memory_operations" - Context: participant names, meeting topic, date 2. Agent returns memory_operations[] array with: - Facts, preferences, observations - Commitments with deadlines - Entity definitions - Relationship links 3. Review agent output (judgment layer): - Verify commitment wording is accurate - Check importance scores are reasonable - Confirm entity names match existing entities - Adjust or remove any questionable extractions 4. Call the `memory_batch` MCP tool with the reviewed operations array
**Fallback: Manual extraction** (use when agent is unavailable or for very short notes)
**Decisions Made:**
**Commitments Created:**
**Blockers Surfaced:**
**Sentiment Signals:**
**Key Topics:**
After extracting memories (facts, commitments) via the `memory_batch` or `memory_remember` MCP tools:
Call the `memory_file` MCP tool with the `memory_ids` parameter set to the IDs of the memories you extracted. This links the stored transcript to the memories extracted from it, creating the provenance chain: memory -> document -> file on disk.
Now the user can ask "where did you learn that Sarah prefers async communication?" and you can point to the exact transcript.
After extracting information, propagate changes to the files that depend on it. These updates ensure that summaries stay in sync with source material.
For each participant in the meeting:
1. Check if `people/[name-slug].md` exists 2. If it exists:
3. If it does not exist and this person seems important (mentioned multiple times, has commitments, or has a working relationship):
Check if this meeting belongs to an active workspace:
1. Does the meeting topic match a workspace in `workspaces/`? 2. Is a meeting participant associated with a workspace project?
If yes:
If no workspace match, file in the standard location per the document store routing.
Create a summary that captures:
**📋 Meeting Capture: [Meeting Name/Person]** ### [Date] **Attendees:** [Names] **Duration:** [Approximate] **Context:** [Brief — what was this meeting about?] ### 📝 Summary [2-3 sentence overview of what happened] ### 🔨 Decisions Made - [Decision] — decided by [who] - [Decision] ### ✅ Action Items **You:** - [ ] [Action] — by [date] - [ ] [Action] — by [date] **The
Terminal-based AI chief of staff. Remembers relationships, tracks commitments, helps you think strategically. Runs on Claude Code.
Repo: kbanc85/claudia
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Use Claudia's identity, persistent local memory, relationship context, project routing, judgment rules, and strategic operating style. Trigger for personal,…
Inspect Claudia's unified production memory database and backups. Use for database identity, health, counts, schema, WAL, backup inventory, or an explicitly…
Run Claudia's required first-conversation setup. Use automatically before substantive work whenever the current Claudia workspace has no context/me.md,…
Iteratively improve a local artifact (draft, document, page) by running a hill-climbing loop. The user names the artifact, the evaluator, and the budget.…
Launch the Brain Monitor TUI, a real-time terminal dashboard for watching Claudia's memory system. Triggers on \"brain monitor\", \"show dashboard\", \"memory…