Skip to content
skilldropv0.1Documentation

Install

Install agent skills

Install a verified Skilldrop snapshot into project or global skill directories for Claude Code, Codex, Cursor, and other supported coding agents.

Install from a snapshot

Skilldrop verifies the snapshot before writing files, detects installed agents, and asks where the skill should live.

sk install https://skilldrop.dev/s/PL1mY4-

Choose agents and scope

Interactive installation lets you select agents and choose a project or global scope. For an explicit, repeatable command, pass the relevant flags.

sk install PL1mY4- --agent claude-code --agent codex --scope project
sk install PL1mY4- --agent codex --scope global --yes

When multiple agent directories are selected, Skilldrop installs one canonical copy and links the other destinations. Add --copy when each destination must receive an independent copy.

Existing files

Before installation, the CLI lists destinations and any paths that will be overwritten. Without --yes, it asks for confirmation. Inspect the snapshot first when you did not create it yourself.

Copied to clipboard