Researches external documentation, best practices, and industry standards via web search and codebase analysis. Useful for library docs, implementation comparisons, and recommended structures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-productivity:research-topicopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research topics by combining web documentation with internal codebase analysis.
Research topics by combining web documentation with internal codebase analysis.
Extract from request:
query: Main research question or topicsources: Specific sources mentioned (e.g., "check MDN", "anthropic docs")codebase_context: Related files/patterns to analyzeReturn structured findings:
"Research how Claude Code subagents handle tool permissions"
"Check anthropic docs for MCP protocol and compare with our implementation"
"Best practices for TypeScript monorepo with Nx"
Invokes the researcher-agent with query, sources, and codebase context.
npx claudepluginhub uniswap/ai-toolkit --plugin development-productivityResearches external questions across library docs, web, local code, and GitHub examples, synthesizing sources with confidence ratings. Activates on research, API lookup, library comparison, or investigation prompts.
Explores codebase topics by searching prior knowledge and conducting multi-angle analysis, outputting structured findings. Supports /research command and optional auto mode.
Guides doc lookup and web search workflow for investigating libraries, APIs, or unfamiliar patterns before implementation.