Skip to content

Commit f3a21e3

Browse files
committed
feat: point skill registry to hawk-community-skills (12,147 skills)
1 parent 426a44d commit f3a21e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414
)
1515

16-
const defaultIndexURL = "https://raw.githubusercontent.com/GrayCodeAI/hawk-skills/main/registry.json"
16+
const defaultIndexURL = "https://raw.githubusercontent.com/GrayCodeAI/hawk-community-skills/main/registry.json"
1717

1818
// SkillEntry is a single skill in the registry index.
1919
type SkillEntry struct {

0 commit comments

Comments
 (0)