Context7 MCP로 기술 문서 검색. 「문서 찾아줘」「공식 문서 확인」「라이브러리 사용법은?」등으로 기동.
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-d4b1c995)More formats (shields.io, HTML) on the badges page.
---
description: "Context7 MCP로 기술 문서 검색. 「문서 찾아줘」「공식 문서 확인」「라이브러리 사용법은?」등으로 기동."
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 가 자동으로 웹 검색 등 다른 방법을 제안합니다.
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.