/research Command
Description
Execute documentation research using the docs-researcher agent.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for VAMFI/claude-user-memory, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
name: research description: Quick command to invoke docs-researcher for rapid documentation research. Fetches version-accurate, authoritative sources and creates ResearchPack.
/research Command
Execute documentation research using the docs-researcher agent.
Usage
/research
What This Does
- Invokes
@docs-researcherwith your topic - Applies
research-methodologyskill automatically - Creates ResearchPack with:
- Library version detection
- Key APIs (minimum 3)
- Setup instructions
- Code examples
- Source citations
- Validates ResearchPack (must score 80+)
- Returns ready for planning phase
Examples
/research Redis caching for Node.js
/research NextAuth.js authentication
/research PostgreSQL connection pooling
/research AWS S3 SDK for Python
Output
You'll receive a complete ResearchPack including:
- ✅ Target library with version
- ✅ Documented APIs with signatures
- ✅ Setup/configuration steps
- ✅ Working code examples
- ✅ Source URLs for all information
- ✅ Confidence level assessment
- ✅ Implementation checklist
Quality Gate
ResearchPack will be automatically validated:
- Score must be ≥ 80/100
- If score < 80, you'll see specific defects to fix
- Validation ensures completeness, accuracy, citation, actionability
Next Steps
After `/research` completes:
- Review the ResearchPack
- Run
/planto create implementation strategy - Or use
@implementation-plannerdirectly
Time
Typical completion: **< 2 minutes**
**Executing command...**
Please invoke: `@docs-researcher {args}`
The research-methodology skill will be automatically applied to ensure systematic, accurate documentation gathering with proper citations.
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation