Skip to content

Commit 9caf9b3

Browse files
committed
feat: add agentskill-learn as external plugin
Register agentskill.sh/learn in external.json so users install it directly from the source repo, avoiding duplication and drift.
1 parent 3b462df commit 9caf9b3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,22 @@
7070
"repo": "dotnet/skills",
7171
"path": "plugins/dotnet-diag"
7272
}
73+
},
74+
{
75+
"name": "agentskill-learn",
76+
"description": "Discover and install 110,000+ AI agent skills from agentskill.sh. Search by keyword, install mid-session, and rate skills after use.",
77+
"version": "1.0.0",
78+
"author": {
79+
"name": "agentskill.sh",
80+
"url": "https://agentskill.sh"
81+
},
82+
"homepage": "https://agentskill.sh",
83+
"keywords": ["skills", "marketplace", "registry", "agent-skills", "learn", "install"],
84+
"license": "MIT",
85+
"repository": "https://github.com/agentskill-sh/learn",
86+
"source": {
87+
"source": "github",
88+
"repo": "agentskill-sh/learn"
89+
}
7390
}
7491
]

0 commit comments

Comments
 (0)