Check Library Documentation
Look up documentation for the specified library: $ARGUMENTS
Process
- •
Identify the library type
- •If Next.js related → search Next.js documentation
- •If shadcn/ui related → search shadcn documentation
- •If other library → search general documentation
- •
Search documentation
- •Use web search to find official documentation
- •Look for current best practices and examples
- •Find implementation guides
- •
Provide summary
- •Key concepts and usage patterns
- •Code examples
- •Common pitfalls to avoid
- •Links to relevant documentation
Guidelines
- •Clarify ambiguous library names before searching
- •Prioritize official documentation over third-party sources
- •Include version-specific information when relevant
- •Provide practical, actionable guidance