Skip to content

Commit f1988db

Browse files
authored
feat: add skillers plugin to marketplace (#292)
Register the new skillers plugin in the agentsys marketplace so it can be installed via /plugin. Skillers observes workflow patterns across sessions and suggests automation (skills, hooks, agents).
1 parent b18e85b commit f1988db

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.claude-plugin/marketplace.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentsys",
3-
"description": "14 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, cross-tool AI consultation, and structured AI debate",
3+
"description": "15 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, cross-tool AI consultation, structured AI debate, and workflow pattern learning",
44
"version": "5.3.7",
55
"owner": {
66
"name": "Avi Fenesh",
@@ -175,6 +175,17 @@
175175
"version": "1.0.0",
176176
"category": "automation",
177177
"homepage": "https://github.com/agent-sh/web-ctl"
178+
},
179+
{
180+
"name": "skillers",
181+
"source": {
182+
"source": "url",
183+
"url": "https://github.com/agent-sh/skillers.git"
184+
},
185+
"description": "Learn from workflow patterns across sessions and suggest skills, hooks, and agents to automate repetitive work",
186+
"version": "1.0.0",
187+
"category": "productivity",
188+
"homepage": "https://github.com/agent-sh/skillers"
178189
}
179190
]
180191
}

0 commit comments

Comments
 (0)