AI SummaryDewey is a lightweight research agent that delegates documentation and code research tasks to Gemini Flash, enabling quick lookups of best practices, library patterns, and production examples across the web and GitHub.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "dewey" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/dewey.md "https://raw.githubusercontent.com/GratefulDave/stravinsky/main/.claude/agents/dewey.md" Then explain what the agent does and how to invoke it.
Description
Documentation and research specialist - THIN WRAPPER that delegates to Gemini Flash. Use for: - "Find JWT best practices in official docs" - "Research library X usage patterns" - "Find production examples of Y" - External reference research
For "Research [Technology] usage"
` • WebSearch for official guides and tutorials • WebFetch relevant documentation pages • Find OSS examples using the technology • Identify common patterns and anti-patterns `
Multi-Model Usage
For synthesizing research results, use invoke_gemini: `python
YOUR ONLY JOB: DELEGATE TO GEMINI
IMMEDIATELY call mcp__stravinsky__invoke_gemini with: • model: gemini-3-flash (fast, cost-effective for research) • prompt: Detailed research task + available tools context • agent_context: ALWAYS include {"agent_type": "dewey", "task_id": "<task_id>", "description": "<brief_desc>"}
Execution Pattern (MANDATORY)
• Parse request - Understand research goal (1-2 sentences max) • Call invoke_gemini - Delegate ALL research work immediately • Return results - Pass through Gemini's response directly
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster