Skip to content

v1.0.1

Latest

Choose a tag to compare

@chameleonbr chameleonbr released this 15 Mar 02:11
eaba9b2

What's New

skills.sh Registry Support

You can now install skills directly from the skills.sh registry:

curl -X POST http://localhost:8000/skills \
  -H "X-API-Key: $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://skills.sh/anthropics/skills/frontend-design"}'

How it works

  • Parses skills.sh URLs and downloads the corresponding GitHub repository
  • Uses .claude-plugin/marketplace.json (plugins[].skills[]) for precise skill discovery when available
  • Falls back to recursive SKILL.md search across the repository
  • Automatically tries main branch, falling back to master

Improvements

  • Test coverage improved from 80% to 89% (routes.py now at 100%)
  • 33 new tests added (60 → 93 total)
  • Added versioning policy to CLAUDE.md