Skip to content
skilldropv0.1Documentation

Cross-agent guide

Move a Claude Code skill to Codex

Transfer a local Claude Code skill to Codex with an inspectable Skilldrop snapshot instead of manually copying folders or creating a repository.

Share from Claude Code

Point sk share at the Claude Code skill directory that contains SKILL.md.

sk share ~/.claude/skills/review-pr

Keep the returned URL. It identifies the exact immutable snapshot you just created.

Review the transfer

On the destination machine, inspect the snapshot before installing it. This verifies the bundle and reveals agent-specific assumptions in the files.

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

Install for Codex

Select Codex explicitly and choose whether this skill belongs to the current project or your global environment.

sk install PL1mY4- --agent codex --scope global

Cross-agent does not mean automatically portable. Review tool names, paths, and instructions inside the skill. Skilldrop transfers the files faithfully; it does not rewrite their behavior.

Copied to clipboard