ry-run/run-skills · Archived

context7

Use Context7 MCP for up-to-date library and framework documentation tied to an exact library ID. Use it for versioned API usage, setup, migrations, and code examples, rather than generic documentation-site search.

First seen May 6, 2026

Installation

$ npx skills add ry-run/run-skills --skill context7

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ry-run/run-skills · top by installs.

npx skills add ry-run/run-skills

Browse all from ry-run/run-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,568 B
  • docs SUMMARY.md 229 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Context7

Quick start

Goal: fetch current documentation and code examples for a specific library or framework instead of relying on memory.

Core workflow:

  1. mcpcontext7resolvelibraryid
  2. mcpcontext7query_docs

Reference notes: skills/context7/references/context7.md

When to use it

  • Library or framework usage questions.
  • Setup, migration, upgrade, or integration guidance.
  • Version-specific API behavior.
  • Need current code examples from docs.

Workflow

  1. Resolve the package/product name to an exact Context7 library ID.
  2. Pick the highest-quality match based on name, coverage, and source reputation.
  3. Query docs with a focused technical question.
  4. Re-query only if you need a different angle; avoid exceeding 3 calls per question.

Query guidance

  • Include the language/framework and concrete task.
  • Mention the version when the user provides one.
  • Ask for the exact thing you need: auth, routing, deployment, schema, hooks, etc.

Guardrails

  • Do not call query_docs before resolving the library ID unless the user already gave /org/project or /org/project/version.
  • Keep to 3 Context7 calls or fewer per question.
  • Prefer Context7 over generic web search for library docs.

References

  • Condensed notes: skills/context7/references/context7.md