Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:37 +08:00
commit f7e0d862fb
51 changed files with 11850 additions and 0 deletions

50
commands/context7.md Normal file
View File

@@ -0,0 +1,50 @@
## Context7
技術ドキュメントを 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 検索など他の方法を提案します。