context7-cli

Fetch current library documentation and manage Context7 skills via ctx7 CLI.

Updated May 17, 2026
One-click install
npx skills add https://github.com/ohdaveed/director-hearing-manager --skill context7-cli-ohdaveed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7-cli
Source: https://github.com/ohdaveed/director-hearing-manager/tree/main/.agents/skills/context7-cli
Command: npx skills add https://github.com/ohdaveed/director-hearing-manager --skill context7-cli-ohdaveed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you keep AI coding workflows accurate by fetching up-to-date library documentation and managing Context7 MCP skills without manual setup.

Core Features & Use Cases

  • Documentation freshness: Resolve library IDs and fetch current docs so you can verify APIs and signatures while coding.
  • Skills management: Install, search, suggest, list, remove, and generate AI coding skills from repos or the registry.
  • Context7 MCP setup: Configure Context7 MCP for Claude Code / Cursor / OpenCode so your editor can use the right tooling.

Quick Start

Run the skill commands by starting with ctx7 library to resolve the library ID, then use ctx7 docs to fetch the specific information you need for your coding task.

Frequently Asked Questions about context7-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch up-to-date library documentation for AI coding workflows?

To fetch up-to-date library documentation, resolve the library ID using the ctx7 library command, then execute ctx7 docs to retrieve the specific API references and signatures needed for your coding task.

Can I configure Context7 MCP setup for Cursor and Claude Code?

Yes, you can configure Context7 MCP setup for Claude Code, Cursor, and OpenCode. The skill manages the editor tooling configuration, requiring optional authenticated OAuth login flows to complete the setup process.

How do I install and manage AI coding skills from a registry?

You can install and manage AI coding skills by using the skills management commands to search, suggest, list, remove, and generate skills directly from repositories or the Context7 registry.

What is the best way to resolve outdated library API references while coding?

The best way to resolve outdated library API references is performing a two-step fetch process: first resolve the correct library ID, then pull the current documentation to verify APIs and signatures accurately.

Do I need an authenticated OAuth login to generate Context7 skills?

Yes, generating Context7 skills from repositories requires an optional authenticated OAuth login flow. This authenticated setup is necessary to access the skill generation and MCP configuration features.