Claude Code Plugins

Community-maintained marketplace

Feedback

Lookup up-to-date library docs via Context7 MCP (resolve-library-id / get-library-docs).

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name context7-docs
description Lookup up-to-date library docs via Context7 MCP (resolve-library-id / get-library-docs).
allowed-tools resolve-library-id, get-library-docs

When to use

  • User asks "how to use X" and you need up-to-date official docs/snippets.

Procedure

  1. If tools resolve-library-id / get-library-docs are not available, tell the user to configure Context7 MCP.
  2. Call resolve-library-id with libraryName (from the user query).
  3. Choose the best match and call get-library-docs with:
    • context7CompatibleLibraryID
    • mode: use code for APIs/examples, info for conceptual overview
    • optional topic to narrow down
  4. Answer the user and quote key snippets.