skillshub link
skillshub link
Section titled “skillshub link”The link command connects installed skills to a specific AI agent so the agent can discover and use them. Linking writes the necessary configuration into the agent’s config directory.
skillshub link <agent> [skill]<agent>— The target AI agent to link skills to.[skill]— An optional skill name. When omitted, all installed skills are linked to the agent.
Supported agents
Section titled “Supported agents”The following AI agents are supported:
claudecodexopencodeaidercursorcontinuetrae
Options
Section titled “Options”| Option | Description |
|---|---|
--unlink | Remove the link between a skill and the agent instead of creating one. |
--force | Overwrite existing agent configuration for the skill if it already exists. |
Examples
Section titled “Examples”Link a specific skill to Claude:
skillshub link claude code-reviewLinked code-review to claude.Link all installed skills to Cursor:
skillshub link cursorLinked code-review to cursor.Linked commit-message to cursor.Linked refactor-assist to cursor.Linked test-generator to cursor.4 skills linked to cursor.Unlink a skill from an agent:
skillshub link claude code-review --unlinkUnlinked code-review from claude.Force overwrite an existing link:
skillshub link codex code-review --forceLinked code-review to codex (overwritten).