A Claude Code plugin for researching topics on the web and generating comprehensive academic-style Markdown reports.
- Thorough Research: Gathers information from 10+ sources
- Interactive Flow: Asks clarifying questions to refine research scope
- Academic Reports: Generates structured reports with abstract, findings, conclusion, and references
- Source Persistence: Saves research to
./reports/folder with date-prefixed filenames - Proactive Activation: Triggers automatically on research-related requests
/research <topic>
Starts an interactive research session. The plugin will:
- Ask clarifying questions about scope and focus
- Search the web for relevant sources
- Gather and synthesize information
- Generate an academic-style Markdown report
- Save to
./reports/YYYY-MM-DD-topic-name.md
The web-researcher agent also triggers on natural requests like:
- "Research the latest trends in AI"
- "Find information about quantum computing"
- "What's the current state of renewable energy?"
Reports follow an academic structure:
- Abstract - Brief summary of findings
- Introduction - Context and research scope
- Findings - Organized by theme/topic
- Conclusion - Key takeaways
- References - All sources with links
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install focus-agents@focus-marketplaceThen restart Claude Code.
claude --plugin-dir /path/to/focus-agentsOr copy to your project's .claude-plugin/ directory.