diff --git a/README.md b/README.md index a834a4a..e13c95f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,13 @@ Verify a local skill folder (packages a zip and prints sha256/size): skilldock skill verify . ``` +For a repository-backed skill, point verification at the directory that contains `SKILL.md`: + +```bash +git clone https://github.com/Xquik-dev/tweetclaw.git +skilldock skill verify tweetclaw/skills/tweetclaw +``` + Upload a new skill release: ```bash