
Augments
OfficialProvides real-time documentation, type signatures, and code examples for 90+ frameworks and any npm package. Returns context-aware formatting with types, prose explanations, and examples based on your query intent.
What it does
- Search framework documentation with concept synonyms
- Get detailed framework info with types and examples
- Retrieve code examples for specific patterns
- Analyze code compatibility across frameworks
- Check for framework documentation updates
- Get multi-framework context for development tasks
Best for
Tools (12)
List all available frameworks, optionally filtered by category. Args: category: Filter by category (web, backend, mobile, ai-ml, design, tools) Returns: List of framework information including name, category, and description
Search for frameworks by name, keyword, or feature. Args: query: Search term to match against framework names and features Returns: Ranked list of matching frameworks with relevance scores
Get detailed information about a specific framework. Args: framework: Framework name Returns: Detailed framework information or error message
Retrieve comprehensive documentation for a specific framework. Args: framework: Framework name (e.g., 'react', 'tailwind', 'laravel') section: Specific documentation section (e.g., 'installation', 'configuration') use_cache: Whether to use cached content (default: True) Returns: Formatted documentation content with examples and best practices
Get code examples for specific patterns within a framework. Args: framework: Framework name pattern: Specific pattern (e.g., 'components', 'routing', 'authentication') Returns: Code examples with explanations and best practices