context7-skills

Guide Context7 CLI skill management with subcommands and client flags.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill context7-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context7-skills
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/temp_skills/context7-skills-new
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill context7-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users correctly use the Context7 CLI (ctx7 skills) to search, install, list, and remove skills, avoiding common mistakes with subcommands and client flags.

Core Features & Use Cases

  • Correct Command Usage: Ensures users employ the skills subcommand for Context7 CLI operations.
  • Client Flag Guidance: Reminds users to include --cursor, --claude, or --global when targeting specific clients.
  • Use Case: A user wants to install a new skill for Claude. They might incorrectly type ctx7 install /anthropics/skills my-skill. This Skill would guide them to the correct command: ctx7 skills install /anthropics/skills my-skill --claude.

Quick Start

Use the context7 skills command to search for skills related to pytorch.

Frequently Asked Questions about context7-skills

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

FAQPage Schema
How do I install skills using the Context7 CLI?

Install Context7 skills by running `ctx7 skills install` with the target skill path, ensuring you include the `skills` subcommand and a client-specific flag like `--claude` or `--cursor`.

Why does my ctx7 skills command fail without a client flag?

Context7 CLI operations require client-specific flags like `--cursor`, `--claude`, or `--global` to target installations correctly. Omitting these flags or the `skills` subcommand causes execution failures.

Can I list and remove installed skills globally with Context7?

Yes, you can list and remove Context7 skills globally by executing `ctx7 skills list` and `ctx7 skills remove` paired with the `--global` flag to manage the global environment.

What is the correct way to search for skills in the Context7 CLI?

Search for Context7 skills by executing `ctx7 skills search` with your query, ensuring the `skills` subcommand is present to properly route the request through the CLI.

Do I need the skills subcommand for every Context7 CLI operation?

Yes, the `skills` subcommand is mandatory for all Context7 skill management operations. You must prefix it before verbs like `search`, `install`, `list`, and `remove` to avoid syntax mistakes.