Skip to main content
The ctx7 skills command group provides tools for discovering and managing AI coding skills.

Subcommands

install

Install skills from a GitHub repository

search

Search for skills across indexed repositories

list

List installed skills

remove

Remove an installed skill

info

Show skills available in a repository

suggest

Get skill suggestions based on project dependencies

generate

Generate a custom skill using AI

install

Install skills from a GitHub repository.

Usage

Aliases: i, add, si (global alias)

Arguments

<repository>

GitHub repository in the format /owner/repo.

[skill]

Optional: Install a specific skill by name.

Options

--all

Install all skills from the repository without prompting.

--global

Install to the global skills directory instead of the current project.

--claude

Install to Claude Code’s skills directory (.claude/skills/).

--cursor

Install to Cursor’s skills directory (.cursor/skills/).

--universal

Install to the universal skills directory (.agents/skills/).

--antigravity

Install to Antigravity’s skills directory (.agent/skills/).

Examples

Install All Skills

Output:

Install Specific Skill

Output:

Interactive Selection

Output:

Install to Multiple Agents

Output:

Search for skills across all indexed repositories.

Usage

Aliases: s, ss (global alias)

Arguments

<keywords...>

Search keywords (space-separated).

Examples

Search and Install

Output:
Searches for skills matching “react hooks patterns”.

list

List installed skills.

Usage

Aliases: ls

Options

--global

List global skills instead of project-level skills.

--claude, --cursor, --universal, --antigravity

List skills for a specific agent.

Examples

List All Skills

Output:

List Global Skills

Output:

List Skills for Specific Agent

Output:

remove

Remove an installed skill.

Usage

Aliases: rm, delete

Arguments

<name>

The name of the skill to remove.

Options

--global

Remove from global skills instead of project skills.

--claude, --cursor, --universal, --antigravity

Remove from a specific agent’s skills directory.

Examples

Remove with Interactive Selection

Output:

Remove from Specific Agent

Output:

Remove Global Skill


info

Show information about skills in a repository.

Usage

Arguments

<repository>

GitHub repository in the format /owner/repo.

Examples

Output:

suggest

Get skill suggestions based on your project’s dependencies.

Usage

Aliases: ssg (global alias)

Options

--global

Install suggested skills globally.

--claude, --cursor, --universal, --antigravity

Install to specific agent directories.

How It Works

  1. Scans package.json, requirements.txt, Gemfile, go.mod, etc.
  2. Detects project dependencies
  3. Queries Context7 for relevant skills
  4. Presents suggestions for installation

Examples

Output:

generate

Generate a custom skill using AI based on library documentation.

Usage

Aliases: gen, g

Options

-o, --output <dir>

Output directory for the generated skill (defaults to current directory).

--all

Generate for all detected IDEs.

--global

Generate in the global skills directory.

--claude, --cursor, --universal, --antigravity

Generate for specific agent directories.

How It Works

  1. Describe Expertise: You describe what your agent should become an expert at
  2. Select Sources: Choose from relevant documentation sources on Context7
  3. Answer Questions: Clarify scope, constraints, and decision-making patterns
  4. AI Generation: Context7 reads documentation and generates a skill
  5. Review & Edit: Preview, edit, and request changes before installing
  6. Install: Save the skill to your chosen agent directories
Skill generation requires authentication. You’ll be prompted to log in if not already authenticated.

Generation Quota

Examples

Generate a Skill

Output:

Request Changes

After reviewing the generated skill, you can request modifications:

Install Generated Skill


Common Patterns

Install and Test Workflow

Multi-Agent Setup

Project-Specific Skills

Troubleshooting

Skill Not Found

If a skill can’t be found:

Permission Denied

Fix directory permissions:

Skill Not Loading

After installing skills, restart your AI coding agent to load them.

See Also