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

summarize

The summarize command aggregates all research notes stored in the files/research_notes/ directory and generates two formatted reports: a concise one-page executive summary and a detailed findings document. Use this command to synthesize research conclusions, identify top insights ranked by importance, flag contradictions or knowledge gaps, and assess source reliability across multiple research files.

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/summarize.md -o ~/.claude/commands/summarize.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

summarize.md

Read all research notes in files/research_notes/ and create an executive summary.

## Summary Requirements

### 1. Executive Overview (1 paragraph)
- What was researched
- Key findings at a glance
- Bottom-line takeaway

### 2. Key Insights (Bullet Points)
- Top 5-7 most important findings
- Ranked by significance
- Each insight should be actionable

### 3. Detailed Findings by Topic
For each research note:
- Topic/subtopic covered
- Main findings
- Key sources used

### 4. Contradictions and Uncertainties
- Areas where sources disagreed
- Information that couldn't be verified
- Topics needing more research

### 5. Knowledge Gaps
- Questions that couldn't be answered
- Areas with limited information
- Recommended follow-up research

### 6. Source Quality Assessment
- Most reliable sources found
- Any questionable sources to note
- Overall confidence level

## Output

Create two files:
1. `files/reports/executive_summary_[timestamp].txt` - 1-page summary
2. `files/reports/detailed_findings_[timestamp].txt` - Full analysis

Use the report-writer subagent for professional formatting.
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

researchSlash Command

Start a focused research session on any topic