Skip to main content
ClaudeWave
Slash Command2.5k estrellas del repoactualizado 3mo ago

research

This slash command initiates a structured research session that decomposes a user-specified topic into key subtopics, spawns parallel researcher subagents to conduct multiple web searches on authoritative sources from 2024-2025, and aggregates findings into organized research notes and a comprehensive synthesis report. Use this when needing thorough, multi-sourced investigation of complex topics with documented citations and quality source verification.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/anthropics/claude-agent-sdk-demos/HEAD/research-agent/.claude/commands/research.md -o ~/.claude/commands/research.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

research.md

Research the following topic thoroughly: $ARGUMENTS

## Research Strategy

1. **Break Down the Topic**
   - Identify 2-4 key subtopics or angles to investigate
   - Ensure comprehensive coverage without redundancy

2. **Parallel Research**
   - Spawn researcher subagents for each subtopic
   - Each researcher should conduct 3-7 web searches
   - Focus on authoritative, recent sources (2024-2025)

3. **Source Quality**
   - Prioritize: academic papers, official docs, reputable news
   - Cross-reference claims from multiple sources
   - Note any conflicting information

4. **Output Requirements**
   - Save findings to files/research_notes/
   - Use clear, descriptive filenames
   - Include source URLs for citations

5. **Synthesis**
   - After all research is complete, automatically spawn report-writer
   - Create a comprehensive synthesis in files/reports/

## Quality Standards
- Minimum 3 sources per subtopic
- Include diverse perspectives
- Flag areas where information is uncertain or conflicting
- Note knowledge gaps for potential follow-up
inbox-searcherSubagent

Email inbox search specialist, takes in appropriate context for the email and a goal of what to search for. Return the answer to the question.

action-creatorSkill

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).

listener-creatorSkill

Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows.

xlsxSkill

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

competitive-analysisSlash Command

Perform competitive analysis on companies or products

fact-checkSlash Command

Fact-check claims or verify information

market-trendsSlash Command

Research current market trends in a specific industry or domain

summarizeSlash Command

Summarize all current research findings