Skip to content
skilldropv0.1Documentation

Quick start

Skilldrop documentation

Install the sk CLI, share a local agent skill, inspect the immutable snapshot, and install it for Claude Code, Codex, or another supported agent.

Install the CLI

Install the sk CLI with the dedicated script served from getsk.dev.

curl -fsSL https://getsk.dev/install.sh | sh
sk --help

Share, inspect, install

The whole transfer is three commands. Sharing creates a content-addressed immutable snapshot; inspecting verifies it without extracting or executing it.

sk share ~/.claude/skills/review-pr
sk inspect https://skilldrop.dev/s/PL1mY4-
sk install https://skilldrop.dev/s/PL1mY4-

Snapshot, not package. Sharing the same folder again creates a different link. Skilldrop does not publish the skill to a marketplace or require a repository.

Supported agents

Skilldrop detects AiderDesk, Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, OpenHands, and the universal .agents/skills directory.

Run sk setup to install the bundled Skilldrop skill so a supported coding agent knows how to use the CLI.

Copied to clipboard