| name | context7-skills |
| description | Use when managing Context7 CLI skills with npx ctx7 (search, install, list, remove, info). |
Context7 Skills
Purpose
This skill must directly execute Context7 CLI commands for managing skills.
Printing commands without execution is forbidden.
Scope (Authoritative & Closed)
Only the following commands are permitted (per npx ctx7 skills --help):
npx ctx7 skills search|s
npx ctx7 skills install|i
npx ctx7 skills list|ls
npx ctx7 skills remove|rm
npx ctx7 skills info
Anything outside this list is out of scope and prohibited.
Execution Rules (Non-Negotiable)
Execution rules apply only after required permissions (if any) are granted.
- Commands MUST be executed using
npx ctx7.
- The
skills / skill namespace is mandatory.
- Only commands listed in Scope may be executed.
- Exactly one target flag may be present at most.
install may include --all; no other install options are allowed.
- Invalid, ambiguous, or incomplete input MUST be corrected before execution.
- No other shell commands may be executed under any circumstances.
Permission Requirements (Hard Gate)
Network-dependent commands (e.g., search, , remote ) be executed unless the execution environment outbound network permission.