/context7
Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".
$ npx -y skills add wasabeef/claude-code-cookbook --skill context7 --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/context7
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".
SKILL.md
context7.SKILL.mddescription: 'Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".'
allowed-tools:
- mcp__Context7__resolve-library-id
- mcp__Context7__query-docs
Search technical documentation via Context7 MCP
Searches technical documentation using MCP's Context7.
Usage
# Format for requesting Claude
"Search for [search keyword] using context7"
Basic Examples
# Research React hooks
"Search for React hooks using context7"
# Search for error solutions
"Search for TypeScript type errors using context7"
Collaboration with Claude
# Request technical research
"Search for information about Rust's ownership system using context7 and explain it for beginners"
# Request error solution
"Search for common causes and solutions for Python's ImportError using context7"
# Confirm best practices
"Search for best practices for React performance optimization using context7"
Detailed Examples
# Research from multiple perspectives
"Search for GraphQL using context7 from the following perspectives:
1. Basic concepts and differences from REST API
2. Implementation methods and best practices
3. Common issues and solutions"
# Research specific versions or environments
"Search for new features in Next.js 14 using context7, focusing on how to use App Router"
Notes
If information cannot be found with Context7, Claude will automatically suggest other methods such as web search.
Read more
description: 'Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".' allowed-tools: - mcp__Context7__resolve-library-id - mcp__Context7__query-docs
Search technical documentation via Context7 MCP
Searches technical documentation using MCP's Context7.
Usage
# Format for requesting Claude "Search for [search keyword] using context7"
Basic Examples
# Research React hooks "Search for React hooks using context7" # Search for error solutions "Search for TypeScript type errors using context7"
Collaboration with Claude
# Request technical research "Search for information about Rust's ownership system using context7 and explain it for beginners" # Request error solution "Search for common causes and solutions for Python's ImportError using context7" # Confirm best practices "Search for best practices for React performance optimization using context7"
Detailed Examples
# Research from multiple perspectives "Search for GraphQL using context7 from the following perspectives: 1. Basic concepts and differences from REST API 2. Implementation methods and best practices 3. Common issues and solutions" # Research specific versions or environments "Search for new features in Next.js 14 using context7, focusing on how to use App Router"
Notes
If information cannot be found with Context7, Claude will automatically suggest other methods such as web search.
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Other skills on claude-code-cookbook.
- /analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?", "check module coupling", "find layer violations". Generates dependency matrix, fan-in/fan-out analysis, and prioritized
Open skill - /analyze-performance
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed", "improve LCP", "identify performance issues".
Open skill - /check-fact
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Open skill - /check-prompt
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Open skill - /commit-message
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit message".
Open skill - /design-patterns
Suggest design patterns and evaluate SOLID principles. Trigger with "suggest design patterns", "which patterns apply?", "check SOLID principles", "detect anti-patterns", "evaluate code design".
Open skill

