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
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
Install Specific Skill
Interactive Selection
Install to Multiple Agents
search
Search for skills across all indexed repositories.Usage
s, ss (global alias)
Arguments
<keywords...>
Search keywords (space-separated).
Examples
Search and Install
Multi-word Search
list
List installed skills.Usage
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
List Global Skills
List Skills for Specific Agent
remove
Remove an installed skill.Usage
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
Remove from Specific Agent
Remove Global Skill
info
Show information about skills in a repository.Usage
Arguments
<repository>
GitHub repository in the format /owner/repo.
Examples
suggest
Get skill suggestions based on your project’s dependencies.Usage
ssg (global alias)
Options
--global
Install suggested skills globally.
--claude, --cursor, --universal, --antigravity
Install to specific agent directories.
How It Works
- Scans
package.json,requirements.txt,Gemfile,go.mod, etc. - Detects project dependencies
- Queries Context7 for relevant skills
- Presents suggestions for installation
Examples
generate
Generate a custom skill using AI based on library documentation.Usage
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
- Describe Expertise: You describe what your agent should become an expert at
- Select Sources: Choose from relevant documentation sources on Context7
- Answer Questions: Clarify scope, constraints, and decision-making patterns
- AI Generation: Context7 reads documentation and generates a skill
- Review & Edit: Preview, edit, and request changes before installing
- Install: Save the skill to your chosen agent directories
Skill generation requires authentication. You’ll be prompted to log in if not already authenticated.