Skip to content
skilldropv0.1Documentation

Team workflow

Share agent skills with your team

Use immutable Skilldrop links to review and test a local agent skill with teammates before promoting it into a maintained Git repository.

Send the exact skill you tested

Create a snapshot from the working folder and share the returned URL in the review context your team already uses.

sk share ./skills/release-check
# Share the returned https://skilldrop.dev/s/... link

Review before rollout

Ask recipients to run sk inspect first. The manifest and checksums make feedback refer to one exact artifact, even while you continue editing the local copy.

When feedback requires changes, create a new snapshot and post the new link. Do not describe it as a version upgrade: each link is an independent snapshot.

Promote proven skills

Skilldrop is the transfer layer before formal publication. Once a skill becomes shared infrastructure, move it into your team repository, add ownership and tests, and use your normal review and release workflow.

No discovery pressure. A Skilldrop link transfers a skill; it does not list it in a public catalog or turn it into a long-lived package.

Copied to clipboard