build-team
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Lightweight inbox triage across all configured email accounts. Dispatches fast subagent to fetch, then reviews with judgment. Use when user says \"check my inbox\", \"any new emails?\", \"check email\". See also: `draft-reply` once you pick an email to respond to.
$ npx -y skills add kbanc85/claudia --skill inbox-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/inbox-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Lightweight inbox triage across all configured email accounts. Dispatches fast subagent to fetch, then reviews with judgment. Use when user says \"check my inbox\", \"any new emails?\", \"check email\". See also: `draft-reply` once you pick an email to respond to.
name: inbox-check description: "Lightweight inbox triage across all configured email accounts. Dispatches fast subagent to fetch, then reviews with judgment. Use when user says \"check my inbox\", \"any new emails?\", \"check email\". See also: `draft-reply` once you pick an email to respond to." effort-level: low
Two-tier inbox triage: fetch fast, then judge what matters.
This skill uses a two-tier approach to save tokens and time:
1. **Tier 1 (Haiku subagent):** Fast fetch and summarize from all available email MCP tools 2. **Tier 2 (You):** Review results with judgment, context, and relationship awareness
Check which email MCP tools are available:
If no email tools available: "I don't have access to any email accounts. Would you like to set up an email integration? Check `/connector-discovery` for options."
Use the sub-agent tool to dispatch a Haiku subagent:
Subagent prompt: "Check all available email accounts for recent messages (last 24 hours or since last check). For each email, extract: - From (name and email) - Subject - Date/time - Brief summary (1 sentence) - Has attachments? (yes/no) - Seems urgent? (yes/no, based on subject and sender) Return as a structured list, grouped by account if multiple. Do not read full email bodies unless the subject is unclear. Limit to 20 most recent per account."
Once the fetch results come back, apply judgment using your knowledge of the user's relationships, priorities, and patterns:
**Categorize each email:**
| Category | Criteria | |----------|----------| | **Needs Reply** | From known contacts, asks a question, requires action | | **Worth Reading** | Relevant to active projects, from important people | | **Can Wait** | Newsletters, notifications, low-priority updates | | **Skip** | Marketing, spam that got through, irrelevant notifications |
**Use relationship context:**
**📬 Inbox Check** ### Needs Reply - **[Name]** — [Subject] ([time ago]) [1-line context: what they need, any relationship notes] ### Worth Reading - **[Name]** — [Subject] ([time ago]) [Why it matters] ### Can Wait - [count] emails (newsletters, notifications, low-priority) [List briefly if < 5, otherwise summarize] --- Want me to: - Draft a reply to any of these? - Read the full text of something? - File any of these to memory?
Quick, scannable, opinionated. The whole point is to save the user from inbox overwhelm. Be decisive about what matters and what doesn't.
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…