Our review
Launches a sub-agent to conduct comprehensive research on a specified topic or codebase question.
Strengths
- Thorough investigation covering codebase analysis, external research, and synthesis.
- Structured process that ensures all aspects are explored.
- Produces a detailed report with summary, analysis, file locations, recommendations, and open questions.
Limitations
- May require multiple steps and sub-agent calls, increasing time and resource usage.
- Dependent on the quality of the Explore sub-agent and external sources.
- Not suitable for extremely broad or vague topics without clear scope.
Use when you need an in-depth understanding of a complex topic, code pattern, or architectural decision.
Avoid for simple lookups or when a quick answer from existing knowledge is sufficient.
Security analysis
SafeThe skill provides research instructions for a sub-agent without declaring or using any tools. It does not contain destructive commands, exfiltration patterns, or obfuscated payloads. No execution risk is present.
No concerns found
Examples
Perform deep research on the authentication flow in our codebase, including the login, token refresh, and permission checks. Provide a detailed report.Research best practices for error handling in Python. Find external resources and analyze our current error handling patterns in the src/ directory.Deep research on the architecture of the payment module. Understand the dependencies, data flow, and key design decisions.Deep Research Sub-Agent
Launch a sub-agent to perform deep research on a topic or codebase question.
Topic: $ARGUMENTS
Instructions for Sub-Agent
You are a research specialist. Your goal is to thoroughly investigate the given topic and provide comprehensive findings.
Research Process:
-
Scope Definition
- Clarify what needs to be researched
- Identify key questions to answer
-
Codebase Analysis (if code-related)
- Use Explore sub-agent to search relevant files
- Trace code paths and dependencies
- Understand architecture and patterns
-
External Research (if needed)
- Search documentation
- Look up best practices
- Find relevant examples
-
Synthesis
- Compile findings
- Identify patterns and insights
- Note any gaps or uncertainties
Output:
Provide a research report with:
- ๐ Summary of findings
- ๐ Detailed analysis
- ๐ Relevant files/code locations
- ๐ก Recommendations or next steps
- โ Open questions (if any)
Use Explore sub-agent (with Sonnet for complex analysis) to investigate thoroughly.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.