Context7 MCP で技術ドキュメントを検索する。「ドキュメント調べて」「公式ドキュメントを確認」「ライブラリの使い方は?」「API リファレンスを見て」「Context7 で検索」などで起動。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add wasabeef/claude-code-cookbook --skill context7 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context7?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wasabeef-context7-e4489669)More formats (shields.io, HTML) on the badges page.
---
description: "Context7 MCP で技術ドキュメントを検索する。「ドキュメント調べて」「公式ドキュメントを確認」「ライブラリの使い方は?」「API リファレンスを見て」「Context7 で検索」などで起動。"
allowed-tools:
- mcp__Context7__resolve-library-id
- mcp__Context7__query-docs
---
# Context7 MCP で技術ドキュメントを検索
技術ドキュメントを MCP の Context7 で検索します。
## 使い方
```bash
# Claude に依頼する形式
「context7 で [検索キーワード] について検索して」
```
## 基本例
```bash
# React hooks の調査
「context7 で React hooks について検索して」
# エラー解決方法の検索
「context7 で TypeScript の型エラーについて調べて」
```
## Claude との連携
```bash
# 技術調査の依頼
「context7 で Rust の所有権システムについて調べて、初心者向けに解説して」
# エラー解決の依頼
「context7 で Python の ImportError の一般的な原因と解決方法を検索して」
# ベストプラクティスの確認
「context7 で React のパフォーマンス最適化のベストプラクティスを探して」
```
## 詳細例
```bash
# 複数の観点から調査
「context7 で GraphQL について以下の観点で調べて:
1. 基本的な概念と REST API との違い
2. 実装方法とベストプラクティス
3. よくある問題と解決方法」
# 特定のバージョンや環境での調査
「context7 で Next.js 14 の新機能について検索して、App Router の使い方を中心に説明して」
```
## 注意事項
Context7 で情報が見つからない場合は、Claude が自動的に Web 検索など他の方法を提案します。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.