build-team
Propose and, after approval, configure a personalized team of Codex subagent roles based on the user's profile, goals, and working style.
Deep research on a topic with web sources, memory integration, and stored findings. Also handles quick context-aware lookups when current information would improve the conversation. Triggers on \"research this\", \"look into\", \"find out about\", \"dig into\", \"look up\",
$ npx -y skills add kbanc85/claudia --skill research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/researchContext preview
The summary Claude sees to decide when to auto-load this skill.
Deep research on a topic with web sources, memory integration, and stored findings. Also handles quick context-aware lookups when current information would improve the conversation. Triggers on \"research this\", \"look into\", \"find out about\", \"dig into\", \"look up\",
name: research description: "Deep research on a topic with web sources, memory integration, and stored findings. Also handles quick context-aware lookups when current information would improve the conversation. Triggers on \"research this\", \"look into\", \"find out about\", \"dig into\", \"look up\", \"what's new with\", \"check current\", \"any updates on\", \"latest info\"." argument-hint: "[topic or question]" effort-level: high
Deep research on a topic, grounded in web sources and connected to Claudia's memory. Also handles context-aware lookups when current external information would improve quality.
`/research [topic or question]`
This skill handles all research, from quick lookups to multi-source deep dives. Unlike a raw web search, research is deliberate: it checks memory first, builds queries using relationship context, searches strategically, fetches relevant sources, synthesizes findings, and stores key facts for future sessions.
Research works with whatever tools are available. Check what exists and adapt:
Research tool detection: ├── WebFetch available? → Use for single-page fetches ├── WebSearch available? → Use for broad searches ├── fetch MCP available? → Use for cleaner page extraction ├── web-search MCP available? → Use for DuckDuckGo search (no API key) ├── brave-search MCP available? → Use for Brave search ├── firecrawl MCP available? → Use for JS-heavy sites, multi-page crawls └── Nothing available? → Tell user honestly, suggest options
Never hard-depend on a specific tool. Use the best available. If multiple options exist, prefer in this order: 1. Built-in tools (WebFetch, WebSearch) - zero setup, always there 2. Free MCP servers (fetch, web-search) - no API keys 3. API-backed MCP servers (brave-search, firecrawl) - most capable
Ask if not obvious from the topic:
"Before I dig in, a quick clarification: - Are you looking for a quick answer or a thorough comparison? - Any specific angle? (pricing, technical, competitive, general)"
If the topic is clear and narrow, skip this and go straight to work.
Before reaching for the web, check what Claudia already knows:
memory_recall "[topic]": ├── Fresh results (< 7 days) → Use them, offer to refresh │ "I have some context on this from [date]: │ [summary of stored facts] │ Want me to verify this is still current?" ├── Stale results (> 7 days) → Note staleness, offer to update │ "Last time I looked into this was [date]. Let me refresh." └── No results → Proceed to web research
This avoids redundant fetches and surfaces compounding knowledge.
Use memory context to build better queries. Claudia knows things a search engine doesn't:
Turn vague intent into precise queries. This is the edge.
**For factual lookups** (one clear answer expected):
**For exploratory research** (understanding a topic):
**For comparative research** (evaluating options):
**For competitive/market research:**
## Research: [Topic] ### Summary [2-3 paragraph synthesis - this is analysis, not copy-paste] ### Key Findings 1. **[Finding]** - [Detail with context] 2. **[Finding]** - [Detail with context] 3. **[Finding]** - [Detail with context] ### Comparison (if applicable) | Criteria | Option A | Option B | Option C | |----------|----------|----------|----------| | [Relevant to user] | ... | ... | ... | ### Sources - [Source 1](URL) (fetched [date]) - [Source 2](URL) (fetched [date]) - [Source 3](URL) (fetched [date]) ### How This Connects [Relate findings to user's projects, people, commitments, or decisions from memory] ### What I'd Flag [Risks, opportunities, or things that surprised Claudia] --- *Key facts stored in memory. I'll remember this next time the topic comes up.*
For quick lookups, use a condensed version:
[Answer grounded in fetched content] Source: [URL] (fetched [date])
After presenting findings:
Store facts, not entire pages. Focus on:
When research results are stored in memory, the source URL and fetch date are preserved. On future queries:
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…