---
name: Context7 Docs Research
slug: context7-docs-research
category: AI Engineering
description: Context7 Docs Research resolves the correct library and retrieves a small, relevant set of version-aware official documentation before answering a technical question.
github: "https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/context7/skills/context7-docs-research"
language: TypeScript
stars: 4292
forks: 825
install: "npx degit https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/context7/skills/context7-docs-research ~/.claude/skills/context7-docs-research"
installs_to: ~/.claude/skills/context7-docs-research
source_path: examples/plugin-packages/context7/skills/context7-docs-research/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/Devin-AXIS/iPolloWork"
added: 2026-08-20T07:54:36.087Z
last_synced: 2026-08-20T07:54:36.087Z
canonical_url: "https://dirskills.com/skills/context7-docs-research"
---

# Context7 Docs Research

Context7 Docs Research resolves the correct library and retrieves a small, relevant set of version-aware official documentation before answering a technical question.

**Install:**

```bash
npx degit https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/context7/skills/context7-docs-research ~/.claude/skills/context7-docs-research
```

## README

# Context7 Documentation Research

1. Identify the exact library, framework, product, and version from the request or current project.
2. Resolve the library identity before querying documentation.
3. Ask focused documentation questions and keep retrieved context bounded.
4. Prefer API references, migration guides, and official examples that match the installed version.
5. Explain the answer with relevant API names and version constraints; distinguish documentation from inference.

Do not mix examples from incompatible major versions or claim undocumented behavior as guaranteed.
