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.shURLs and downloads the corresponding GitHub repository - Uses
.claude-plugin/marketplace.json(plugins[].skills[]) for precise skill discovery when available - Falls back to recursive
SKILL.mdsearch across the repository - Automatically tries
mainbranch, falling back tomaster
Improvements
- Test coverage improved from 80% to 89% (
routes.pynow at 100%) - 33 new tests added (60 → 93 total)
- Added versioning policy to
CLAUDE.md